From 1314a030f5f883e2222958aa2ba1b8c031be9364 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Fri, 27 Apr 2012 17:12:37 -0700 Subject: added key shortcuts' list dropdown in view option bar Signed-off-by: Ananya Sen --- .../code-editor-view-options.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html') diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index fadc4683..8a46a0b1 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html @@ -38,7 +38,8 @@ "format":{"#": "format"}, "comment":{"#":"comment"}, "uncomment":{"#":"uncomment"}, - "themeSelect":{"#":"themeSelect"} + "themeSelect":{"#":"themeSelect"}, + "shortKeys":{"#":"shortKeys"} } } } @@ -72,6 +73,15 @@ +
+
+
ctrl+space : code hints
+
ctrl+/ : comment selection
+
ctrl+shift+/ : uncomment selection
+
+ ShortKeys + +
-- cgit v1.2.3