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( return RawKeyboardListener(
focusNode: _focusNode, focusNode: _focusNode,
onKey: (evt) { onKey: (evt) {
evt.physicalKey.sout();
_tryToAddKey(evt.physicalKey); _tryToAddKey(evt.physicalKey);
}, },
child: GestureDetector( child: GestureDetector(