diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/editing_keys.txt | 6 | ||||
| -rw-r--r-- | doc/ui_keys.txt | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index 2247edc..ce3124c 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -7,21 +7,19 @@ 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 +Ctrl-Del or ^X - 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). +Tab - Nick completion (only at the start of an empty input box!) 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. diff --git a/doc/ui_keys.txt b/doc/ui_keys.txt index d26a171..2135d43 100644 --- a/doc/ui_keys.txt +++ b/doc/ui_keys.txt @@ -1,4 +1,4 @@ -Hold down Start and: +Hold down Start, *or* press and release Escape, and: 1-7 - switch screens Up Arrow (without Control) - scroll current screen up |
