From cf6a54781f843e351aaf2350f4a1ee02736190f4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 7 Jan 2009 17:42:12 -0600 Subject: [PATCH] use F7 for scrollback mode --- debian/changelog | 8 ++++++-- doc/help.txt | 2 +- keybindings/common | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4051ed2a..62eb6b1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ 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 Wed, 07 Jan 2009 15:44:11 -0600 + -- Dustin Kirkland Wed, 07 Jan 2009 17:39:52 -0600 screen-profiles (1.3-0ubuntu1) jaunty; urgency=low diff --git a/doc/help.txt b/doc/help.txt index ca782c94..6c140fec 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -6,7 +6,7 @@ you are currently viewing. Key mappings: 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 F5 Close this window | F9 Basic help (this) diff --git a/keybindings/common b/keybindings/common index 2b884d17..53c9807f 100644 --- a/keybindings/common +++ b/keybindings/common @@ -40,7 +40,7 @@ bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window bindkey -k k5 kill # F5 | Close window 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 k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen # F10 -> 'toolbar' in gnome-terminal