From ea47f06b8fa0ebab649ea1f7b323246d7e482438 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 01:53:15 -0400 Subject: Document Start+Q. --- editing_keys.txt | 4 ++-- src/cmd.c | 2 +- ui_keys.txt | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/editing_keys.txt b/editing_keys.txt index 4646c35..dfa6fd0 100644 --- a/editing_keys.txt +++ b/editing_keys.txt @@ -11,10 +11,10 @@ Ctrl-Del - delete the character under the cursor Future plans: -Start+S: hide (but do not clear) the input box; show status. The -input box will become visible again on the next keypress. 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) diff --git a/src/cmd.c b/src/cmd.c index 7258485..f548b74 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -38,7 +38,7 @@ typedef struct { } cmd_t; /* future commands: - OP DEOP VOICE DEVOICE KICK BAN KB IGNORE UNIGNORE MODE + OP DEOP VOICE DEVOICE KICK BAN KB IGNORE UNIGNORE MODE INVITE */ cmd_t command_defs[] = { { "AWAY", do_away, 1 }, diff --git a/ui_keys.txt b/ui_keys.txt index a6b8dd9..93c932f 100644 --- a/ui_keys.txt +++ b/ui_keys.txt @@ -7,6 +7,8 @@ Tab - switch to last displayed screen Left/Right (without Control) - previous/next screen. A - switch to active screen S - show status (hide edit box) +Q - create screen for last PM (in [private]) or last channel + message (in [server]). Does nothing in screens 2-7. Future plans: -- cgit v1.2.3