diff --git a/public/extra_descriptions/slack.html b/public/extra_descriptions/slack.html index e90ea87b7..98f4c0986 100644 --- a/public/extra_descriptions/slack.html +++ b/public/extra_descriptions/slack.html @@ -28,19 +28,19 @@ - + - + - + - +
Caps Lock Hyper key + 1Caps Lock Hyper key + a Quick search
Caps Lock Hyper key + 2Caps Lock Hyper key + 1 Navigate to activity
Caps Lock Hyper key + 3Caps Lock Hyper key + 2 Navigate to DMs
Caps Lock Hyper key + 4Caps Lock Hyper key + 3 Navigate to all unread messages
@@ -54,22 +54,22 @@ Caps Lock Hyper key + q Format selection as quote - - Caps Lock Hyper key + a - Code format - Caps Lock Hyper key + s - Code block + Code format Caps Lock Hyper key + d - Add hyperlink + Code block Caps Lock Hyper key + f Upload file + + Caps Lock Hyper key + g + Add hyperlink +

diff --git a/public/json/slack.json b/public/json/slack.json index f6bf4f5ff..5df067314 100644 --- a/public/json/slack.json +++ b/public/json/slack.json @@ -101,7 +101,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + 1 → Launch quick search", + "description": "Slack: Caps Lock Hyper key + 1 → Activity", "manipulators": [ { "conditions": [ @@ -115,20 +115,20 @@ "key_code": "1", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], - "optional": ["any"] + "optional": [] } }, "to": [ { - "key_code": "k", - "modifiers": ["left_command"] + "key_code": "m", + "modifiers": ["left_shift", "left_command"] } ] } ] }, { - "description": "Slack: Caps Lock Hyper key + 2 → Activity", + "description": "Slack: Caps Lock Hyper key + 2 → DMs", "manipulators": [ { "conditions": [ @@ -147,7 +147,7 @@ }, "to": [ { - "key_code": "m", + "key_code": "k", "modifiers": ["left_shift", "left_command"] } ] @@ -155,7 +155,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + 3 → DMs", + "description": "Slack: Caps Lock Hyper key + 3 → All Unread Messages", "manipulators": [ { "conditions": [ @@ -174,7 +174,7 @@ }, "to": [ { - "key_code": "k", + "key_code": "a", "modifiers": ["left_shift", "left_command"] } ] @@ -182,7 +182,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + 4 → All Unread Messages", + "description": "Slack: Caps Lock Hyper key + q → format selection as quote", "manipulators": [ { "conditions": [ @@ -193,7 +193,7 @@ ], "type": "basic", "from": { - "key_code": "4", + "key_code": "q", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -201,15 +201,15 @@ }, "to": [ { - "key_code": "a", - "modifiers": ["left_shift", "left_command"] + "key_code": "9", + "modifiers": ["left_shift", "command"] } ] } ] }, { - "description": "Slack: Caps Lock Hyper key + q → format selection as quote", + "description": "Slack: Caps Lock Hyper key + w → toggle sidebar", "manipulators": [ { "conditions": [ @@ -220,7 +220,7 @@ ], "type": "basic", "from": { - "key_code": "q", + "key_code": "w", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -228,15 +228,15 @@ }, "to": [ { - "key_code": "9", - "modifiers": ["left_shift", "command"] + "key_code": "d", + "modifiers": ["left_shift", "left_command"] } ] } ] }, { - "description": "Slack: Caps Lock Hyper key + w → toggle sidebar", + "description": "Slack: Caps Lock Hyper key + e → set status", "manipulators": [ { "conditions": [ @@ -247,7 +247,7 @@ ], "type": "basic", "from": { - "key_code": "w", + "key_code": "e", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -255,7 +255,7 @@ }, "to": [ { - "key_code": "d", + "key_code": "y", "modifiers": ["left_shift", "left_command"] } ] @@ -263,7 +263,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + e → set status", + "description": "Slack: Caps Lock Hyper key + a → Launch quick search", "manipulators": [ { "conditions": [ @@ -274,23 +274,23 @@ ], "type": "basic", "from": { - "key_code": "e", + "key_code": "a", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], - "optional": [] + "optional": ["any"] } }, "to": [ { - "key_code": "y", - "modifiers": ["left_shift", "left_command"] + "key_code": "k", + "modifiers": ["left_command"] } ] } ] }, { - "description": "Slack: Caps Lock Hyper key + a → code format", + "description": "Slack: Caps Lock Hyper key + s → code format", "manipulators": [ { "conditions": [ @@ -301,7 +301,7 @@ ], "type": "basic", "from": { - "key_code": "a", + "key_code": "s", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -317,7 +317,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + s → code block", + "description": "Slack: Caps Lock Hyper key + d → code block", "manipulators": [ { "conditions": [ @@ -328,7 +328,7 @@ ], "type": "basic", "from": { - "key_code": "s", + "key_code": "d", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -344,7 +344,7 @@ ] }, { - "description": "Slack: Caps Lock Hyper key + d → hyperlink", + "description": "Slack: Caps Lock Hyper key + f → Upload file", "manipulators": [ { "conditions": [ @@ -355,7 +355,7 @@ ], "type": "basic", "from": { - "key_code": "d", + "key_code": "f", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -364,14 +364,14 @@ "to": [ { "key_code": "u", - "modifiers": ["left_shift", "command"] + "modifiers": ["command"] } ] } ] }, { - "description": "Slack: Caps Lock Hyper key + f → Upload file", + "description": "Slack: Caps Lock Hyper key + g → hyperlink", "manipulators": [ { "conditions": [ @@ -382,7 +382,7 @@ ], "type": "basic", "from": { - "key_code": "f", + "key_code": "g", "modifiers": { "mandatory": ["left_control", "left_shift", "right_command"], "optional": [] @@ -391,7 +391,7 @@ "to": [ { "key_code": "u", - "modifiers": ["command"] + "modifiers": ["left_shift", "command"] } ] }