summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/xyz/.config/myconf/surfingkeys_config.js4
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