Skip to content

Per-keyboard configuration

Simon Ser requested to merge github/fork/emersion/per-keyboard-config into master
  • We may want to use config.devices instead of config.keyboard?

Test plan:

  1. Set nothing, no meta key should be set
  2. Set meta-key in the keyboard:* section, meta key should work
  3. Set layout in the keyboard:* section, should change the layout
  4. Set another layout or meta-key in a keyboard:<device name> section, should change it for only this keyboard
  5. XKB_DEFAULT_LAYOUT should still work

Fixes #326 (closed)

Merge request reports