use F7 for scrollback mode

This commit is contained in:
Dustin Kirkland 2009-01-07 17:42:12 -06:00
commit cf6a54781f
3 changed files with 8 additions and 4 deletions

8
debian/changelog vendored
View file

@ -1,8 +1,12 @@
screen-profiles (1.4) UNRELEASED; urgency=low screen-profiles (1.4) UNRELEASED; urgency=low
* [ Dustin Kirkland ]
* profiles/*: Fix tab mangling, LP: #309882; print cpu count in black;
remove darker background color of the Ubuntu logo, name, and clock
* keybindings/common: use F7 for scrollback mode
* doc/help.txt: updated F7 documentation
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jan 2009 15:44:11 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jan 2009 17:39:52 -0600
screen-profiles (1.3-0ubuntu1) jaunty; urgency=low screen-profiles (1.3-0ubuntu1) jaunty; urgency=low

View file

@ -6,7 +6,7 @@ you are currently viewing.
Key mappings: Key mappings:
F2 Create new window | F6 Detach from session F2 Create new window | F6 Detach from session
F3 Go to prev window | F7 -- F3 Go to prev window | F7 Scrollback/copy mode
F4 Go to next window | F8 Advanced help F4 Go to next window | F8 Advanced help
F5 Close this window | F9 Basic help (this) F5 Close this window | F9 Basic help (this)

View file

@ -40,7 +40,7 @@ bindkey -k k3 prev # F3 | Previous Window
bindkey -k k4 next # F4 | Next Window bindkey -k k4 next # F4 | Next Window
bindkey -k k5 kill # F5 | Close window bindkey -k k5 kill # F5 | Close window
bindkey -k k6 detach # F6 | Detach from this session bindkey -k k6 detach # F6 | Detach from this session
# F7 bindkey -k k7 copy # F7 | Enter copy/scrollback mode
bindkey -k k8 help # F8 | Advanced help/keybindings bindkey -k k8 help # F8 | Advanced help/keybindings
bindkey -k k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen bindkey -k k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen
# F10 -> 'toolbar' in gnome-terminal # F10 -> 'toolbar' in gnome-terminal