ui: Iterate code references within the same line when holding Shift (#936)
This commit is contained in:
@@ -222,7 +222,7 @@ QTableWidget* QtKeyboardShortcuts::createCodeViewShortcutsTable()
|
||||
{Shortcut(QStringLiteral("Move Focus Within Code"), QStringLiteral("WASD | HJKL | Arrows")),
|
||||
Shortcut(
|
||||
QStringLiteral("Move Focus to Closest Reference"),
|
||||
QStringLiteral("Shift + WS | Shift + JK | Shift + Up/Down")),
|
||||
QStringLiteral("Shift + WASD | Shift + HJKL | Shift + Arrows")),
|
||||
Shortcut(QStringLiteral("Activate Focused Location"), QStringLiteral("Enter | E")),
|
||||
Shortcut::defaultOrMac(
|
||||
QStringLiteral("Activate Location in New Tab"),
|
||||
|
||||
Reference in New Issue
Block a user