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