Skip to content

Instantly share code, notes, and snippets.

@ykpythemind
ykpythemind / karabiner.json
Created October 24, 2023 15:54
Ctrl+p/Ctrl+n to arrow up/down (slack) using karabiner
"rules": [
{
"description": "Ctrl+p/Ctrl+n to arrow up/down (slack)",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": ["com.tinyspeck.slackmacgap"],
"type": "frontmost_application_if"
}