|
|
|
@ -14,7 +14,7 @@ Tridactyl benutzt standardmäßig Hintchars, die für qwerty-Layouts optimiert s |
|
|
|
|
|
|
|
|
|
Lösung: |
|
|
|
|
``` |
|
|
|
|
:set hintchars=enaritud |
|
|
|
|
:set hintchars enaritud |
|
|
|
|
:mkp! |
|
|
|
|
``` |
|
|
|
|
Als Bone-Benutzer möchte man z.B. eher `enirtsobah` nutzen. |
|
|
|
@ -25,8 +25,8 @@ Da in Tridactyl dieser Buchstabe nicht belegt ist, bietet es sich an, das Tasten |
|
|
|
|
Hier wird beispielsweise f (für Hintkeys) auf e gelegt: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
:bind e "hint" |
|
|
|
|
:bind E "hint -b" |
|
|
|
|
:bind e hint |
|
|
|
|
:bind E hint -b |
|
|
|
|
:mkt! |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|