commit 3d3022411cceca6b439b8bbffdef23a7e0db15bf
parent 4ecef547d4d3d5d514b43a29b9c538cb6d4c34a6
Author: Thuban <thuban@singularity.fr>
Date: Thu, 20 Jun 2013 21:21:39 +0200
link hint for azerty keyboards
Diffstat:
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/surf.suckless.org/files/link_hints.md b/surf.suckless.org/files/link_hints.md
@@ -12,6 +12,21 @@ Keybindings
^F (open link in new window)
^c (cancel hinting)
+Azerty keyboards
+----------------
+Just replace like this to use `&é"'(-è_çà` as numbers :
+
+ "U+a0c3" : "0",
+ "U+0026" : "1",
+ "U+a9c3" : "2",
+ "U+0022" : "3",
+ "U+0027" : "4",
+ "U+0028" : "5",
+ "U+002d" : "6",
+ "U+a8c3" : "7",
+ "U+005f" : "8",
+ "U+a7c3" : "9",
+
Author
------