-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
add meta to ncinput #2522
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
input
readin' dem bytes
Milestone
Comments
dankamongmen
added a commit
that referenced
this issue
Jan 4, 2022
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta indicator to notcurses-input. Update man page. Add NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add "modifiers" field to ncinput struct. Add inline functions for testing modifiers. Remove special-casing in Kitty protocol that capitalized all lowercase ASCII when ctrl was pressed; we don't do this for XTMODKEYS.
dankamongmen
added a commit
that referenced
this issue
Jan 4, 2022
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta indicator to notcurses-input. Update man page. Add NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add "modifiers" field to ncinput struct. Add inline functions for testing modifiers. Remove special-casing in Kitty protocol that capitalized all lowercase ASCII when ctrl was pressed; we don't do this for XTMODKEYS.
dankamongmen
added a commit
that referenced
this issue
Jan 5, 2022
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta indicator to notcurses-input. Update man page. Add NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add "modifiers" field to ncinput struct. Add inline functions for testing modifiers. Remove special-casing in Kitty protocol that capitalized all lowercase ASCII when ctrl was pressed; we don't do this for XTMODKEYS.
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta indicator to notcurses-input. Update man page. Add NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add "modifiers" field to ncinput struct. Add inline functions for testing modifiers. Remove special-casing in Kitty protocol that capitalized all lowercase ASCII when ctrl was pressed; we don't do this for XTMODKEYS.
dankamongmen
added a commit
that referenced
this issue
Jan 8, 2022
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta indicator to notcurses-input. Update man page. Add NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add "modifiers" field to ncinput struct. Add inline functions for testing modifiers. Remove special-casing in Kitty protocol that capitalized all lowercase ASCII when ctrl was pressed; we don't do this for XTMODKEYS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
input
readin' dem bytes
We can get the Meta modifier status out of both
XTMODKEYS
and the Kitty protocol. Add it toncinput
, and set it from the input automaton.The text was updated successfully, but these errors were encountered: