-
Notifications
You must be signed in to change notification settings - Fork 372
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
Keyboard Shortcuts? #52
Comments
If this is a thing, I've had a good experience with this library for setting up keyboard shortcuts. You could also put some of these snippets in a bookmarklet. |
AFAIK the best way to do this right now would probably be a bookmarklet and assign a keyword then use keyboard shortcuts to focus the URL bar and enter the keyword + enter. This surely doesn't seem ideal but I don't know of any other way to run it without using the tools. May be useful to generate the bookmarklets in the Rakefile then add instructions for using them in this way. |
How can a snippet be run from a bookmarklet? (Is it even possible to do so? Perhaps there is or could be a Chrome browser extension that can help expose them to bookmarklet javascript?) |
@mkdizajn, thanks for the notice, and that's a great use of a GIF. So, as the GIF shows, the new Chrome 59 key-press steps for a command menu to execute a snippet are as follows:
This process could certainly be shortened. I vote for keeping this issue open until it is shortened. |
Dunno if this could be a thing... but it'd be great to be able to invoke snippets via keyboard shortcuts.
Burden for supporting that is agreeably not on this repo. If wiring keyboard shortcuts to snippets is possible, however, I'd love to see how to do it on the
README
.I use the heck out of
hashlink.js
, but having to open up the dev tools panel is a bit cumbersome.The text was updated successfully, but these errors were encountered: