Skip to content
Snippets Groups Projects
Commit b8f19a3e authored by deuce's avatar deuce
Browse files

Remove unused CTRL-keys from docs.

Add CTRL-K to list keybindings.
parent 6224c9e6
No related branches found
No related tags found
No related merge requests found
...@@ -28,31 +28,24 @@ CTRL-Key Action ...@@ -28,31 +28,24 @@ CTRL-Key Action
A - Colour A - Colour
B - Home cursor (Beginning of line) B - Home cursor (Beginning of line)
C - Center line in message C - Center line in message
D - NOTHING (Find?)
E - End of line E - End of line
F - Right one character F - Right one character
G - Enter Graphic Char G - Enter Graphic Char
H - Backspace H - Backspace
I - Tab I - Tab
J - Down one line J - Down one line
K - NOTHING K - List keybindings
L - Insert line L - Insert line
M - Carriage Return M - Carriage Return
N - NOTHING
O - Page Up O - Page Up
P - Page Down P - Page Down
Q - Quick abort... FLOW CONTROL CHAR!!! Q - Quick abort
R - Redraw screen R - Redraw screen
S - NOTHING... FLOW CONTROL CHAR!!!
T - NOTHING (Justify Line in SyncEdit)
U - Quote U - Quote
V - Toggle insert mode V - Toggle insert mode
W - Delete word backwards W - Delete word backwards
X - NOTHING
Y - Delete Line Y - Delete Line
Z - Save and exit Z - Save and exit
ESC - NOTHING (ANSI Introducer... use with caution)
\ - NOTHING (Want regexp)
] - Move left ] - Move left
^ - Move up ^ - Move up
_ - Quick abort (Same as Xoff CTRL-Q) _ - Quick abort (Same as Xoff CTRL-Q)
...@@ -60,11 +53,10 @@ _ - Quick abort (Same as Xoff CTRL-Q) ...@@ -60,11 +53,10 @@ _ - Quick abort (Same as Xoff CTRL-Q)
Quote Mode: Quote Mode:
----------- -----------
CTRL-A - Select All
CTRL-N - Unselect all
CTRL-B - Home (Top of document) CTRL-B - Home (Top of document)
CTRL-E - End of document CTRL-E - End of document
CTRL-J - Down one line CTRL-J - Down one line
CTRL-K - List keybindings
CTRL-O - Page Up CTRL-O - Page Up
CTRL-P - Page Down CTRL-P - Page Down
CTRL-Q - Quick abort... FLOW CONTROL CHAR!!! CTRL-Q - Quick abort... FLOW CONTROL CHAR!!!
...@@ -74,8 +66,8 @@ CTRL-_ - Quick abort (Same as CTRL-Q) ...@@ -74,8 +66,8 @@ CTRL-_ - Quick abort (Same as CTRL-Q)
SPACE - Toggle sepection of current line SPACE - Toggle sepection of current line
ENTER - Pastes selected lines into message ENTER - Pastes selected lines into message
A - Select All A - Select All
N - Unselect all ("Select None")
B - Enter block mode B - Enter block mode
N - Unselect all ("Select None")
A few notes on keybindings: A few notes on keybindings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment