From 3c21f22584703888ba4a4389df0087dba131b0ca Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 11 Oct 2020 11:04:30 +0200 Subject: [PATCH] minor UI keys doc update --- docs/index.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/index.html b/docs/index.html index e7c7c0889..789ea63c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1871,18 +1871,15 @@ - - - + + + - - - - - + +
KeyEditor Function
HomeMove cursor to beginning of line
EndMove cursor to end of line
DeleteRemove character to right of cursor
Home, Control + aMove cursor to beginning of line
End, Control + eMove cursor to end of line
Delete, Control + dRemove character to right of cursor
BackspaceRemove character to left of cursor
Control + aSame function as 'Home'
Control + eSame function as 'End'
Control + dSame function as 'Delete'
Control + kRemove all characters from cursor to end of line
Control + uRemove all characters from cursor to beginning of line
Control + wRemove entire word to left of cursor
Control + LeftMove cursor to beginning of word to the left
Control + RightMove cursor to beginning of word to the right
Control + Left arrowMove cursor to beginning of word to the left
Control + Right arrowMove cursor to beginning of word to the right
Control + c, Control + InsertCopy entire line to clipboard
Control + v, Shift + InsertPaste clipboard contents
Control + x, Shift + DeleteCut entire line to clipboard