Made choice for virtual keyboard configurable through the $KEYBOARD environment variable.
This implements what was suggested in the discussion regarding the svkbd patch, it makes the choice of virtual keyboard configurable using the $KEYBOARD variable, rather than hard-coding it.
This commit is contained in:
parent
293bf69871
commit
ace9960926
9 changed files with 21 additions and 20 deletions
|
@ -10,6 +10,6 @@ lisgd "$@" \
|
|||
-g '1,ULDR,sxmo_lisgdonefingercheck.sh sxmo_brightness.sh down' \
|
||||
-g '2,LR,xdotool key --clearmodifiers Alt+e' \
|
||||
-g '2,RL,xdotool key --clearmodifiers Alt+r' \
|
||||
-g '2,DU,pidof svkbd-sxmo || svkbd-sxmo &' \
|
||||
-g '2,UD,pkill -9 svkbd-sxmo' \
|
||||
-g "2,DU,pidof $KEYBOARD || $KEYBOARD &" \
|
||||
-g "2,UD,pkill -9 $KEYBOARD" \
|
||||
&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue