Skip to content

minor keyboard input changes: adding more key mappings in preparation to future work #1259

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

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

christianparpart
Copy link
Member

@christianparpart christianparpart commented Oct 12, 2023

drop-out commits from PR #1250.

closes #150

not just adding keys, but also removing numpad keys, because they were never used in Contour and it seems like I cannot disambiguate them from within Qt API anyways?

also contains a little commit on extending the new flags<T> API

Signed-off-by: Christian Parpart <[email protected]>
@github-actions github-actions bot added VT: Backend Virtual Terminal Backend (libterminal API) frontend Contour Terminal Emulator (GUI frontend) labels Oct 12, 2023
@christianparpart christianparpart force-pushed the improvement/keyboard-input-misc branch from ab67307 to cec02cf Compare October 12, 2023 08:07
@github-actions github-actions bot added the test Unit tests label Oct 12, 2023
@christianparpart christianparpart force-pushed the improvement/keyboard-input-misc branch 4 times, most recently from 3053624 to 37b4a6a Compare October 12, 2023 14:29
… Keypad keys (never worked)

Signed-off-by: Christian Parpart <[email protected]>
@christianparpart christianparpart force-pushed the improvement/keyboard-input-misc branch from 37b4a6a to db71970 Compare October 12, 2023 14:36
@christianparpart christianparpart merged commit 7256fd1 into master Oct 12, 2023
@christianparpart christianparpart deleted the improvement/keyboard-input-misc branch October 12, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Contour Terminal Emulator (GUI frontend) test Unit tests VT: Backend Virtual Terminal Backend (libterminal API)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modifier keys (such as AltGr-f for [, AltGr-c for &, etc.) not supported on Windows
1 participant