mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Tidied navigation help
Conflicts: src/ui/console.c
This commit is contained in:
parent
3fbd45bd06
commit
785206a06c
@ -1297,12 +1297,10 @@ _cons_navigation_help(void)
|
||||
cons_show("");
|
||||
cons_show("Navigation:");
|
||||
cons_show("");
|
||||
cons_show("Alt-1 : This console window.");
|
||||
cons_show("Alt-2..Alt-0 : Chat windows.");
|
||||
cons_show("Alt-1 (F1) : This console window.");
|
||||
cons_show("Alt-2..Alt-0 (F2..F10) : Chat windows.");
|
||||
cons_show("Alt-LEFT : Previous chat window");
|
||||
cons_show("Alt-RIGHT : Next chat window");
|
||||
cons_show("F1 : This console window.");
|
||||
cons_show("F2..F10 : Chat windows.");
|
||||
cons_show("UP, DOWN : Navigate input history.");
|
||||
cons_show("LEFT, RIGHT, HOME, END : Edit current input.");
|
||||
cons_show("CTRL-LEFT, CTRL-RIGHT : Jump word in input.");
|
||||
|
Loading…
Reference in New Issue
Block a user