Last active
February 28, 2023 14:14
-
-
Save hnakamur/8ea71c8a724da2194345668fa754a0c6 to your computer and use it in GitHub Desktop.
Karabiner-Elements complex modifications takezo + ctrl-k for Microsoft 365
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 1677487639.json 2023-02-27 17:51:03 | |
+++ with-ctrl-k.json 2023-02-27 17:54:54 | |
@@ -919,6 +919,42 @@ | |
{ | |
"type": "basic", | |
"from": { | |
+ "key_code": "k", | |
+ "modifiers": { | |
+ "mandatory": [ | |
+ "control" | |
+ ], | |
+ "optional": [ | |
+ "caps_lock", | |
+ "shift" | |
+ ] | |
+ } | |
+ }, | |
+ "to": [ | |
+ { | |
+ "key_code": "end", | |
+ "modifiers": [ | |
+ "shift" | |
+ ] | |
+ }, | |
+ { | |
+ "key_code": "delete_forward" | |
+ } | |
+ ], | |
+ "conditions": [ | |
+ { | |
+ "type": "frontmost_application_if", | |
+ "bundle_identifiers": [ | |
+ "^com\\.microsoft\\.Excel$", | |
+ "^com\\.microsoft\\.Powerpoint$", | |
+ "^com\\.microsoft\\.Word$" | |
+ ] | |
+ } | |
+ ] | |
+ }, | |
+ { | |
+ "type": "basic", | |
+ "from": { | |
"key_code": "a", | |
"modifiers": { | |
"mandatory": [ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add Ctrl-k for Microsoft Office in emacs_key_bindings by hnakamur · Pull Request #1327 · pqrs-org/KE-complex_modificationsがマージされたのでEmacs key bindingsをimportすればCtrl-kも使えるようになりました。