1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added Alt-Backspace to navigation help

This commit is contained in:
James Booth 2014-11-22 22:12:32 +00:00
parent b819ea3708
commit f486b5884b

View File

@ -1391,13 +1391,14 @@ _cons_navigation_help(void)
cons_show("Alt-LEFT : Previous chat window");
cons_show("Alt-RIGHT : Next chat window");
cons_show("UP, DOWN : Navigate input history.");
cons_show("LEFT, RIGHT, HOME, END : Edit current input.");
cons_show("LEFT, RIGHT, HOME, END : Move cursor in current input.");
cons_show("Ctrl-LEFT, Ctrl-RIGHT : Jump word in input.");
cons_show("Alt-Backspace : Delete word in input.");
cons_show("ESC : Clear current input.");
cons_show("TAB : Autocomplete.");
cons_show("PAGE UP, PAGE DOWN : Page the main window.");
cons_show("Shift-UP, Shift-DOWN : Page the occupants panel.");
cons_show("Ctrl-UP, Ctrl-DOWN : Page the occupants panel.");
cons_show("Shift-UP, Shift-DOWN : Page occupants/roster panel.");
cons_show("Ctrl-UP, Ctrl-DOWN : Page occupants/roster panel.");
cons_show("");
cons_alert();