Browse Source

HUE-5146 [editor] Add ctrl+space shortcut description to the editor help

Enrico Berti 9 years ago
parent
commit
5060af599d

+ 5 - 0
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -836,6 +836,11 @@ ${ hueIcons.symbols() }
         </tr>
         </thead>
         <tbody>
+        <tr>
+          <td>Ctrl-Space</td>
+          <td>Ctrl-Space</td>
+          <td>${ _('Autocomplete when Live Autocompletion is off')}</td>
+        </tr>
         <tr>
           <td>Tab</td>
           <td>Tab</td>