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 d840180 commit 594c5e4Copy full SHA for 594c5e4
app/gui/mainwindow.cpp
@@ -3186,8 +3186,8 @@ void MainWindow::loadWinShortcuts()
3186
shortcutMap["DeleteBackward"] = resolveShortcut("Ctrl+h");
3187
shortcutMap["LineStart"] = resolveShortcut("Home");
3188
shortcutMap["LineEnd"] = resolveShortcut("End");
3189
- shortcutMap["DocStart"] = resolveShortcut("MetaShift+,");
3190
- shortcutMap["DocEnd"] = resolveShortcut("MetaShift+.");
+ shortcutMap["DocStart"] = resolveShortcut("Ctrl+Home");
+ shortcutMap["DocEnd"] = resolveShortcut("Ctrl+End");
3191
shortcutMap["WordRight"] = resolveShortcut("Ctrl+Right");
3192
shortcutMap["WordLeft"] = resolveShortcut("Ctrl+Left");
3193
shortcutMap["CenterVertically"] = resolveShortcut("Ctrl+l");
0 commit comments