diff --git a/lib/help.css b/lib/help.css
index 77ac932..805f41a 100644
--- a/lib/help.css
+++ b/lib/help.css
@@ -29,4 +29,5 @@ a {color: #fff; text-decoration: none}
.help {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px}
.key {display: inline-block; width: 175px; text-align: right; margin-right: 5px; float: left}
.key .plus {color: #888}
-.shortcut {display: inline-block; width: 175px; color: #888; margin-left: 5px; float: left}
\ No newline at end of file
+.shortcut {display: inline-block; width: 175px; color: #888; margin-left: 5px; float: left}
+.info {color: #bbb; cursor: help}
\ No newline at end of file
diff --git a/lib/help.php b/lib/help.php
index e63e97d..62d7881 100644
--- a/lib/help.php
+++ b/lib/help.php
@@ -14,28 +14,29 @@
help
')" style="position: absolute; top: 26px; right: 20px">ICEcoder manual
-
+-1 ? true : false;?>
Within document
- Ctrl + ↑ Move line up
- Ctrl + ↓ Move line down
- Ctrl + + Duplicate line(s)
- Ctrl + - Remove line(s)
- Ctrl + i Search for selected
- Ctrl + j Jump to definition / jump back
+
+ Ctrl + Space Autocomplete / add snippet
+ + ↑ Move line up
+ + ↓ Move line down
+ + + Duplicate line(s)
+ + - Remove line(s)
+ + i Search for selected [?]
+ + j Jump to definition / jump back
Esc Comment / uncomment
Tab Insert tab / indent selected
- Ctrl + Alt + d Wrap with <div>
- Ctrl + Alt + s Wrap with <span>
- Ctrl + Alt + p Wrap / unwrap with <p>
- Ctrl + Alt + a Wrap / unwrap with <a>
- Ctrl + Alt + b Wrap / unwrap with <b>
- Ctrl + Alt + i Wrap / unwrap with <i>
- Ctrl + Alt + g Wrap / unwrap with <strong>
- Ctrl + Alt + e Wrap / unwrap with <em>
- Ctrl + Alt + nums 1 - 6 Wrap/unwrap with <h1> - <h6>
- Ctrl + Alt + Enter End line with <br>
-
+ + Alt + d Wrap with <div>
+ + Alt + s Wrap with <span>
+ + Alt + p Wrap / unwrap with <p>
+ + Alt + a Wrap / unwrap with <a>
+ + Alt + b Wrap / unwrap with <b>
+ + 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 + Enter End line with <br>
On Tabs
Middle click Close tab
@@ -44,23 +45,23 @@
Within file manager
Left click Select file / folder
Double click / click (mobile) Open file
- Ctrl + left click Multiple select
+ + left click Multiple select
Shift + left click Range select
Right click Options for selected
Delete Delete selected
Anywhere
Middle scrollwheel Next/previous tab
- Ctrl + → Next tab
- Ctrl + ← Previous tab
- Ctrl + + New tab
- Ctrl + - Close current tab
- Ctrl + o Open file prompt
- Ctrl + f Find
- Ctrl + g Focus on Go to line input
- Ctrl + s Save
- Ctrl + Shift + s Save as...
- Ctrl + Enter View webpage
+ + → Next tab
+ + ← Previous tab
+ + + New tab
+ + - Close current tab
+ + o Open file prompt
+ + f Find
+ + g Focus on Go to line input
+ + s Save
+ + Shift + s Save as...
+ + Enter View webpage [?]
Space Refocus on document
Esc Cancel tasks