Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Tap registered as double tap? #11

Open
tanandry opened this issue Nov 29, 2020 · 1 comment
Open

Tap registered as double tap? #11

tanandry opened this issue Nov 29, 2020 · 1 comment

Comments

@tanandry
Copy link

When I use this code:

tap:
3:
sendkey: "LEFTCTRL+ENTER" # Open anything in new background tab
keypress:
LEFTCTRL:
sendkey: "LEFTCTRL+LEFTSHIFT+ENTER" # Open anything in new foreground tab

It can open in a new tab just right, but it open two tabs instead of one. I tried it in Firefox and Dolphin.
Is the tap registered as double tap? Can this issue be fixed? Thanks 😄

@iberianpig
Copy link
Owner

No, it does not register multiple taps.

The fusuma-plugin-tap does not stop the propagation of existing tap events, it just executes the action defined in the config.yml when it finds a tap event.
So the first tap will be your native tap, and the second tap will be the sendkey keyboard event generated by the tap.

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

No branches or pull requests

2 participants