superclick upd
parent
34b81a329c
commit
9767eee0d6
|
@ -9,6 +9,7 @@ case $LANG in
|
|||
ABOUT="O SuperClick"
|
||||
TRAINER="Ćwicz z trenerem"
|
||||
QUICK_TILE="Trener SuperClick"
|
||||
KEYBOARD_DEMO="Demo użycia z klawiatury"
|
||||
CONFIGURATION="Konfiguracja"
|
||||
LGAP="Odstęp"
|
||||
OUTER_GAP="Zewnętrzny odstęp"
|
||||
|
@ -23,6 +24,7 @@ case $LANG in
|
|||
help='\n\n<b>Super + LeftMouseClick</b> on appropriate area of the window to snap it in a given direction.\n\n<i>Works also with keyboard...</i>\nUse <b>Super + Keypad_Keys</b> to move windows on the grid\n\nConfigurable settings:\n- gap\n- show_outer_gap'
|
||||
ABOUT="About SuperClick"
|
||||
TRAINER="Practice with trainer"
|
||||
KEYBOARD_DEMO="Keyboard usage demo"
|
||||
QUICK_TILE="SuperClick trainer"
|
||||
CONFIGURATION="Configuration"
|
||||
LGAP="Gap between windows"
|
||||
|
@ -39,6 +41,7 @@ case $LANG in
|
|||
ABOUT="About SuperClick"
|
||||
TRAINER="Practice with trainer"
|
||||
QUICK_TILE="SuperClick trainer"
|
||||
KEYBOARD_DEMO="Keyboard usage demo"
|
||||
CONFIGURATION="Configuration"
|
||||
LGAP="Gap between windows"
|
||||
OUTER_GAP="Show outer gap"
|
||||
|
@ -67,8 +70,9 @@ GAP=${gap:-16}
|
|||
me="jgdeskgrid -s"
|
||||
|
||||
#out+=("^sep(SuperClick)")
|
||||
out+=("<big></big> $ABOUT,notify-send.sh -u critical -i mbcc '$title' '$help' -o '$TRAINER:superclick trainer' -o '$CFG_MENU:jgdeskgrid -s' -o '$EDITCONF:xdg-open $CONFIG_FILE'")
|
||||
out+=("<big></big> $QUICK_TILE,superclick trainer")
|
||||
out+=("<big> + </big> $KEYBOARD_DEMO,viewnior /usr/share/mabox/img/superclick-keyboard.gif")
|
||||
out+=("<big></big> $ABOUT,notify-send.sh -u critical -i mbcc '$title' '$help' -o '$TRAINER:superclick trainer' -o '$CFG_MENU:jgdeskgrid -s' -o '$EDITCONF:xdg-open $CONFIG_FILE'")
|
||||
#out+=("<big></big> $SHOW_IMGHELPER,drawgrid")
|
||||
out+=("^sep($CONFIGURATION)")
|
||||
|
||||
|
|
Loading…
Reference in New Issue