diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /mac/.config/karabiner/assets/complex_modifications/1700983079.json | |
init
Diffstat (limited to 'mac/.config/karabiner/assets/complex_modifications/1700983079.json')
| -rw-r--r-- | mac/.config/karabiner/assets/complex_modifications/1700983079.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/mac/.config/karabiner/assets/complex_modifications/1700983079.json b/mac/.config/karabiner/assets/complex_modifications/1700983079.json new file mode 100644 index 0000000..3bdfd01 --- /dev/null +++ b/mac/.config/karabiner/assets/complex_modifications/1700983079.json @@ -0,0 +1,62 @@ +{ + "title": "Use ctrl + hl to Switch Tabs in Chrome, Brave & Firefox", + "rules": [ + { + "description": "Use ctrl + hl to Switch Tabs in Chrome, Brave & Firefox", + "manipulators": [ + { + "type": "basic", + "from": { + "key_code": "h", + "modifiers": { + "mandatory": ["control"], + "optional": ["any"] + } + }, + "to": [ + { + "key_code": "left_arrow", + "modifiers": ["command", "option"] + } + ], + "conditions": [ + { + "type": "frontmost_application_if", + "bundle_identifiers": [ + "^com.google.Chrome", + "^com.brave.Browser", + "^org.mozilla.firefox" + ] + } + ] + }, + { + "type": "basic", + "from": { + "key_code": "l", + "modifiers": { + "mandatory": ["control"], + "optional": ["any"] + } + }, + "to": [ + { + "key_code": "right_arrow", + "modifiers": ["command", "option"] + } + ], + "conditions": [ + { + "type": "frontmost_application_if", + "bundle_identifiers": [ + "^com.google.Chrome", + "^com.brave.Browser", + "^org.mozilla.firefox" + ] + } + ] + } + ] + } + ] +} |
