Merge pull request +12526 from c9/morehints4all

Show additional hints on load
pull/284/head
Nikolai Onken 2016-03-17 12:30:37 +01:00
commit ef9c763d63
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,9 @@
"Press Option-Tab to go to the next IDE tab.",
"Press Option-Shift-T to reopen a tab you closed.",
"Press Option-T to open a new terminal at any time.",
"Press Cmd-E to search for a file by name."
"Press Cmd-E to search for a file by name.",
"Press Cmd-Shift-E to search for a function by name.",
"Press Option-S to switch between a terminal and an editor.",
];
var win_keybindings = [
@ -54,7 +56,9 @@
"Press Ctrl-D to delete the current line of code",
"Press Alt-Shift-T to reopen a tab you closed.",
"Press Alt-T to open a new terminal at any time.",
"Press Ctrl-E to search for a file by name."
"Press Ctrl-E to search for a file by name.",
"Press Ctrl-Shift-E to search for a function by name.",
"Press Alt-S to switch between a terminal and an editor.",
];
var isMac = (navigator.platform == "MacIntel" || navigator.platform == "Macintosh" || navigator.platform == "MacPPC");