Skip to content

Instantly share code, notes, and snippets.

@shunirr
Created June 18, 2020 02:25
Show Gist options
  • Save shunirr/8d79bac8264216b14d4ea99baa5bb9b2 to your computer and use it in GitHub Desktop.
Save shunirr/8d79bac8264216b14d4ea99baa5bb9b2 to your computer and use it in GitHub Desktop.
Avoid hooks C-j at Slack app with KarabinerElementes complex_modifications
{
"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