iberianpig / fusuma-plugin-sendkey

Fusuma plugin that sending virtual keyboard events
MIT License
70 stars 1 forks source link

Allow sending a key multiple times #6

Closed dit7ya closed 2 weeks ago

dit7ya commented 4 years 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.

iberianpig commented 4 years ago

Please consider command: or set threshold lower

swipe:
  3:
    left:
      command: "fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN"
iberianpig commented 2 weeks ago

fixed #34