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

Update to match currently used control keys.

parent 8757b7fe
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ J - Down one line
K - List keybindings
L - Insert line
M - Carriage Return
O - Page Up
P - Page Down
N - Page Down
P - Page Up
T - Change the title
Q - Quick abort
R - Redraw screen
......@@ -61,8 +61,8 @@ CTRL-B - Home (Top of document)
CTRL-E - End of document
CTRL-J - Down one line
CTRL-K - List keybindings
CTRL-O - Page Up
CTRL-P - Page Down
CTRL-N - Page Down
CTRL-P - Page Up
CTRL-Q - Quick abort... FLOW CONTROL CHAR!!!
CTRL-R - Redraw screen
CTRL-^ - Up one line
......@@ -84,13 +84,10 @@ ones fall into three catagories:
The breakdown is as follows:
Keepers: ABCEFGHIJLMRWZ
Lukewarm: KOPVY
Changers: QU_
Lukewarm: KVY
Changers: NPQU_
The reason O and P are in lukewarm instead of changers is that PgUp/PgDn should
be both close together and enterable with one hand in my opinion.
The following CTRL keys are currently unused: DNPSTX\
The following CTRL keys are currently unused: DOSTX\
CTRL-Q and CTRL-S I do *not* want to use without alternates as they are the
Xon/Xoff chars used in flow control and are sometimes impossible to send from
......
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