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

alt+up = swap line up #24

Closed
Tracked by #19
tconbeer opened this issue May 8, 2023 · 0 comments
Closed
Tracked by #19

alt+up = swap line up #24

tconbeer opened this issue May 8, 2023 · 0 comments

Comments

@tconbeer
Copy link
Owner

tconbeer commented May 8, 2023

alt+up doesn't generate a key press I can listen for. It turns into this?

Key(
    key='escape',
    character=None,
    name='escape',
    is_printable=False,
    aliases=[
        'escape',
        'ctrl+left_square_brace'
    ]
)
Key(key='up', character=None, name='up', is_printable=False)
@tconbeer tconbeer mentioned this issue May 8, 2023
33 tasks
@tconbeer tconbeer closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2023
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