1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Keyboard shortcut to open the sticker picker (#7985)

This commit is contained in:
Andy Balaam
2022-03-08 15:05:36 +00:00
committed by GitHub
parent 1f4e286db9
commit a792097d02
5 changed files with 26 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export const Key = {
SLASH: "/",
SQUARE_BRACKET_LEFT: "[",
SQUARE_BRACKET_RIGHT: "]",
SEMICOLON: ";",
A: "a",
B: "b",
C: "c",