global_keyboard_controls 258 B

1234567891011121314
  1. default xkb_symbols {
  2. key <FK01> {
  3. repeats = no,
  4. [StickyKeys_Enable],
  5. [SetControls(controls=StickyKeys)],
  6. type = "ONE_LEVEL"
  7. };
  8. key <FK02> {
  9. repeats = no,
  10. [StickyKeys_Enable],
  11. [LockControls(controls=StickyKeys)],
  12. type = "ONE_LEVEL"
  13. };
  14. };