diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-14 23:23:47 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-14 23:23:47 -0400 |
| commit | 23a6f7b40bb4a603bc4d7f6b80ce09df7723224f (patch) | |
| tree | b2970a793ded3ca484c74c671f4a4cd1e53b265e /doc/editing_keys.txt | |
| parent | 50a06bb5de8389b860d3a81e3eefded0ee02cfe1 (diff) | |
| download | fujinet-chat-23a6f7b40bb4a603bc4d7f6b80ce09df7723224f.tar.gz | |
New editing keys: ^F/^B or ctrl-shift-Up/Down = forward/back one word, up/down arrows = up/down one line, ^U now "delete to start", ^K "delete to end", atari logo = insert ^B (bold format char).
Diffstat (limited to 'doc/editing_keys.txt')
| -rw-r--r-- | doc/editing_keys.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index dfa6fd0..59b87bc 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -8,23 +8,24 @@ Shift-Clear or Ctrl-Clear: clear buffer and hide input box (show status) Left/Right arrows - move cursor Backspace - delete the character to the left of the cursor Ctrl-Del - delete the character under the cursor +Atari key - insert a ^B (meaning, toggle bold) +^U - delete to start of buffer +^K - kill (delete) to end of buffer. +^F or ctrl-shift-Up - move right by one word. +^B or ctrl-shift-Down - move left by one word. Future plans: -Shift + Ctrl + Up/Down arrows - history (if we can spare the RAM) -Up/Down arrows - move up/down by one line (40 chars) +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. ^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM) Ctrl-Insert - toggle insert/typeover (does anyone care about this?) -Atari key - insert a ^B (meaning, toggle bold) -^U should be "delete to start of buffer", not delete whole line. -^K - kill (delete) to end of buffer. -Ctrl + Shift + Left/Right - move back/forward one word (space-separated). Tab - tab completion. For [server], complete channels. For [private], complete nicks that have PM'ed us or that we have PM'ed. 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) +Shift-Return: Maybe... send buffer but do not clear it. The glyphs for these will appear as inverse letters, but will actually be the appropriate low ASCII characters: |
