-
Notifications
You must be signed in to change notification settings - Fork 564
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
Scroll-up and scroll-down keyboard shortcuts don't work #3091
Comments
Scrolling is only meant for preview windows as they do not have any interaction options. |
Oh, okay. I just tried ctrl + down in the "Save Configuration" window and it moves the selection down instead of scrolling the preview text on the side (the configuration text is long enough to scroll). |
Are you on the latest release? If possible could you try master as well. Sorry just read that you did. Okay let me try to reproduce it |
I just tried master and it seems to work fine in the "Save configuration" view pressing ctrl+up and ctrl+down. Screencast_20250111_155530.mp4 |
Thanks for testing. I am still able to reproduce the issue on the "Save configuration" screen inside of a desktop VM and on a laptop (with commit e7f2a8c). I added some I am using standard en-US keyboards. Is there anything else that could differ between our systems? |
As it's a VM I wonder if the ctrl key is not passed through properly. Could you try any other shortcut that contains ctrl to see if that works? |
Ctrl + h brings up the help dialog and ctrl + c brings up a reset prompt in "Disk configuration". I see the same scroll issue on a laptop (no VMs involved), so I may have to add more debug statements to get more info. |
@svartkanin |
@codefiles I was indeed testing on an emulator and managed to reproduce the issue on a console, thanks for pointing that out. It seems that the console is unable to combine any I opted for using |
Steps to reproduce
archinstall
--> Notice that the selection only moves up one item
--> Notice that the selection only moves down one item
I would expect the selections to move up/down by a screen instead.
Version
This bug is present in 3.0.1 and the latest commit from master (c081f77)
The text was updated successfully, but these errors were encountered: