comparison README @ 171:35b1714eb3b2

Change F1 functionality to proper Insert key.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 03:04:19 +0200
parents 8bb12c22fe05
children 317df807da54
comparison
equal deleted inserted replaced
170:8d4cdbeae606 171:35b1714eb3b2
38 ---- 38 ----
39 arrow left/right - Move cursor in the current buffer. 39 arrow left/right - Move cursor in the current buffer.
40 arrow up/down - Browse input history. 40 arrow up/down - Browse input history.
41 ctrl+left/right - Move cursor through words. 41 ctrl+left/right - Move cursor through words.
42 42
43 ctrl+l - Refresh/redraw screen. 43 INS - Toggle between insert and overwrite modes.
44 DEL - Delete one character at cursor position.
45 Backspace - Delete one character left to the cursor position.
44 46
45 F1 - Toggle between insert and overwrite modes.
46 F2 - Clear current edit buffer. 47 F2 - Clear current edit buffer.
47 F4 - Toggle ignore mode on/off. 48 F5 - Toggle ignore mode on/off.
48 F8 - Toggle private chat mode on/off. 49 F8 - Toggle private chat mode on/off.
49 F9 - Quit. 50 F9 - Quit.
51
52 ctrl+L - Refresh/redraw screen.
50 53
51 54
52 Commands 55 Commands
53 -------- 56 --------
54 /to <user> - Set target for private chat. Example: "/to foobar" 57 /to <user> - Set target for private chat. Example: "/to foobar"
55 will set target to user "foobar". After this, pressing 58 will set target to user "foobar". After this, pressing
56 function key F8 will toggle between private mode and 59 function key F8 will toggle between private mode and
57 public. 60 public. Private chat mode is indicated by "username>"
61 on the input line.
58 62
59 /ignore [user] - Toggle user to/from ignore. "/ignore" without specified 63 /ignore [user] - Toggle user to/from ignore. "/ignore" without specified
60 username will list users currently on the ignore list. 64 username will list users currently on the ignore list.
61 When ignore mode is ENABLED (via function key F4), 65 When ignore mode is ENABLED (via function key F4),
62 no messages or actions from users on the list will be 66 no messages or actions from users on the list will be