-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathSlack.keyclu
More file actions
26 lines (26 loc) · 747 Bytes
/
Slack.keyclu
File metadata and controls
26 lines (26 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"com.tinyspeck.slackmacgap": {
"Status": [
["Set Status", "shift+command", 16]
],
"Message": [
["Add an Emoji Reaction", "shift+command", 42],
["Create a New Snippet", "shift+command", 36],
["Unsend a Message", "command", 6],
["Upload File", "command", 32]
],
"Huddle": [
["Start / Join / Leave / End", "shift+command", 4],
["Toggle Mute (?)", "shift+command", 49]
],
"Sidebar": [
["Hide Right Sidebar", "command", 47]
],
"Window": [
["Reopen Closed Window", "shift+command", 13]
],
"Help": [
["Open Help", "", 122]
]
}
}