ui: Iterate code references within the same line when holding Shift (#936)

This commit is contained in:
Eberhard Gräther
2020-03-05 15:41:17 +01:00
committed by GitHub
parent e8f258ba1d
commit 38925292b7
11 changed files with 93 additions and 60 deletions
@@ -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"),