Fix shortcuts on non QWERTY keyboards (#715)
authorginnyTheCat <ginnythecat@lelux.net>
Fri, 5 Aug 2022 13:42:25 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 13:42:25 +0000 (19:12 +0530)
commit5e527e434a3b2af531d581563b9e744b189a7786
treeefde9847fed92571db6a1993107d8b6b6c1def53
parent1d90f7588b0f1be90b13584ee91e8b079bd9793b
Fix shortcuts on non QWERTY keyboards (#715)

* Use key instead of keyCode or code

* Use key for Escape
src/app/molecules/message/Message.jsx
src/app/organisms/room/RoomViewCmdBar.jsx
src/app/organisms/room/RoomViewInput.jsx
src/client/event/hotkeys.js