feat: shortcut keycode map completed.
This commit is contained in:
@@ -64,7 +64,6 @@ class _TableCellShortcutListenerState extends State<TableCellShortcutListener> {
|
||||
return RawKeyboardListener(
|
||||
focusNode: _focusNode,
|
||||
onKey: (evt) {
|
||||
evt.physicalKey.sout();
|
||||
_tryToAddKey(evt.physicalKey);
|
||||
},
|
||||
child: GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user