You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
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 😄
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use this code:
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 😄
The text was updated successfully, but these errors were encountered: