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

add delete support and to keyboard shortcuts

This commit is contained in:
thobyv-kismat
2020-03-26 08:37:46 +01:00
parent c95b23f3ec
commit 2bd112ca7c
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ export const Key = {
PAGE_UP: "PageUp",
PAGE_DOWN: "PageDown",
BACKSPACE: "Backspace",
DELETE: "Delete",
ARROW_UP: "ArrowUp",
ARROW_DOWN: "ArrowDown",
ARROW_LEFT: "ArrowLeft",