commit fa8d9309589284a6cacb491f8c96f98ca1dd7de3
parent 9f42f92b1cf4a7e44d1d7257a7cd775cfb4e39f6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 7 Sep 2019 15:28:30 +0200
Remove keybind conflict
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/surf/script.js b/.config/surf/script.js
@@ -4,7 +4,7 @@
function
keyboardButtons()
{
- const modKey = "Alt"; /* used to initiate keyboardButtons mode */
+ const modKey = "f"; /* used to initiate keyboardButtons mode */
const escKey = "Escape"; /* used to escape keyboardButtons mode (you can also release alt) */
const labelStyle = `
box-sizing: border-box;
@@ -46,7 +46,7 @@ keyboardButtons()
numberToLabel(n)
{
++n;
- const alphabet = "abcdefghijklmnopqstuvwxyz";
+ const alphabet = "abcdeghijklmnopqstuvwxyz";
/* r is removed as it reloads keyboardButtons */
var str = "";