Show additional hints on load

pull/284/head
Lennart Kats 2016-03-01 12:40:09 +00:00
rodzic f3116e7775
commit 51d92e051e
2 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -117,6 +117,7 @@
"c9.ide.threewaymerge": "#229382aa0b",
"c9.ide.undo": "#b028bcb4d5",
"c9.ide.upload": "#0bd010d3dc",
"c9.ide.welcome": "#5b86c44e92"
"c9.ide.welcome": "#5b86c44e92",
"c9.ide.guide": "#undefined"
}
}

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");