ThatNerdSquared / timers-for-raycast

A lightweight, Raycast-native extension allowing you to start and stop countdown timers, stopwatches, and alarms. Over 30k installs!
https://www.raycast.com/ThatNerd/timers
16 stars 6 forks source link

Keyboard shortcuts for Custom Timers and/or ability to pin custom timers in Raycast menu #11

Closed markodevinci closed 8 months ago

markodevinci commented 10 months ago

I think it would a great addition/ux improvement if the ability to start a custom timer from a user-defined keyboard shortcut was a feature. Alternatively (or in addition to), the ability for the Custom Presets made under "Manage Timers" to be pinnable to the main menu of Raycast, like how the default timers are able to be. This would be a nice QOL improvement, as it would save a step of having to enter the "Manage Timers" menu and then selecting the custom timer you'd like to begin (just being able to launch Raycast and search for it directly/have it pinned).

Side note: A keyboard shortcut that expands the menu bar list could be something worth looking into.

Also, thanks for the awesome extension, keep up the good work!

ThatNerdSquared commented 10 months ago

Hi @markodevinci - thanks for using Timers!

Great suggestion - there's not a way for us to dynamically populate the main Raycast menu with commands, unfortunately. However, I have heard from other extension authors that it's possible to work around this using deeplinks/quicklinks, which would let you access custom timers using keybinds, from root search, etc. I'm currently working on this - assuming everything works out fine, it'll probably be out sometime late December.

As for keyboard shortcut expanding menu bar list, I'm not actually sure if that's possible, but I will definitely look into it!

ThatNerdSquared commented 8 months ago

I've added a way to add a custom timer preset to your root search as a quicklink in the latest update. That will let you pin them to favourites, search them from root search, assign keyboard shortcuts, etc. You can set this up from the ⌘K menu on any preset from the "Manage Timers" command!

Keyboard shortcut to expand menu bar list is, as far as I can tell, not technically possible - that's not something Raycast controls, I think macOS just doesn't provide a mechanism for it.

Closing this issue now, feel free to reopen if the shipped feature doesn't meet your needs or if you're having problems with it :)