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

Implement Key Bindings #25

Open
knicholson32 opened this issue Mar 8, 2018 · 0 comments
Open

Implement Key Bindings #25

knicholson32 opened this issue Mar 8, 2018 · 0 comments

Comments

@knicholson32
Copy link
Collaborator

knicholson32 commented Mar 8, 2018

Need to create functions for adding and removing key bindings for key commands.

Plan on using MouseTrap

There needs to be some sort of controller that changes key bindings based on what is going on. Something like below:

// In the callback that handles tab mouse clicks
configureKeyBindings(TYPE.EDITOR, this);
// Will configure all bindings required for the editor. References to the editor are passed in.
knicholson32 added a commit that referenced this issue Mar 8, 2018
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