-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
[v1.17.x] Alt-s
(Toggle SurfingKeys on current site) stopped working
#2157
Comments
Same here. |
Enabling Steps I tried:
|
Experiencing same as above with dev mode on Vivaldi and Chrome. |
This works but I can't stay whole day in dev mode. EDIT: what works is:
|
Enabling |
Enabling |
I already had Developer mode permanently enabled. Restarting Chrome on a newer version after an upgrade of Chrome triggered this problem. I'm guessing the restart caused SurfingKeys to be upgraded to the new MV3 version which has this bug. I hope this can be fixed soon because SurfingKeys is totally unusable for me without |
This should have been fixed in 1.17.1. |
I'm already on 1.17.1 and it's still the same bug :-( |
Hum, yes, there is still something need to be fixed, so far |
Also here to report the same issue, |
The temporary workaround is to use |
It's actually a lot worse than I thought:
BTW this is the ninth time this issue has happened 😢 See #101, #167, #168, #169, #170, #182, #382, and #1244 for the others. I'm not sure why it keeps happening, but as before I strongly recommend coding some regression tests so that it can never happen again. |
I've had to disable the extension altogether 😢 There was no other way to stop it making sites like Gmail and Figma unusable. I really hope this issue can be fixed soon. |
You can still build the last public version from source. It's less desirable than having it in the web stores, but it's fully functional. |
Good idea, thanks - I've done that. Unfortunately the installation steps are not fully documented; this is fixed in #1919 but it hasn't been merged yet. |
Based on the f152a9a build. You can refer to https://developer.chrome.com/docs/extensions/get-started/tutorial/scripts-on-every-tab for installation. |
After following the documentation and installing the zip attachment, I can disable the extension using the shortcut |
Alt-s
(Toggle SurfingKeys on current site) stopped workingAlt-s
(Toggle SurfingKeys on current site) stopped working
Fixed in 1.17.3. |
Is this issue really fixed? I'm currently using version 1.17.3 with the following settings and developer mode enabled: settings.blocklistPattern = /(github\.dev|codesandbox\.io)/i; I can't use VSCodeVim on github.dev, it behaves awkwardly. I'm not sure if this happens only to me, but the only workaround I've found is to disable this extension. |
It works for me. I have something like this:
|
Since settings.blocklistPattern is not working (#2154) I tried
<Alt-s>
but it does not work either.The text was updated successfully, but these errors were encountered: