diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-20 00:07:07 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-20 00:07:07 -0700 |
commit | 10198113a3b30d13952620a9f16a17496f3ba217 (patch) | |
tree | 5a449ea5d05252ab03b376ab621ee2db39f50592 /home | |
parent | c2dab0fd4e01494d0865594dccf3f8c849e68d1a (diff) |
testing suringkeys conf
Diffstat (limited to 'home')
-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); |