Browse Source

Karabiner: update keymap

ubuntu_ci
Ein Verne 4 years ago
parent
commit
1a1ef41546
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 60
      karabiner/karabiner.json

60
karabiner/karabiner.json

@ -850,6 +850,34 @@
}
]
},
{
"description": "Quit application by holding command-q",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"command"
],
"optional": [
"caps_lock"
]
}
},
"to_if_held_down": [
{
"key_code": "q",
"modifiers": [
"left_command"
],
"repeat": false
}
],
"type": "basic"
}
]
},
{
"description": "Quit application by pressing command-q twice",
"manipulators": [
@ -1944,6 +1972,38 @@
"type": "basic"
}
]
},
{
"description": "Use Delete as Move to Trash",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com.apple.finder"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "delete_forward",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "delete_or_backspace",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
}
]
},

Loading…
Cancel
Save