diff --git a/lib/help.php b/lib/help.php
index 62d7881..0cdf888 100644
--- a/lib/help.php
+++ b/lib/help.php
@@ -35,7 +35,7 @@
+ Alt + i Wrap / unwrap with <i>
+ Alt + g Wrap / unwrap with <strong>
+ Alt + e Wrap / unwrap with <em>
- + Alt + nums 1 - 6 Wrap/unwrap with <h1> - <h6>
+ + Alt + nums 1 - 3 Wrap/unwrap with <h1> - <h3>
+ Alt + Enter End line with <br>
On Tabs
Middle click Close tab
diff --git a/lib/ice-coder.js b/lib/ice-coder.js
index c7121db..ec7720b 100644
--- a/lib/ice-coder.js
+++ b/lib/ice-coder.js
@@ -2218,9 +2218,7 @@ var ICEcoder = {
else if (key==49) {top.ICEcoder.tagWrapper('h1'); return false;}
else if (key==50) {top.ICEcoder.tagWrapper('h2'); return false;}
else if (key==51) {top.ICEcoder.tagWrapper('h3'); return false;}
- else if (key==52) {top.ICEcoder.tagWrapper('h4'); return false;}
- else if (key==53) {top.ICEcoder.tagWrapper('h5'); return false;}
- else if (key==54) {top.ICEcoder.tagWrapper('h6'); return false;}
+ // Not covering h4-h6 due to non English keyboards needing AltGr+4 for $ and {
else if (key==13) {top.ICEcoder.addLineBreakAtEnd(); return false;}
else {return key;}
} else {return key;}
diff --git a/lib/ice-coder.min.js b/lib/ice-coder.min.js
index 45968f1..6b2975e 100644
--- a/lib/ice-coder.min.js
+++ b/lib/ice-coder.min.js
@@ -99,10 +99,10 @@ a+"px";top.ICEcoder.dragTabNo=top.ICEcoder.draggingTab;for(var c=1;c<=top.ICEcod
a[e]).id="tab"+(e+1)+".temp",top.ICEcoder.selectedTab==a[e]&&(d=e+1);for(e=0;e