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

Handle keyboard interrupts #6

Open
cguess opened this issue Jun 26, 2020 · 0 comments
Open

Handle keyboard interrupts #6

cguess opened this issue Jun 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request first steps First steps required for the project to even get started
Milestone

Comments

@cguess
Copy link
Contributor

cguess commented Jun 26, 2020

Right now ctrl and alt keys aren't managed very well. We want to be able to use them to map to functions. This was working before redoing the KeyManager. We should get it working again.

This probably has to do with threading, in that it's killing the thread, but not the app. We probably want an exception in a thread to kill the whole program, so add that for now.

@cguess cguess added bug Something isn't working enhancement New feature or request first steps First steps required for the project to even get started labels Jun 26, 2020
@cguess cguess added this to the V0.1 milestone Jun 26, 2020
@cguess cguess self-assigned this Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request first steps First steps required for the project to even get started
Projects
None yet
Development

No branches or pull requests

1 participant