diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-20 00:59:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-20 00:59:23 -0700 |
commit | 5c1bc21c28f9cb75a00a8f0c41aaec073cc990cd (patch) | |
tree | b7e61a71cd2f0dd7ec7f3812836b4ef7a4170617 /home | |
parent | 10198113a3b30d13952620a9f16a17496f3ba217 (diff) |
refactor
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/myconf/surfingkeys_config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/myconf/surfingkeys_config.js b/home/xyz/.config/myconf/surfingkeys_config.js index 3c49809e..6a2c027f 100644 --- a/home/xyz/.config/myconf/surfingkeys_config.js +++ b/home/xyz/.config/myconf/surfingkeys_config.js @@ -37,7 +37,7 @@ const { //unmap('<Ctrl-j>'); map(';h','<Ctrl-h>'); unmap('<Ctrl-h>'); -// ctrl-alt-s not working now (12/09/2021), not sure why, maybe arkenfox user.js problem? +// remap alt-s not working now (12/09/2021), not sure why, maybe arkenfox user.js problem? map(';s','<Alt-s>'); unmap('<Alt-s>'); |