-
Notifications
You must be signed in to change notification settings - Fork 0
Handle keyboard interrupts #6
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestfirst stepsFirst steps required for the project to even get startedFirst steps required for the project to even get started
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestfirst stepsFirst steps required for the project to even get startedFirst steps required for the project to even get started
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.