瀏覽代碼

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

Enrico Berti 9 年之前
父節點
當前提交
5060af599d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 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>