Communicate and collaborate with your team in real-time
Keyboard shortcuts
Enter
to send a message.
Shift + Enter
to create a new line without sending the message.
Enter
key.
This will send the message to all the users in the channel and will attempt to notify them of the message (depending on their notification settings).
For multi-line messages, you can use the Shift + Enter
key combination to create a new line without sending the message.
Keyboard shortcuts
R
key to reply to the message.Keyboard shortcuts
E
key to edit the message.Keyboard shortcuts
D
key to delete the message.Keyboard shortcuts
@
symbol followed by the name of the user you want to mention.@
symbol followed by the name of the user you want to mention.
This will notify the user of the message and will attempt to notify them of the message (depending on their notification settings).
Keyboard shortcuts
:
symbol followed by the name of the emoji you want to send.:
symbol followed by the name of the emoji you want to send.
This will send the emoji in the message. You can also use the emoji picker to send emojis.
Keyboard shortcuts
/giphy
command followed by the name of the gif you want to send./giphy
command followed by the name of the gif you want to send. This will send the gif in the message.
You can also use the GIF picker to send gifs.
+
icon to upload a file to the channel.
Keyboard shortcuts
`
symbol followed by the code you want to send.`
symbol followed by the code you want to send. Close the inline code by typing the `
symbol again.
Keyboard shortcuts
```
symbol followed by the code you want to send.```
symbol followed by the code you want to send. Close the code block by typing the ```
symbol again.
After typing the ```
symbol, you can also specify the language of the code block - note that Dimension will attempt to automatically detect the language of the code block if not explicitly specified.
You can specify the language for the a code block like so: ```js
- this will highlight the code block with the JavaScript language.