Remove shellcheck error in sxmo_appmenu.sh

master
Miles Alan 4 years ago
parent 3e23624651
commit c100262d4f
  1. 2
      scripts/core/sxmo_appmenu.sh

@ -357,7 +357,7 @@ getprogchoices() {
key() {
xdotool windowactivate "$WIN"
xdotool key --delay 50 --clearmodifiers $* # <-- unquoted, word splitting is deliberate!
xdotool key --delay 50 --clearmodifiers "$@"
#--window $WIN
}

Loading…
Cancel
Save