feat: shortcut keycode map completed.

pull/3/head
DebuggerX 4 years ago
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(

Loading…
Cancel
Save