sxmo_inputhandler.sh: Switch voldown_two to trigger Super+x (inplacerotate)

Fixes regression where not all clients rotated on doubletapping
voldown key.

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Miles Alan 2021-07-28 20:52:52 -04:00 committed by Maarten van Gompel
parent b3bbf23e90
commit 9870940de4

View file

@ -279,7 +279,7 @@ case "$ACTION" in
exit 0
;;
"voldown_two")
key Super+Return
key Super+x
exit 0
;;
"voldown_three")