From 0d8135aacdbe9971ac114c6e5e41b12194895921 Mon Sep 17 00:00:00 2001 From: arnault Date: Tue, 7 Feb 2012 21:03:50 +0100 Subject: [PATCH] update keybind_help script - fix align issue --- scripts/keybind_help.sh | 90 ++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/scripts/keybind_help.sh b/scripts/keybind_help.sh index 64d611e..84d6097 100755 --- a/scripts/keybind_help.sh +++ b/scripts/keybind_help.sh @@ -9,55 +9,55 @@ height="730" bg="#222222" fg="#7D7D7D" l01="^s[80;12;$bg;WMFS² Keybinds Help]" -l03="^s[15;35;$fg;launch terminal: Super + Return]" -l04="^s[15;50;$fg;launch prompt: Super + p]" -l05="^s[15;65;$fg;close client: Super + q]" -l06="^s[15;80;$fg;reload wmfs: Control + Alt + r]" -l07="^s[15;95;$fg;quit wmfs: Control + Alt + q]" +l03="^s[15;35;$fg;launch terminal:]^s[190;35;$fg;Super + Return]" +l04="^s[15;50;$fg;launch prompt:]^s[190;50;$fg;Super + p]" +l05="^s[15;65;$fg;close client:]^s[190;65;$fg;Super + q]" +l06="^s[15;80;$fg;reload wmfs:]^s[190;80;$fg;Control + Alt + r]" +l07="^s[15;95;$fg;quit wmfs:]^s[190;95;$fg;Control + Alt + q]" -l08="^s[15;115;$fg;next client: Alt + Tab]" -l09="^s[15;130;$fg;prev client: Alt + Shift + Tab]" -l10="^s[15;145;$fg;next tabbed client: Super + Tab]" -l11="^s[15;160;$fg;prev tabbed client: Super + Shift + Tab]" -l12="^s[15;175;$fg;left client: Alt + h]" -l13="^s[15;190;$fg;right client: Alt + l]" -l14="^s[15;205;$fg;top client: Alt + k]" -l15="^s[15;220;$fg;bottom client: Alt + j]" -l16="^s[15;235;$fg;swap client left: Control + Shift + h]" -l17="^s[15;250;$fg;swap client right: Control + Shift + l]" -l18="^s[15;265;$fg;swap client top: Control + Shift + k]" -l19="^s[15;280;$fg;swap client bottom: Control + Shift + j]" -l20="^s[15;295;$fg;tab client left: Alt + Shift + h]" -l21="^s[15;310;$fg;tab client right: Alt + Shift + l]" -l22="^s[15;325;$fg;tab client top: Alt + Shift + k]" -l23="^s[15;340;$fg;tab client bottom: Alt + Shift + j]" -l24="^s[15;355;$fg;untab client: Alt + Shift + u]" +l08="^s[15;115;$fg;next client:]^s[190;115;$fg;Alt + Tab]" +l09="^s[15;130;$fg;prev client:]^s[190;130;$fg;Alt + Shift + Tab]" +l10="^s[15;145;$fg;next tabbed client:]^s[190;145;$fg;Super + Tab]" +l11="^s[15;160;$fg;prev tabbed client:]^s[190;160;$fg;Super + Shift + Tab]" +l12="^s[15;175;$fg;left client:]^s[190;175;$fg;Alt + h]" +l13="^s[15;190;$fg;right client:]^s[190;190;$fg;Alt + l]" +l14="^s[15;205;$fg;top client:]^s[190;105;$fg;Alt + k]" +l15="^s[15;220;$fg;bottom client:]^s[190;220;$fg;Alt + j]" +l16="^s[15;235;$fg;swap client left:]^s[190;235;$fg;Control + Shift + h]" +l17="^s[15;250;$fg;swap client right:]^s[190;250;$fg;Control + Shift + l]" +l18="^s[15;265;$fg;swap client top:]^s[190;265;$fg;Control + Shift + k]" +l19="^s[15;280;$fg;swap client bottom:]^s[190;280;$fg;Control + Shift + j]" +l20="^s[15;295;$fg;tab client left:]^s[190;295;$fg;Alt + Shift + h]" +l21="^s[15;310;$fg;tab client right:]^s[190;310;$fg;Alt + Shift + l]" +l22="^s[15;325;$fg;tab client top:]^s[190;325;$fg;Alt + Shift + k]" +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: Super + h]" -l26="^s[15;390;$fg;increase client on right: Super + l]" -l27="^s[15;405;$fg;increase client on top: Super + k]" -l28="^s[15;420;$fg;increase client on bottom: Super + j]" -l29="^s[15;435;$fg;decrease client from left: Super + Control + h]" -l30="^s[15;450;$fg;decrease client from right: Super + Control + l]" -l31="^s[15;465;$fg;decrease client from top: Super + Control + k]" -l32="^s[15;480;$fg;decrease client from bottom: Super + Control + j]" -l33="^s[15;495;$fg;integrate client to left: Super + Control + Alt + h]" -l34="^s[15;510;$fg;integrate client to right: Super + Control + Alt + l]" -l35="^s[15;525;$fg;integrate client to top: Super + Control + Alt + k]" -l36="^s[15;540;$fg;integrate client to bottom: Super + Control + Alt + j]" +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]" +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]" +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]" +l36="^s[15;540;$fg;integrate client to bottom:]^s[190;540;$fg;Super + Control + Alt + j]" -l37="^s[15;560;$fg;horizontal layout: Super + Shift + m]" -l38="^s[15;575;$fg;vertical layout: Super + m]" -l39="^s[15;590;$fg;layout rotate right: Super + r]" -l40="^s[15;605;$fg;layout rotate left: Super + Shift + r]" -l41="^s[15;620;$fg;toggle client free: Super + f]" +l37="^s[15;560;$fg;horizontal layout:]^s[190;560;$fg;Super + Shift + m]" +l38="^s[15;575;$fg;vertical layout:]^s[190;575;$fg;Super + m]" +l39="^s[15;590;$fg;layout rotate right:]^s[190;590;$fg;Super + r]" +l40="^s[15;605;$fg;layout rotate left:]^s[190;605;$fg;Super + Shift + r]" +l41="^s[15;620;$fg;toggle client free:]^s[190;620;$fg;Super + f]" -l42="^s[15;640;$fg;prev/next tag: Control + Left/Right]" -l43="^s[15;655;$fg;prev/next screen: Control + Up/Down]" -l44="^s[15;670;$fg;set tag (x): Super + F(x)]" -l45="^s[15;685;$fg;tag client with (x): Super + Shift + F(x)]" -l46="^s[15;700;$fg;add tag: Super + -]" -l47="^s[15;715;$fg;delete tag: Super + Shift + -]" +l42="^s[15;640;$fg;prev/next tag:]^s[190;640;$fg;Control + Left/Right]" +l43="^s[15;655;$fg;prev/next screen:]^s[190;655;$fg;Control + Up/Down]" +l44="^s[15;670;$fg;set tag (x):]^s[190;670;$fg;Super + F(x)]" +l45="^s[15;685;$fg;tag client with (x):]^s[190;685;$fg;Super + Shift + F(x)]" +l46="^s[15;700;$fg;add tag:]^s[190;700;$fg;Super + -]" +l47="^s[15;715;$fg;delete tag:]^s[190;715;$fg;Super + Shift + -]" frame="^R[0;0;350;15;$fg] ^R[0;728;350;2;$fg] ^R[0;0;2;730;$fg] ^R[348;0;2;730;$fg]"