doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
27 stars 28 forks source link

[Help] PlutoGrid + MenuAcceleratorLabel #80

Open AhmadTomi opened 1 month ago

AhmadTomi commented 1 month ago

hi guys, when i use menu accelerator the shortcut didn't work when plutogrid open, i think it because plutogrid is handle that key, i try to empty the shortcut in plutogrid configuration and it didnt work, i also try to unfocus the plutogrid when user press "ALT" and it still didnt work, is there any ways to disable all key listener in pluto grid?