diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-22 04:50:51 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-22 04:50:51 -0400 |
| commit | 57fdf0bc1f50e75800d3ca2e14bace577161bdaf (patch) | |
| tree | cea05724e5e831f2ccf3639136b947d75f7cf766 /doc/editing_keys.txt | |
| parent | fa9c7b244b646c214c2bbf9ab0c50499cc3858dd (diff) | |
| download | fujinet-chat-57fdf0bc1f50e75800d3ca2e14bace577161bdaf.tar.gz | |
Delay net polling during rapid typing, add ^X (same as ctrl-del).
Diffstat (limited to 'doc/editing_keys.txt')
| -rw-r--r-- | doc/editing_keys.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index b6a2cbb..2247edc 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -15,17 +15,16 @@ Atari key - insert a ^B (meaning, toggle bold) ^B or ctrl-shift-Down - move left by one word. Tab - in [private], pressing Tab on an empty input box inserts the last nick that PMed you (outside of a query). +Up arrow *in an empty inputbox* - bring up last entered command. + Can coexist with regular use of Up for movement. +Ctrl-Insert - toggle insert/typeover Future plans: -History (if we can spare the RAM), maybe Start+Up/Down? -Up arrow *in an empty inputbox* - bring up last entered command. - Can coexist with regular use of Up for movement. +^X, delete character (same as ctrl-del). ^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM) -Ctrl-Insert - toggle insert/typeover (does anyone care about this?) -Tab - For [server], complete channels. For channels, complete channel -nicks (we'll never have enough RAM to have full lists; search back -through screen memory is how it'll work) +Tab - For [server], complete channels. For [private] and channels, + complete channel nicks. Shift-Return: Maybe... send buffer but do not clear it. The glyphs for these will appear as inverse letters, but will actually |
