brookhong / Surfingkeys

Map your keys for web surfing, expand your browser with javascript and keyboard.
https://chrome.google.com/webstore/detail/surfingkeys/gfbliohnnapiefjpjlpjnehglfpaknnc
MIT License
5.29k stars 476 forks source link

1.17.1 Many custom settings do not work #2169

Open gdm257 opened 2 days ago

gdm257 commented 2 days ago

Error details

SurfingKeys: 1.17.1

Browser: Chromium 127.0.6533.100 Windows

URL: -

Context

settings.smoothScroll = false is woking in 1.17.0. After today's update of 1.17.1, it takes no effect.

Update: According to other users' feedback, many custom settings also do not work.

rubaboo commented 1 day ago

After 1.17.1 update, I cannot disable Surfingkeys itself. Not via Alt+S nor from the extension button's popup menu. My browser is Vivaldi, if that matters.

gdm257 commented 1 day ago

After 1.17.1 update, I cannot disable Surfingkeys itself. Not via Alt+S nor from the extension button's popup menu. My browser is Vivaldi, if that matters.

Same

ljohnston commented 1 day ago

Using Vivaldi also. After 1.17.1 update, many of my settings are being ignored. For example, I have the following keys mapped:

api.mapkey('gh', "Open google in the current tab", function() {
    window.location.href = 'https://google.com';
});

api.mapkey('gH', 'Open google in a new tab', function() {
    api.tabOpenLink('https://google.com');
});

After the 1.17.1 upgrade those key mappings are totally ignored. Bringing up the help screen shows the following:

image

I also have key mappings like this that are being ignored:

api.map('<Ctrl-[>', '<Esc>');

My theme settings are being ignored also.

Interestingly, I don't see any of these issues with 1.17.1 in Google Chrome.

momotaro commented 19 hours ago

Using Vivaldi also. After 1.17.1 update, many of my settings are being ignored.

Same

zoommine commented 19 hours ago

After 1.17.1 update, I cannot disable Surfingkeys itself. Not via Alt+S nor from the extension button's popup menu. My browser is Vivaldi, if that matters.

Same

clarkwang commented 18 hours ago

+1