summaryrefslogtreecommitdiff
path: root/components/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* keymap: Add braces for for loopAaron Marcher2018-05-231-1/+2
|
* Add keymap componentMichael Buch2018-05-231-0/+97
Adding a new keymap component that will indicate the current keyboard layout (language) and variant if any was set. I use the standard X11 XKB APIs to retrieve and parse the xkb_symbols set with setxkbmap.