diff options
| -rw-r--r-- | home/xyz/.config/myconf/surfingkeys_config.js | 6 | ||||
| -rw-r--r-- | home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 2 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/home/xyz/.config/myconf/surfingkeys_config.js b/home/xyz/.config/myconf/surfingkeys_config.js index 414ca221..3c49809e 100644 --- a/home/xyz/.config/myconf/surfingkeys_config.js +++ b/home/xyz/.config/myconf/surfingkeys_config.js @@ -35,11 +35,11 @@ const {  //settings.blacklistPattern = /.*youtube\.com.*|.*mail\.google\.com.*/i;  //unmap('<Ctrl-j>'); -map('<Ctrl-Alt-h>','<Ctrl-h>'); +map(';h','<Ctrl-h>');  unmap('<Ctrl-h>');  // ctrl-alt-s not working now (12/09/2021), not sure why, maybe arkenfox user.js problem? -//map('<Ctrl-Alt-s>','<Alt-s>'); -//unmap('<Alt-s>'); +map(';s','<Alt-s>'); +unmap('<Alt-s>');  // on firefox, firenvim default Ctrl-e will be overwirted by github issue hotkey, see:  // https://github.com/glacambre/firenvim/issues/1046 diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js index 21012b51..2acf9fa0 100644 --- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js @@ -1,5 +1,5 @@  // fixes -// a lot: image upload from local, image check not robot +// a lot: image upload from local, image check not robot, disable surfingkey alt-s hotkey  //user_pref("privacy.resistFingerprinting", false);  // douyu pay, bilibili stream watch and user space, pixiv some images not show  user_pref("network.http.referer.XOriginPolicy", 0);  | 
