04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
xkb_keymap {
|
|
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
|
xkb_types { include "complete" };
|
|
xkb_compat { include "complete" };
|
|
xkb_symbols "sym" {
|
|
// This syntax caused the crash in parser before, and is not accepted
|
|
// anymore.
|
|
key <SPC> { , [Space] };
|
|
};
|
|
};
|