rust-windowing / rust-windowing/winit

ctrl-] comes out as ]

Open
#3,975 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

B - bug DS - win32 F - duplicate
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.