Skip to content

Commit 2133213

Browse files
committed
add to shortcut page
1 parent cec4bb7 commit 2133213

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/modules/IDE/components/KeyboardShortcutModal.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ function KeyboardShortcutModal() {
9696
</span>
9797
<span>{t('KeyboardShortcuts.General.TurnOffAccessibleOutput')}</span>
9898
</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>
99103
</ul>
100104
</div>
101105
);

0 commit comments

Comments
 (0)