aboutsummaryrefslogtreecommitdiff
path: root/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html')
-rw-r--r--js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html6
1 files changed, 3 insertions, 3 deletions
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 8a46a0b1..d207ea23 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
@@ -75,9 +75,9 @@
75 </div> 75 </div>
76 <div id="shortKeys" class="shortKeys"> 76 <div id="shortKeys" class="shortKeys">
77 <div class="list hide"> 77 <div class="list hide">
78 <div><span>ctrl+space : code hints</span></div> 78 <div><span class="shortKey">ctrl+space :</span> <span class="shortKeyDesc">code hints</span></div>
79 <div><span>ctrl+/ : comment selection</span></div> 79 <div><span class="shortKey">ctrl+/ :</span> <span class="shortKeyDesc">comment selection</span></div>
80 <div><span>ctrl+shift+/ : uncomment selection</span></div> 80 <div><span class="shortKey">ctrl+shift+/ :</span> <span class="shortKeyDesc">uncomment selection</span></div>
81 </div> 81 </div>
82 <span>ShortKeys</span> 82 <span>ShortKeys</span>
83 <span class="dropdownArrow">&#9660</span> 83 <span class="dropdownArrow">&#9660</span>