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