feat: shortcut keycode map completed.

This commit is contained in:
2021-11-12 14:27:42 +08:00
parent 64a7349249
commit 91fbb84faa
@@ -64,7 +64,6 @@ class _TableCellShortcutListenerState extends State<TableCellShortcutListener> {
return RawKeyboardListener(
focusNode: _focusNode,
onKey: (evt) {
evt.physicalKey.sout();
_tryToAddKey(evt.physicalKey);
},
child: GestureDetector(