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

Send key_up immediately #228

Open
hacker-DOM opened this issue Aug 21, 2023 · 0 comments
Open

Send key_up immediately #228

hacker-DOM opened this issue Aug 21, 2023 · 0 comments

Comments

@hacker-DOM
Copy link

Another use case request 😊

I have option+f bound to ctrl+tab:

        [:!O#CSTf :!Ttab]

When using Vivaldi, if I hold option and press f, it opens us the tab cycler. I would like it not to do that - I would like probably something like this:

  • hold option
  • press f -> ctrl+tab sent fully (with keyup)
  • press f -> ctrl+tab sent fully (with keyup)
  • release option

That way the cycler would never appear and I could cycle as if all the keypresses were separate.

Update: I found out you can disable the tab cycler in Vivaldi. Nevertheless, I am interested in the solution if I run into it again. :)

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