Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "description": "Ctrl + Delete to Option + Delete",
- "manipulators": [
- {
- "from": {
- "key_code": "delete_or_backspace",
- "modifiers": { "mandatory": ["command"] }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "modifiers": ["option"]
- }
- ],
- "type": "basic"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement