summaryrefslogtreecommitdiff
path: root/mac/.config/karabiner/assets/complex_modifications/1700983079.json
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-24 20:35:27 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-24 20:35:27 +0900
commitc80a54e42b52ce297f0f2f71af23c562832025c7 (patch)
treedcce8bb977a770f473325d48f6f70b21d9818a40 /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.json62
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"
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}