jsumners / alfred-emoji

Alfred workflow for searching and copying emoji
741 stars 32 forks source link

Switch return and cmd-return option #111

Open andylundqvist opened 3 months ago

andylundqvist commented 3 months ago

Great workflow, @jsumners!

I have a feature request: I prefer to have return and cmd-return switched, i.e. if I select an emoji with return it should paste it immediately, and cmd-return should copy it to the clipboard. This is just much faster, I don't see the point of adding a bunch of emoji to the clipboard and then paste them. If I look for one, I need it immediately.

Maybe you could make this an option in the configuration window, next to the skin tone dropdown?

I switched the behaviour myself in the workflow editor, but as I read this workflow auto-updates, I assume it will be overwritten very soon.

Thanks for reading and hopefully considering this idea.

jsumners commented 3 months ago

The current functionality matches the standard Alfred operations. Open Alfred and type 1+1, press the return key. Notice that 2 is copied to the clipboard. Press cmd+enter and nothing happens because Alfred does not have a standard concept of pasting into the foremost window.

Maybe you could make this an option in the configuration window, next to the skin tone dropdown?

I do not have the time to work on such features. PRs are welcome.