Closed dit7ya closed 2 months ago
For example, my VolumeUP and VolumeDown keys have a very small step, so it would be great if I could just write something like sendkey: VOLUMEUP * 5 to send 5 keystrokes at back to back.
sendkey: VOLUMEUP * 5
Please consider command: or set threshold lower
command:
swipe: 3: left: command: "fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN"
fixed #34
For example, my VolumeUP and VolumeDown keys have a very small step, so it would be great if I could just write something like
sendkey: VOLUMEUP * 5
to send 5 keystrokes at back to back.