summaryrefslogtreecommitdiff
path: root/components/keymap.c
AgeCommit message (Collapse)Author
2018-05-23keymap: Add braces for for loopAaron Marcher
2018-05-23Add keymap componentMichael Buch
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.