Browse Source

fix resize iucb

arnault 12 years ago
parent
commit
bc4e475a74
1 changed files with 6 additions and 6 deletions
  1. 6 6
      scripts/keybind_help.sh

+ 6 - 6
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]"