diff --git a/common/locale/en-US/insert.xml b/common/locale/en-US/insert.xml index 26658d16..da195f63 100644 --- a/common/locale/en-US/insert.xml +++ b/common/locale/en-US/insert.xml @@ -12,12 +12,8 @@
- Insert mode is used to enter text in text boxes and text areas. When
- the
+ In Insert mode the following key mappings are processed by + &dactyl.appName;. All other keys are passed directly to &dactyl.host;. +
+
- Enter TextEdit mode. This is useful for quick editing of text fields
- with basic Vim-keys support. See also
+ Delete the previous word. +
++ Delete until the beginning of the current line. +
++ Delete until the end of the current line. +
++ Move cursor to the beginning of the current line. +
++ Move cursor to the end of the current line. +
++ Delete the character to the left. +
++ Delete the character to the right. +
++ Insert the clipboard/selection. +
+Left-right motions
+ +
+ Move the cursor
+ Move the cursor
+ Move the cursor to the first character in the line. +
++ Move the cursor to the last character in the line. +
++ Move to a character on the current line after the cursor. +
++ Move to a character on the current line before the cursor. +
++ Move before a character on the current line. +
++ Move before a character on the current line, backwards. +
+Up-down motions
+ +
+ Move the cursor
+ Move the cursor
+ Move to the first line. +
++ Move to the last line. +
+Word motions
+ +
+ Move the cursor
+ Move the cursor
+ Scroll the text area
+ Scroll the text area
+ Append text after the cursor. +
++ Append text at the end of the line. +
++ Insert text before the cursor. +
++ Insert text at the beginning of the line. +
++ Insert text in a new line below the cursor. +
++ Insert text in a new line above the cursor. +
++ Delete motion text. +
++ Delete the characters under the cursor until the end of the line. +
++ Delete the character to the left of the cursor. +
++ Delete the character to the right of the cursor. +
++ Start characterwise visual mode. +
++ Start linewise visual mode. +
++ Stop characterwise visual mode. +
++ Start linewise visual mode. +
++ Delete motion text and start insert. +
++ Delete from the cursor to the end of the line and start insert. +
++ Delete the character in front of the cursor and start insert. +
++ Delete the current line and start insert. +
++ Yank motion text to the clipboard or the selection if Visual. +
++ Paste clipboard contents. +
++ Undo changes. +
++ Redo undone changes. +
++ Switch case of the character under the cursor and move the cursor + to the right. +
+