summaryrefslogtreecommitdiff
path: root/mac/.config/karabiner/assets/complex_modifications
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-10 14:12:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-10 14:12:52 +0900
commit98e926d05911b399af2226f28f15cfb461a61054 (patch)
tree4f7329adf9f8dc65fddb1e3af693b6b39e76c0e7 /mac/.config/karabiner/assets/complex_modifications
parent6f509e6c7a26bd7efe480ab43d42930f89364629 (diff)
updates
Diffstat (limited to 'mac/.config/karabiner/assets/complex_modifications')
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1700711318.json96
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1700983079.json63
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1704627767.json21
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1704850809.json26
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1755910681.json33
l---------[-rw-r--r--]mac/.config/karabiner/assets/complex_modifications/1755910750.json31
-rw-r--r--mac/.config/karabiner/assets/complex_modifications/1762504409.json30
7 files changed, 36 insertions, 264 deletions
diff --git a/mac/.config/karabiner/assets/complex_modifications/1700711318.json b/mac/.config/karabiner/assets/complex_modifications/1700711318.json
index 970adb0..05e5d4d 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1700711318.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1700711318.json
@@ -1,95 +1 @@
-{
- "title": "fn twice -> change input source / fn hold -> iterm",
- "author": "Ramiro Garcia (https://github.com/ranemirusG)",
- "rules": [
- {
- "description": "fn + ` -> iTerm",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": 53,
- "modifiers": { "mandatory": ["fn"] }
- },
- "to": [{ "shell_command": "open '/Applications/iTerm.app'" }]
- }
- ]
- },
- {
- "description": "Press twice fn to change input source & otherwise held_down and open iterm",
- "manipulators": [
- {
- "conditions": [
- {
- "type": "variable_if",
- "name": "fn pressed",
- "value": 1
- }
- ],
- "type": "basic",
- "from": {
- "key_code": "fn",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "repeat": false,
- "key_code": "spacebar",
- "modifiers": ["left_control", "left_alt"],
- "lazy": true
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "fn",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "set_variable": {
- "name": "fn pressed",
- "value": 1
- }
- }
- ],
- "to_if_held_down": [
- {
- "key_code": "fn"
- }
- ],
- "parameters": {
- "basic.to_if_held_down_threshold_milliseconds": 0
- },
- "to_delayed_action": {
- "to_if_invoked": [
- {
- "set_variable": {
- "name": "fn pressed",
- "value": 0
- }
- }
- ],
- "to_if_canceled": [
- {
- "set_variable": {
- "name": "fn pressed",
- "value": 0
- }
- }
- ]
- }
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1700711318.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1700983079.json b/mac/.config/karabiner/assets/complex_modifications/1700983079.json
index 3bdfd01..9544bce 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1700983079.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1700983079.json
@@ -1,62 +1 @@
-{
- "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"
- ]
- }
- ]
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1700983079.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1704627767.json b/mac/.config/karabiner/assets/complex_modifications/1704627767.json
index 71909d1..2cb2faa 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1704627767.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1704627767.json
@@ -1,20 +1 @@
-{
- "title": "Prevent unintended command-h hide window (rev 2)",
- "rules": [
- {
- "description": "Disable Cmd+H Hide (rev 2)",
- "manipulators": [
- {
- "type": "basic",
- "description": "",
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": ["command"]
- }
- }
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1704627767.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1704850809.json b/mac/.config/karabiner/assets/complex_modifications/1704850809.json
index 2f3271f..1bda0ad 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1704850809.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1704850809.json
@@ -1,25 +1 @@
-{
- "title": "esc = ctrl + c",
- "rules": [
- {
- "description": "Control + c => Escape",
- "manipulators": [
- {
- "from": {
- "key_code": "c",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["caps_lock", "option"]
- }
- },
- "to": [
- {
- "key_code": "escape"
- }
- ],
- "type": "basic"
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1704850809.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1755910681.json b/mac/.config/karabiner/assets/complex_modifications/1755910681.json
index 0bcabe9..3e476c6 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1755910681.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1755910681.json
@@ -1,32 +1 @@
-{
- "title": "Tap Caps Lock for ESC or Hold for Control",
- "rules": [
- {
- "description": "Tap Caps Lock for ESC or Hold for Control",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_control",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1755910681.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1755910750.json b/mac/.config/karabiner/assets/complex_modifications/1755910750.json
index 77ead31..aa383e0 100644..120000
--- a/mac/.config/karabiner/assets/complex_modifications/1755910750.json
+++ b/mac/.config/karabiner/assets/complex_modifications/1755910750.json
@@ -1,30 +1 @@
-{
- "title": "R_ALT to switch input languages as it is in Windows (especially Korean)",
- "maintainers": [
- "pydemia"
- ],
- "rules": [
- {
- "description": "R_ALT to switch input languages as it is in Windows (especially Korean)",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "right_alt"
- },
- "to": [
- {
- "repeat": false,
- "key_code": "spacebar",
- "modifiers": [
- "left_control",
- "left_alt"
- ],
- "lazy": true
- }
- ]
- }
- ]
- }
- ]
-}
+../../../../.dotfiles/mac/.config/karabiner/assets/complex_modifications/1755910750.json \ No newline at end of file
diff --git a/mac/.config/karabiner/assets/complex_modifications/1762504409.json b/mac/.config/karabiner/assets/complex_modifications/1762504409.json
new file mode 100644
index 0000000..77ead31
--- /dev/null
+++ b/mac/.config/karabiner/assets/complex_modifications/1762504409.json
@@ -0,0 +1,30 @@
+{
+ "title": "R_ALT to switch input languages as it is in Windows (especially Korean)",
+ "maintainers": [
+ "pydemia"
+ ],
+ "rules": [
+ {
+ "description": "R_ALT to switch input languages as it is in Windows (especially Korean)",
+ "manipulators": [
+ {
+ "type": "basic",
+ "from": {
+ "key_code": "right_alt"
+ },
+ "to": [
+ {
+ "repeat": false,
+ "key_code": "spacebar",
+ "modifiers": [
+ "left_control",
+ "left_alt"
+ ],
+ "lazy": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}