1
0

garbage 460 B

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