From 076980305c59c2975f13449179083de369f68714 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 17:15:29 -0400 Subject: Change /bell to /alert, rerrange .txt files. --- editing_keys.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 editing_keys.txt (limited to 'editing_keys.txt') diff --git a/editing_keys.txt b/editing_keys.txt deleted file mode 100644 index dfa6fd0..0000000 --- a/editing_keys.txt +++ /dev/null @@ -1,33 +0,0 @@ -This is kind of a weird mix of UNIX/Emacs/bash and traditional Atari. - -^A - move to start of buffer -^E - move to end of buffer -^U, Shift-Del - delete (clear) buffer -Shift-Clear or Ctrl-Clear: clear buffer and hide input box (show status) -^W - delete word to left of cursor -Left/Right arrows - move cursor -Backspace - delete the character to the left of the cursor -Ctrl-Del - delete the character under the cursor - -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) -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) - -The glyphs for these will appear as inverse letters, but will actually -be the appropriate low ASCII characters: -^I - toggle italic -^L - toggle underline -^S - toggle strikethrough -- cgit v1.2.3