You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been requested that I make it possible to configure your own keyboard shortcut for WP Butler. While I like the idea of a ubiquitous shortcut, I also appreciate the need for customisation, so I will add this as a hook.
The text was updated successfully, but these errors were encountered:
I made some updates to JS keyStroke this weekend that might be useful for this. One of them was to bind the keystroke events with jQuery namespaces, so they can be more easily unbound. Here are two relevant commits:
Bind individual events in their own keystroke-specific namespace, such as JQkeyStroke-67-ctrlKeyevansolomon/js-keystroke@4a1f8c0
So you could unbind all keystrokes with something like $(document).off('JQkeyStroke') or just a specific keystroke like $(document).off('JQkeyStroke-67-ctrlKey') (all keystrokes are bound to $(document)).
It's been requested that I make it possible to configure your own keyboard shortcut for WP Butler. While I like the idea of a ubiquitous shortcut, I also appreciate the need for customisation, so I will add this as a hook.
The text was updated successfully, but these errors were encountered: