summaryrefslogtreecommitdiffstats
path: root/config/karabiner/assets/complex_modifications/other-remapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/karabiner/assets/complex_modifications/other-remapping.json')
-rw-r--r--config/karabiner/assets/complex_modifications/other-remapping.json200
1 files changed, 0 insertions, 200 deletions
diff --git a/config/karabiner/assets/complex_modifications/other-remapping.json b/config/karabiner/assets/complex_modifications/other-remapping.json
deleted file mode 100644
index b817219..0000000
--- a/config/karabiner/assets/complex_modifications/other-remapping.json
+++ /dev/null
@@ -1,200 +0,0 @@
-{
- "title": "Other keyboard remappings",
- "rules": [
- {
- "description": "Other keyboard remappings",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "backslash",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "backslash",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash"
- }
- ]
- }
- ]
- }
- ]
-}