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
This commit is contained in:
Dustin Kirkland 2010-08-25 23:03:02 -05:00
commit cc7328d15f
2 changed files with 5 additions and 2 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (3.4) unreleased; urgency=low 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 <kirkland@ubuntu.com> Tue, 24 Aug 2010 18:21:14 -0400 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 24 Aug 2010 18:21:14 -0400

View file

@ -20,7 +20,8 @@
############################################################################### ###############################################################################
# F-keys seem to work well in both gnome-terminal and tty consoles # 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 k2 screen # F2 | Create new window
bindkey -k k3 prev # F3 | Previous Window bindkey -k k3 prev # F3 | Previous Window
bindkey -k k4 next # F4 | Next Window bindkey -k k4 next # F4 | Next Window