Created
June 18, 2020 02:25
-
-
Save shunirr/8d79bac8264216b14d4ea99baa5bb9b2 to your computer and use it in GitHub Desktop.
Avoid hooks C-j at Slack app with KarabinerElementes complex_modifications
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
{ | |
"title": "AquaSKK for Slack", | |
"rules": [ | |
{ | |
"description": "AquaSKK for Slack", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "j", | |
"modifiers": { | |
"mandatory": [ | |
"left_control" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "japanese_kana" | |
} | |
], | |
"conditions": [ | |
{ | |
"type": "frontmost_application_if", | |
"bundle_identifiers": [ | |
"^com\\.tinyspeck\\.slackmacgap" | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment