summaryrefslogtreecommitdiff
path: root/home/xyz/.config/myconf/surfingkeys_config.js
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-20 00:07:07 -0700
committerxyz <gky44px1999@gmail.com>2022-03-20 00:07:07 -0700
commit10198113a3b30d13952620a9f16a17496f3ba217 (patch)
tree5a449ea5d05252ab03b376ab621ee2db39f50592 /home/xyz/.config/myconf/surfingkeys_config.js
parentc2dab0fd4e01494d0865594dccf3f8c849e68d1a (diff)
testing suringkeys conf
Diffstat (limited to 'home/xyz/.config/myconf/surfingkeys_config.js')
-rw-r--r--home/xyz/.config/myconf/surfingkeys_config.js6
1 files changed, 3 insertions, 3 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