summaryrefslogtreecommitdiff
path: root/mac/.config/karabiner/assets/complex_modifications/1755910750.json
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/karabiner/assets/complex_modifications/1755910750.json')
-rw-r--r--mac/.config/karabiner/assets/complex_modifications/1755910750.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/mac/.config/karabiner/assets/complex_modifications/1755910750.json b/mac/.config/karabiner/assets/complex_modifications/1755910750.json
new file mode 100644
index 0000000..77ead31
--- /dev/null
+++ b/mac/.config/karabiner/assets/complex_modifications/1755910750.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
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}