From cc7328d15f6b5f4e9d948193be170b91c10707c7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 25 Aug 2010 23:03:02 -0500 Subject: [PATCH] usr/share/byobu/keybindings/f-keys: make F1 also point to the menu, along with F9; this might help in some tty environments outside of gnome-terminal --- debian/changelog | 4 +++- usr/share/byobu/keybindings/f-keys | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23bb0ee6..9515e8c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (3.4) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/keybindings/f-keys: make F1 also point to the menu, + along with F9; this might help in some tty environments outside of + gnome-terminal -- Dustin Kirkland Tue, 24 Aug 2010 18:21:14 -0400 diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index 8e7e56c2..a72ecde3 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -20,7 +20,8 @@ ############################################################################### # F-keys seem to work well in both gnome-terminal and tty consoles - # F1 | 'help' in gnome-terminal +bindkey -k k1 screen -t config 0 byobu-config # F1 | Configuration (along with F9) + # | since F1 = Help in gnome-terminal bindkey -k k2 screen # F2 | Create new window bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window