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
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.
The text was updated successfully, but these errors were encountered:
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 });
});
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.
The text was updated successfully, but these errors were encountered: