diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-20 01:00:50 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-20 01:00:50 -0700 |
commit | ff331ba71a447b46194902f4c7721981b2706ee2 (patch) | |
tree | 2be779b19831d8420f5850288716c14ba827f1ab /home | |
parent | 5c1bc21c28f9cb75a00a8f0c41aaec073cc990cd (diff) |
refactor
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/myconf/surfingkeys_config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.config/myconf/surfingkeys_config.js b/home/xyz/.config/myconf/surfingkeys_config.js index 6a2c027f..c67e73db 100644 --- a/home/xyz/.config/myconf/surfingkeys_config.js +++ b/home/xyz/.config/myconf/surfingkeys_config.js @@ -37,7 +37,8 @@ const { //unmap('<Ctrl-j>'); map(';h','<Ctrl-h>'); unmap('<Ctrl-h>'); -// remap alt-s not working now (12/09/2021), not sure why, maybe arkenfox user.js problem? +// alt-s not working, seems because arkenfox user.js enabled resist finger printing +// remap alt-s also not working, see issue in github map(';s','<Alt-s>'); unmap('<Alt-s>'); |