Remove shellcheck error in sxmo_appmenu.sh
This commit is contained in:
parent
3e23624651
commit
c100262d4f
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ getprogchoices() {
|
||||||
|
|
||||||
key() {
|
key() {
|
||||||
xdotool windowactivate "$WIN"
|
xdotool windowactivate "$WIN"
|
||||||
xdotool key --delay 50 --clearmodifiers $* # <-- unquoted, word splitting is deliberate!
|
xdotool key --delay 50 --clearmodifiers "$@"
|
||||||
#--window $WIN
|
#--window $WIN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue