-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
[WIP] Add initial keybindings #3970
Conversation
f66529a
to
3ddf860
Compare
…ts and add keybindings
09c0cf4
to
94c7eea
Compare
Running into issue with
This still seems to be an issue, but I've been looking at this issue to help solve it. Now, I am having an issue getting the event listeners to fire for |
Ok. This is a bigger issue than I thought. The error I am getting when using the There may be a work around that allows us to get the |
Btw, adding
which is a work around for this issue also does not seem to work. I get the following error: This occurs because the |
Want to table this one for now and I'll take a look at it next week? |
Sure. |
Closing in favor of #4054. |
This PR will add the initial keybindings to nteract.
My initial thoughts are to create a
<Keybindings config={{ ... }} />
component that takes a configuration object that specifies which keybindings are associated with certain actions. These are then applied to the appropriateDOM
elements.I will use the
blueprintjs
Hotkeys
component. For more, see here.This PR should also address these issues or at least provide a framework for implementing the solutions.