diff --git a/lib/help.css b/lib/help.css new file mode 100644 index 0000000..23907e3 --- /dev/null +++ b/lib/help.css @@ -0,0 +1,30 @@ +/* First, reset everything to a standard */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + border: 0px; + margin: 0px; + padding: 0px; + outline: 0px; + font-size: 12px; + vertical-align: top; +} + +body {overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select:none; + user-select: none; +} + +h1 {font-size: 36px; font-weight: normal; color: #888888; margin-bottom: 20px} + +.help {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #ffffff; padding: 20px} +.help .key {display: inline-block; width: 175px; text-align: right; margin-right: 5px; float: left} +.help .shortcut {display: inline-block; width: 175px; color: #888888; margin-left: 5px; float: left} \ No newline at end of file diff --git a/lib/help.php b/lib/help.php new file mode 100644 index 0000000..6099c0d --- /dev/null +++ b/lib/help.php @@ -0,0 +1,38 @@ + + + + + +ICE Coder - <?php echo $versionNo;?> :: Help & Shortcuts + + + + + + +

help

+ +

In file manager

+Delete Delete file

+ +

Within document

+CTRL+I Search selected text
+Esc Comment/uncomment text
+Tab Insert tab/indent selected text

+ +

Anywhere

+CTRL+F Find
+CTRL+G Go to line
+CTRL+S Save
+CTRL+Shift+S Save as...
+CTRL+Enter View webpage
+CTRL+S+Enter Save & create sticky tab
+Esc Cancel tasks

+ +

Clicking logo

+Left click Help
+Right click Settings
+ + + + \ No newline at end of file