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

Support comparators for matching keyboard input to meta and ctrl keys #98

Closed
jquast opened this issue Apr 14, 2015 · 0 comments
Closed

Comments

@jquast
Copy link
Collaborator

jquast commented Apr 14, 2015

The currently proposed keystroke_input implementation in the blessed-integration branch does not provide any mechanism to verbally describe Ctrl-c, or Meta-c.

This issue derived from the following TODO items (removed):

        # TODO(jquast): "meta sends escape", where alt+1 would send '\x1b1',
        #               what do we do with that? Surely, something useful.
        #               comparator to term.KEY_meta('x') ?
        # TODO(jquast): Ctrl characters, KEY_CTRL_[A-Z], and the rest;
        #               KEY_CTRL_\, KEY_CTRL_{, etc. are not legitimate
        #               attributes. comparator to term.KEY_ctrl('z') ?

as well as #27 (comment)
and #44

@jquast jquast changed the title Support comparators for meta and ctrl keys Support comparators for matching keyboard input to meta and ctrl keys Apr 14, 2015
@jquast jquast closed this as completed Feb 16, 2019
sbraz pushed a commit to sbraz/blessed that referenced this issue Apr 26, 2020
Update intro.rst to enable syntax highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant