-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Only "Mouse Click", "Scroll Page / Element" and "Omnibar" functionality working #2149
Comments
1.17.0 is released for MV3 upgrade, I works well in my Chrome 128.0.6613.138. Any errors from console(Inspect tool)? |
@brookhong After todays update alt+s to toggle surfing keys stop working. Chrome 128.0.6613.138, no console errors or something |
I also have 128.0.6613.138 chromium version and there are no errors in the console |
I noticed the extension settings seem no longer persistent -- the "advanced mode" checkbox and settings path both clear once I leave the page. |
Starting today I get an error that |
I found that my custom configuration could not be saved, and the system's built-in button I would like to ask if this is a function that cannot be achieved by manifest v3 or a bug. |
@rosshadden Yes, that function is missed, will be fixed soon. So you can load your config file, right? |
Yeah I just commented out the line for now 👍. |
I can't change any settings nor can I load my old settings. I'm using Chrome 128.0.6613.137 (Official Build) (64-bit Linux) and SurfingKeys 1.17.0. |
Is there a way to downgrade the extension? |
Also here to report alt+s not working; previously toggled websites are now active and I cannot re-toggle anything. Passthrough mode continues to work as a temporary workaround. Chrome 128.0.6613.138 (Official Build) (64-bit) Windows 11, SurfingKeys 1.17.0. |
I tested SurfingKeys 1.17.0 on Chromium Version 128.0.6613.137 (Official Build) built on Debian GNU/Linux 12 (bookworm) (64-bit). Editing or loading settings are also broken. No additional info is given on the console. |
[SurfingKeys] Error found in settings: TypeError: api.Hints.setCharacters is not a function |
@desgua @orangeMangoDimz Is there any error from console(Inspect tool) for the options page? |
Known issue, will be fixed soon. |
Found my way here because of the same issue/experience. Was surprised that the previous/next tab keys stopped functioning as before despite running the default settings and seeing no errors in the console. Thanks for the firefox reminder. Browser: Version 1.69.168 Chromium: 128.0.6613.138 (Official Build) (64-bit) |
not on load but when I try to save the path to my config script after ticking the advanced-user checkbox I get this:
this points to line 2 in this minified function: function A() {
var t = u.getValue()
, o = E(w.value.trim());
o.length && o !== x ? e("loadSettingsFromUrl", {
url: o
}, (function(e) {
l(e.status + " to load settings from " + o, 5e3),
K(e),
e.snippets && e.snippets.length ? (x = o,
u.setValue(e.snippets, -1)) : "" === t && u.setValue(P, -1)
}
)) : (e("updateSettings", {
settings: {
snippets: t,
localPath: E(w.value)
}
}),
l("Settings saved", 1e3))
} |
Nope Oh wait, when I pressed the save button, an error appeared in my console: options.js:1 Uncaught TypeError: Cannot read properties of null (reading 'getValue')
at HTMLInputElement.A (options.js:1:3849) |
I'm experiencing this on one of my Arch machines running Brave. I like Brave, but I can't use a browser without SurfingKeys, so I might have to try Firefox. |
Just an additional clarification, I just installed the extension in another brave profile and it did not work again. I tried removing it and adding it and still nothing. For some reason, I have to click on |
Wow, thanks @matko031. Looks like there are some incompatible settings left from previous version, so a workable solution would be removing and adding the extension. |
Error details
SurfingKeys: 1.17.0
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
URL: everywhere
Context
I just installed surfingkeys in brave and most mappings don't seem to work. The mappings from groups "Mouse Click", "Scroll Page / Element" and "Omnibar" are working ok, but all the others not. For instance switching tabs with E/R or choosing a tab with T has no effect whatsoever. I tried this in brave, chrome, and chromimum and in all three cases it's the same issue. In Firefox everything works fine.
The text was updated successfully, but these errors were encountered: