Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Allow independent interval value in keypress gestures #240

Closed
rickardcarlsson opened this issue Jul 2, 2021 · 1 comment
Closed

Comments

@rickardcarlsson
Copy link

Is your feature request related to a problem? Please describe.
Currently you can't use separate interval values for keypress gestures.

Higher level interval affects keypress gesture, keypress interval has no effect:

swipe:
  4:
    left:
      update:
        command: 'xdotool key XF86AudioLowerVolume'
        interval: 0.1 # This affects both gestures
        keypress:
          LEFTSHIFT:
            command: 'change_brightness dec'
            interval: 1 # This has no effect

Describe the solution you'd like
Allow independent interval value in keypress gestures.

Describe alternatives you've considered
Changing the invoked scripts, but that interferes with other ways of invoking them.

Additional context

Fusuma: 2.0.5
libinput: 1.18.0
ruby 3.0.1p64
OS: Linux 5.12.9-1-MANJARO #1 SMP PREEMPT Thu Jun 3 14:56:42 UTC 2021
Distribution: Manjaro Linux \r  (\n) (\l)
Desktop session: plasma x11
@rickardcarlsson
Copy link
Author

Sorry, I didn't have the keypress plugin installed (just reinstalled my machine), it works as intended when installed... You can remove this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant