From 052a36b896bb31f1148c631cc29ab87abf013b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Jan=C4=8D=C3=A1r?= Date: Tue, 7 Apr 2020 18:58:30 +0200 Subject: [PATCH] Fix docs regarding "Home" key and "StartOfText" and "StartOfLine". (#1611) --- runtime/help/defaultkeys.md | 2 +- runtime/help/keybindings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/help/defaultkeys.md b/runtime/help/defaultkeys.md index d13975fd..ec25e90d 100644 --- a/runtime/help/defaultkeys.md +++ b/runtime/help/defaultkeys.md @@ -23,7 +23,7 @@ can change it! | Shift+arrows | Move and select text | | Alt(Ctrl on Mac)+LeftArrow | Move to the beginning of the current line | | Alt(Ctrl on Mac)+RightArrow | Move to the end of the current line | -| Home | Move to the beginning of the current line | +| Home | Move to the beginning of text on the current line | | End | Move to the end of the current line | | Ctrl(Alt on Mac)+LeftArrow | Move cursor one word left | | Ctrl(Alt on Mac)+RightArrow | Move cursor one word right | diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 9fbe3cb3..12105306 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -457,7 +457,7 @@ conventions for text editing defaults. "CtrlT": "AddTab", "Alt,": "PreviousTab", "Alt.": "NextTab", - "Home": "StartOfLine", + "Home": "StartOfText", "End": "EndOfLine", "CtrlHome": "CursorStart", "CtrlEnd": "CursorEnd",