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