In Insert mode the following key mappings are processed by &dactyl.appName;. All other keys are passed directly to &dactyl.host;.
Launch the external editor. See the
Enter Text Edit mode. This is useful for quick editing of text
fields with basic Vim-keys support. See also
Expand an Insert-mode abbreviation.
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.
Starts Insert mode in text areas when
Launch the external editor. See the
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.
Move the cursor
Move the cursor
Move to the first line.
Move to the last line.
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.