Keyboard Layout Customization: Difference between revisions

Add a note that keyboard variant require a trailing comma to compile
Fenhl (talk | contribs)
added keyd section
 
Line 94: Line 94:
   services.xserver.displayManager.sessionCommands = "sleep 5 && ${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keycode 43 = h H Left H' &";
   services.xserver.displayManager.sessionCommands = "sleep 5 && ${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keycode 43 = h H Left H' &";
</syntaxhighlight>
</syntaxhighlight>
== Using keyd ==
[[keyd]] is another option to customize keyboard behavior, and may be useful when a single keypress should produce multiple characters at once, e.g. a letter with a combining diacritic.


[[Category:Desktop]]
[[Category:Desktop]]
[[Category:Hardware]]
[[Category:Hardware]]