Skip to content

Commit 594c5e4

Browse files
committed
GUI - improve Windows shortcuts
Thanks to Henri Vilminko for the suggestion
1 parent d840180 commit 594c5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/gui/mainwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,8 +3186,8 @@ void MainWindow::loadWinShortcuts()
31863186
shortcutMap["DeleteBackward"] = resolveShortcut("Ctrl+h");
31873187
shortcutMap["LineStart"] = resolveShortcut("Home");
31883188
shortcutMap["LineEnd"] = resolveShortcut("End");
3189-
shortcutMap["DocStart"] = resolveShortcut("MetaShift+,");
3190-
shortcutMap["DocEnd"] = resolveShortcut("MetaShift+.");
3189+
shortcutMap["DocStart"] = resolveShortcut("Ctrl+Home");
3190+
shortcutMap["DocEnd"] = resolveShortcut("Ctrl+End");
31913191
shortcutMap["WordRight"] = resolveShortcut("Ctrl+Right");
31923192
shortcutMap["WordLeft"] = resolveShortcut("Ctrl+Left");
31933193
shortcutMap["CenterVertically"] = resolveShortcut("Ctrl+l");

0 commit comments

Comments
 (0)