-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Character inputs that require the Alt key are not working #818
Comments
Many shortcuts involving the alt keys aren't usable in ANSI terminals. You can use print_keys to check what's available, and how it's received by the TUI application: https://github.com/Canop/print_key |
Not sure if I follow completely but you can use those key combinations in both terminals directly as well as other applications running inside those terminals. |
I don't have the same keyboard than you so it's a little hard to be sure. |
The right Alt key is interpreted as Ctrl+Alt.
This looks correct to me. |
I could maybe help with this one, i will give it a try the coming week |
@Canop I could reproduce the issue. this personally does not affect me but since I happen to have german keyboard, for this experiment I switched from US to DE input. Bottom right you see keys as I press them, where you see Below a screen recording of the thing. 2024-07-15.20-48-42.mp4@Canop shouldn't print-key see |
Is the problem specifically related to |
@Canop I believe this is the issue we are seeing here crossterm-rs/crossterm#820 |
When trying to input text to search for that requires usage of the Alt key, e.g. the backslash \ on the German keyboard layout, broot just eats the input and does not register a character.
Tested on Windows Terminal and Windows conhost.
Broot version 1.26.1
The text was updated successfully, but these errors were encountered: