-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Well that was a weird fix. It doesn't seem like crossterm's support for my macOS terminal is very good. Control+M generates a `KeyCode::Enter` event. All Alt+letter hotkeys generate an event for some non-ascii character with no modifiers set. You get a different character for every key you press with Alt. It seems like maybe some or all of this issue might be being tracked at crossterm-rs/crossterm#685 Plus I'm trying to avoid default macOS hotkeys. I also updated crossterm hoping that it would address some of the above problems but it did not. So yeah, a little bit of a messy update.
- Loading branch information
Showing
4 changed files
with
164 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.