Per-keyboard configuration
- We may want to use
config.devices
instead ofconfig.keyboard
?
Test plan:
- Set nothing, no meta key should be set
- Set
meta-key
in thekeyboard:*
section, meta key should work - Set
layout
in thekeyboard:*
section, should change the layout - Set another
layout
ormeta-key
in akeyboard:<device name>
section, should change it for only this keyboard -
XKB_DEFAULT_LAYOUT
should still work
Fixes #326 (closed)