aboutsummaryrefslogtreecommitdiff
path: root/doc/editing_keys.txt
blob: 2247edc6bb1f29cde54a1217d0307f125ca1b8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
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.
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:

^X, delete character (same as ctrl-del).
^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM)
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
be the appropriate low ASCII characters:
^I - toggle italic
^L - toggle underline
^S - toggle strikethrough