From bc4e475a741f3ae180ebfb64f52b8df22dd46080 Mon Sep 17 00:00:00 2001 From: arnault Date: Wed, 8 Feb 2012 00:30:02 +0100 Subject: [PATCH] fix resize iucb --- scripts/keybind_help.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/keybind_help.sh b/scripts/keybind_help.sh index 0f8c214..59dcf3b 100755 --- a/scripts/keybind_help.sh +++ b/scripts/keybind_help.sh @@ -34,13 +34,13 @@ l23="^s[15;340;$fg;tab client bottom:]^s[190;340;$fg;Alt + Shift + j]" l24="^s[15;355;$fg;untab client:]^s[190;355;$fg;Alt + Shift + u]" l25="^s[15;375;$fg;increase client on left:]^s[190;375;$fg;Super + h]" -l26="^s[15;390;$fg;increase client on right:]^s[190;390;$fg;Super + l]" +l26="^s[15;390;$fg;decrease client from left:]^s[190;390;$fg;Super + l]" l27="^s[15;405;$fg;increase client on top:]^s[190;405;$fg;Super + k]" -l28="^s[15;420;$fg;increase client on bottom:]^s[190;420;$fg;Super + j]" -l29="^s[15;435;$fg;decrease client from left:]^s[190;435;$fg;Super + Control + h]" -l30="^s[15;450;$fg;decrease client from right:]^s[190;450;$fg;Super + Control + l]" -l31="^s[15;465;$fg;decrease client from top:]^s[190;465;$fg;Super + Control + k]" -l32="^s[15;480;$fg;decrease client from bottom:]^s[190;480;$fg;Super + Control + j]" +l28="^s[15;420;$fg;decrease client from top:]^s[190;420;$fg;Super + j]" +l29="^s[15;435;$fg;decrease client from right:]^s[190;435;$fg;Super + Control + h]" +l30="^s[15;450;$fg;increase client on right:]^s[190;450;$fg;Super + Control + l]" +l31="^s[15;465;$fg;decrease client from bottom:]^s[190;465;$fg;Super + Control + k]" +l32="^s[15;480;$fg;increase client to bottom:]^s[190;480;$fg;Super + Control + j]" l33="^s[15;495;$fg;integrate client to left:]^s[190;495;$fg;Super + Control + Alt + h]" l34="^s[15;510;$fg;integrate client to right:]^s[190;510;$fg;Super + Control + Alt + l]" l35="^s[15;525;$fg;integrate client to top:]^s[190;525;$fg;Super + Control + Alt + k]"