We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure if it's a bug, undocumented behavior or something I've missed, but when using:
footswitch -3 -S '4E' -2 -S '51' -1 -S '52'
even if I keep pressing the pedal down, the cursor won't keep moving down/up. That is, it's as if the key was released / is no longer pressed.
However, if I program the pedal with:
footswitch -1 -k pagedown -2 -k down -3 -k up
maintaining the hold on the pedal keeps sending pagedown/down/up as expected.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure if it's a bug, undocumented behavior or something I've missed, but when using:
even if I keep pressing the pedal down, the cursor won't keep moving down/up. That is, it's as if the key was released / is no longer pressed.
However, if I program the pedal with:
maintaining the hold on the pedal keeps sending pagedown/down/up as expected.
Thanks
The text was updated successfully, but these errors were encountered: