Files
RedBear-OS/local/recipes/libs/libxkbcommon/source/test/data/keymaps/invalid-escape-sequence.xkb
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- 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'
2026-06-20 14:57:46 +03:00

12 lines
555 B
Plaintext

xkb_keymap {
// The following include statement has an octal escape sequence that
// must be ignored. Else it would insert a NULL character and thus
// truncates the string to "evde", while we expect "evdev+aliases(qwerty)".
xkb_keycodes { include "evde\0v+aliases(qwerty)" };
// The following include statement has two octal escape sequences that
// should be ignored, else they would overflow.
xkb_types { include "com\401ple\777te" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+us" };
};