diff --git a/debian/changelog b/debian/changelog index 97c3fb08..fd00d2ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,11 @@ screen-profiles (1.9) UNRELEASED; urgency=low [Nicolas Barcet] * use gettext in screen-profiles-helper (LP: #317245) - -- Dustin Kirkland Mon, 12 Jan 2009 09:11:30 -0600 + [ Dustin Kirkland ] + * keybindings/common: fix leading whitespace on new window creation + LP: #317558 + + -- Dustin Kirkland Thu, 15 Jan 2009 10:50:50 -0600 screen-profiles (1.8-0ubuntu1) jaunty; urgency=low diff --git a/keybindings/common b/keybindings/common index 53c9807f..8cec192d 100644 --- a/keybindings/common +++ b/keybindings/common @@ -34,7 +34,7 @@ # with emacs' ctrl-a escape ^Gg # F1 -> 'help' in gnome-terminal -register n "^g^c ^gA" # Goes with the F2 definition +register n "^g^c^gA" # Goes with the F2 definition bindkey -k k2 process n # F2 | Create new window (and name it) bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window