Guest User

Untitled

a guest
Jan 19th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "title": "Keychron K1 : Replace Siri button with Eject",
  3. "rules": [
  4. {
  5. "description": "Keychron K1 : Change Siri button (Fn+Spacebar) to Eject.",
  6. "manipulators": [
  7. {
  8. "from": {
  9. "key_code": "spacebar",
  10. "modifiers": {
  11. "mandatory": [
  12. "fn"
  13. ],
  14. "optional": [
  15. "any"
  16. ]
  17. }
  18. },
  19. "to": [
  20. {
  21. "key_code": "eject"
  22. }
  23. ],
  24. "type": "basic"
  25. }
  26. ]
  27. }
  28. ]
  29. }
Add Comment
Please, Sign In to add comment