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

In Brave browser it is still necessary to press key twice to close a tab #2227

Closed
petobens opened this issue Dec 24, 2024 · 2 comments
Closed

Comments

@petobens
Copy link

The issue reported in #2203 was fixed for Firexfox in 1.17.5. However when trying the brave browser (in stable, beta and nightly releases) this is still not working.

@amzyang
Copy link
Contributor

amzyang commented Mar 10, 2025

I'm not using brave, but I've the same behavior for some rebind keys. The built-in key mappings all work great. Found the hack below to workaround this problem.

 mapkey("R", "#4Force Reload the page", function () {
+  RUNTIME.repeats = 1;
   RUNTIME("reloadTab", { nocache: true });
 });

Hope it helps.

@petobens
Copy link
Author

This is great! Thank you some much @amzyang!

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

2 participants