-
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] PlutoGridShortcut and arrow keys not working on linux #1122
Comments
@itsnotmeman There was an issue with identifing key presses in particular shift, ctrl combinations. I created a PR for this issue in doonfrs#107 This will fix your issue i think 86.567% sure Please check that out if that fixes this |
@stan-at-work Thanks for the PR. Unfortunately it does not fix the issue. |
Alright i cant test it on linux, could you send a detailed stacktrace and or debugging information. A videa would be great. Can't prommise anything but maybe wa can work it out. |
The program doesn't crash. It just ignores any pressed arrow, shift and enter key. I compile the program in WSL2. But I also tried to run the binary in a linux VM and it doesn't work neither.
|
Steps to reproduce the bug
Just run the following code on a linux system.
Expected results
Being able to move the focused cell with the arrow keys.
If I press shift, "Shift pressed" should be printed.
Actual results
Nothing happens.
Code sample
Execution Environment
Flutter version
Flutter version is 3.24.5
PlutoGrid version
PlutoGrid version is 8.0.0
OS
Ubuntu 22.04.5
The text was updated successfully, but these errors were encountered: