Files
RedBear-OS/local/recipes/libs/libxkbcommon/source/test/data/symbols/garbage
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

15 lines
460 B
Plaintext

default alphanumeric_keys
xkb_symbols "garbage" {
include "us"
name[Group1]= "My garbage Layout";
// The garbage keysym will *not* override the corresponding symbol from the
// 'us' layout
key <TLDE> { [ keysym_is_garbage, exclam ] };
// AE13 is unused by 'us', use it to avoid fallback to the 'us' definition.
// Define with 2 levels but first level is a garbage symbol.
key <AE13> { [ keysym_is_garbage, asciitilde ] };
};