Copy {
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord group up",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "up_arrow",
"modifiers": [
"command",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord group down",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "down_arrow",
"modifiers": [
"command",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord channel up",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "up_arrow",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord channel down",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "down_arrow",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord unread channel up",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "up_arrow",
"modifiers": [
"shift",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord unread channel down",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "down_arrow",
"modifiers": [
"shift",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.hnc\\.Discord"
],
"type": "frontmost_application_if"
}
],
"description": "Discord emote picker",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},