Skip to content
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

Make ISO_Left_Tab generate VirtualKeyCode::Tab #308

Merged
merged 2 commits into from
Oct 8, 2017
Merged

Make ISO_Left_Tab generate VirtualKeyCode::Tab #308

merged 2 commits into from
Oct 8, 2017

Conversation

mad-s
Copy link
Contributor

@mad-s mad-s commented Oct 7, 2017

On practically all keyboard layouts on Linux, Shift+Tab generates ISO_Left_Tab. This keysym is currently ignored, so applications can't detect Shift-Tab.

@mad-s mad-s mentioned this pull request Oct 7, 2017
@tomaka
Copy link
Contributor

tomaka commented Oct 7, 2017

Thanks.
Could you add a line in the CHANGELOG as well?

@tomaka tomaka merged commit 3f33cd1 into rust-windowing:master Oct 8, 2017
madsmtm pushed a commit to madsmtm/winit that referenced this pull request Jun 11, 2022
…ndowing#308)

* Implement wrong global shortcut

This one set accelerator group to each window.
It's not the real global shortcut. If no window is active, all shortcuts
won't work.

* Implement correct global shortcut

* Add change file [skip ci]

* Use GAction for accelerator instead

* Update event name and error message
madsmtm pushed a commit to madsmtm/winit that referenced this pull request Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants