summaryrefslogtreecommitdiff
path: root/test/data/symbols/garbage
blob: 98c5e28f40cf9aeef875be7e53e59cbc9be6845f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ] };
};