diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-07 16:07:31 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-07 16:07:31 -0800 |
commit | d211cd222a5ac932e04389a166a0d48bf83ff461 (patch) | |
tree | b75b55e068ee39c309353ecd6e2b479e06ae1adf /home/xyz/.config/myconf/surfingkeys_config.js | |
parent | 4099a18e4cfd95be166bf61ac2213bedac86cd91 (diff) |
dwm switch to superkey, so surfingkeys no need to remap alt-s, tho it seems not working
Diffstat (limited to 'home/xyz/.config/myconf/surfingkeys_config.js')
-rw-r--r-- | home/xyz/.config/myconf/surfingkeys_config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/myconf/surfingkeys_config.js b/home/xyz/.config/myconf/surfingkeys_config.js index 8ab842c3..b53da7a8 100644 --- a/home/xyz/.config/myconf/surfingkeys_config.js +++ b/home/xyz/.config/myconf/surfingkeys_config.js @@ -39,8 +39,8 @@ map(';h','<Ctrl-h>'); unmap('<Ctrl-h>'); // 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>'); +//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 |