rust-windowing / rust-windowing/winit
ctrl-] comes out as ]
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 1.3k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 9
Description
Description
I'm using alacritty under Windows, which is based on winit.
I'm running vim in the alacritty, and I want to use ctrl-] in vim (that's the command for following the symbol under the cursor).
I'm using a German keyboard, so to get ctrl-] I type ctrl+altgr+9.
When I do that, winit reports ']' to alacritty and neglects to mention the ctrl.
Windows version
Microsoft Windows [Version 10.0.22631.4317]
Winit version
git head
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Reproduce the German-keyboard Ctrl+AltGr+9 case on Windows and trace how winit reports keyboard modifiers to Alacritty; done means Ctrl+] reaches the application with the Ctrl modifier preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100