-
Notifications
You must be signed in to change notification settings - Fork 34
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
feature request: make keyboard shortcuts customizable #87
Comments
Agreed. 99% of the time I want the workflow to paste directly into the frontmost application. On those rare cases where I want it in the clipboard I would like to use cmd+return to copy to the clipboard instead. It would be great if this were updated for Alfred 5 and then used the user configuration page to allow you to customize the default action when you push return. I ended up changing it myself. I'm no coder, so please follow these steps at your own risk:
Now it should paste automatically by default. The only downside of doing it this hack way is that the alternate actions (control and option keys) also paste instead of going to the clipboard. But in my usage, I use that rarely and don't mind pasting it and then copying it again if I ever do need that functionality. You might also want to disable the auto-update in case that would cause these hacks to break. Hope that works for you! |
I did not know Alfred 5 had been released. Reading the release notes, I don't see anything that makes it immediately obvious that keyboard shortcut remapping is possible, but it could be. If someone wants to research that, we welcome PRs. |
I’m not sure either. I just know that I’ve installed a few Alfred 5
workflows and the configuration page has popped up on import and it seemed
pretty powerful, but I don’t really know how it works under the hood. This
help article was the closest thing I could find:
https://www.alfredapp.com/help/workflows/workflow-configuration/
|
It is indeed possible to customise the shortcuts, see for example the 1Password Workflow: You use a popover like #88 then the |
I personally only ever insert emojis directly and never need them in my clipboard.
And I couldn't figure out how to change the keyboard shortcuts but maybe that's super easy to do myself?
The text was updated successfully, but these errors were encountered: