Advertisement
Guest User

Untitled

a guest
Apr 11th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "description": "Ctrl + Delete to Option + Delete",
  3. "manipulators": [
  4. {
  5. "from": {
  6. "key_code": "delete_or_backspace",
  7. "modifiers": { "mandatory": ["command"] }
  8. },
  9. "to": [
  10. {
  11. "key_code": "delete_or_backspace",
  12. "modifiers": ["option"]
  13. }
  14. ],
  15. "type": "basic"
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement