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 cec4bb7 commit 2133213Copy full SHA for 2133213
client/modules/IDE/components/KeyboardShortcutModal.jsx
@@ -96,6 +96,10 @@ function KeyboardShortcutModal() {
96
</span>
97
<span>{t('KeyboardShortcuts.General.TurnOffAccessibleOutput')}</span>
98
</li>
99
+ <li className="keyboard-shortcut-item">
100
+ <span className="keyboard-shortcut__command">{'\u21E7'} + Right</span>
101
+ <span>Go to Reference for Selected Item in Hinter</span>
102
+ </li>
103
</ul>
104
</div>
105
);
0 commit comments