Keyboard shortcuts not working #351
Unanswered
idling-mind
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
Thanks for this great library!
I am trying to create a component for plotly dash using kbar. https://github.com/idling-mind/dash_kbar
I am able to run it without any issues for the most part. However, for some reason, the keyboard shortcuts defined for the actions are not working. The keyboard shortcut for kbar itself is working fine (ctlr + k, escape), but the action shortcuts are not. The actions and the shortcuts are registered fine. I can see the shortcut key combinations appearing against each entry in the list.
Below is snippet of code where I use
KBar
. What am I doing wrong? Any pointer on debugging will also be of great help!Beta Was this translation helpful? Give feedback.
All reactions