From 8c46c3755eba2c86092848054dd227556cb29706 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 23 Apr 2009 16:15:19 -0500 Subject: [PATCH] * keybindings/common: add a carriage return to the F5-refresh keybinding Signed-off-by: Dustin Kirkland --- debian/changelog | 4 ++-- keybindings/common | 2 +- screen-profiles | 2 +- select-screen-profile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e304c09..9eb5e374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ screen-profiles (1.50) unreleased; urgency=low - * UNRELEASED + * keybindings/common: add a carriage return to the F5-refresh keybinding - -- Dustin Kirkland Wed, 22 Apr 2009 22:02:05 -0500 + -- Dustin Kirkland Thu, 23 Apr 2009 16:13:18 -0500 screen-profiles (1.49-0ubuntu1) jaunty; urgency=low diff --git a/keybindings/common b/keybindings/common index 6df6a2bf..5306fe53 100644 --- a/keybindings/common +++ b/keybindings/common @@ -35,7 +35,7 @@ register n "^a^c" # | Goes with the F2 definition bindkey -k k2 process n # F2 | Create new window bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window -register r "^a:source $HOME/.screen-profiles/profile" # | Goes with F5 definition +register r "^a:source $HOME/.screen-profiles/profile^M" # | Goes with F5 definition bindkey -k k5 process r # F5 | Reload profile bindkey -k k6 detach # F6 | Detach from this session bindkey -k k7 copy # F7 | Enter copy/scrollback mode diff --git a/screen-profiles b/screen-profiles index 354735cb..b9ea907a 100755 --- a/screen-profiles +++ b/screen-profiles @@ -30,7 +30,7 @@ HOME=os.getenv("HOME") SHARE='/usr/share/screen-profiles' DOC='/usr/share/doc/screen-profiles' DEF_ESC="A" -RELOAD = "If you are using the default set of keybindings, press\n to activate these changes.\n\nOtherwise, exit this screen session and start a new one." +RELOAD = "If you are using the default set of keybindings, press\n to activate these changes.\n\nOtherwise, exit this screen session and start a new one." gettext.bindtextdomain('screen-profiles', SHARE+'/po') gettext.textdomain('screen-profiles') diff --git a/select-screen-profile b/select-screen-profile index d97c1120..aeaf962d 100755 --- a/select-screen-profile +++ b/select-screen-profile @@ -127,7 +127,7 @@ setprofile() { found=1 echo if [ "$TERM" = "screen" ]; then - echo `gettext 'If you are using the default set of keybindings, press\n to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'` + echo `gettext 'If you are using the default set of keybindings, press\n to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'` else echo `gettext 'Run "screen" to activate'` fi