-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Ctrl + M
to move a file to other panel isn't working
#478
Comments
are you sure |
As @Stargateur said, the problem isn't in broot: this is one of the many combinations that terminals intercept and can't be used in TUI. |
You can check that by running broot with the log and looking at what broot receives. See https://dystroy.org/broot/community/#log |
Indeed it appears that Broot sees nothing in the logs. But It might be caused by Support new terminal protocol for extended keys and more modifiers · Issue #569 · crossterm-rs/crossterm. |
Reopening for following the support of this new thing. |
This works now, as crossterm-rs/crossterm#595 was merged and this is included in Crossterm v0.23. |
Thanks a lot for following this, @stevenxxiu |
I'm trying to bind
Ctrl + M
to move a file to the other panel. This isn't working.Alt + M
works though.The escape sequence I have for this key is:
The text was updated successfully, but these errors were encountered: