We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afec089 commit 7005999Copy full SHA for 7005999
client/modules/IDE/components/KeyboardShortcutModal.jsx
@@ -24,7 +24,9 @@ function KeyboardShortcutModal() {
24
</p>
25
<ul className="keyboard-shortcuts__list">
26
<li className="keyboard-shortcut-item">
27
- <span className="keyboard-shortcut__command">{'\u21E7'} + Tab</span>
+ <span className="keyboard-shortcut__command">
28
+ {metaKeyName} + {'\u21E7'} + F
29
+ </span>
30
<span>{t('KeyboardShortcuts.CodeEditing.Tidy')}</span>
31
</li>
32
0 commit comments