diff --git a/.config/karabiner/assets/complex_modifications/ajet_config.json b/.config/karabiner/assets/complex_modifications/ajet_config.json new file mode 100644 index 0000000..becbf9b --- /dev/null +++ b/.config/karabiner/assets/complex_modifications/ajet_config.json @@ -0,0 +1,31 @@ +{ + "title": "Ajet's Config", + "rules": [ + { + "description": "forward delete", + "manipulators": [ + { + "type": "basic", + "from": { + "simultaneous": [ + { + "key_code": "equal_sign" + }, + { + "key_code": "delete_or_backspace" + } + ], + "modifiers": { + "optional": ["any"] + } + }, + "to": [ + { + "key_code": "delete_forward" + } + ] + } + ] + } + ] +}