Skip to content
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

[Shortcuts Search] Support locally defined shortcuts #10143

Closed
texastoland opened this issue Jan 13, 2024 · 7 comments
Closed

[Shortcuts Search] Support locally defined shortcuts #10143

texastoland opened this issue Jan 13, 2024 · 7 comments
Labels
extension: shortcuts-search Issues related to the shortcuts-search extension extension Issues related to one of the extensions in the Store feature request New feature or improvement status: stalled Stalled due inactivity

Comments

@texastoland
Copy link

texastoland commented Jan 13, 2024

Extension

https://www.raycast.com/solomkinmv/shortcuts-search

Description

I'd like to be able to track my custom shortcuts like ShortcutKeeper. Ideally I could enter them in the extension and export them (or save/load from a version-able location). Automatically detecting Raycast hotkeys would be amazing if API allows it.

Who will benefit from this feature?

No response

Anything else?

No response

@texastoland texastoland added extension Issues related to one of the extensions in the Store feature request New feature or improvement labels Jan 13, 2024
@raycastbot raycastbot added the extension: shortcuts-search Issues related to the shortcuts-search extension label Jan 13, 2024
@raycastbot
Copy link
Collaborator

raycastbot commented Jan 13, 2024

Thank you for opening this issue!

🔔 @solomkinmv you might want to have a look.

💡 Author and Contributors commands

The author and contributors of solomkinmv/shortcuts-search can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopen the issue.

@solomkinmv
Copy link
Contributor

Right now it's impossible to detect shortcuts and I doubt it will ever be.

I'll think about adding custom shortcuts, but right now you can create PR to add to global database: https://github.com/solomkinmv/shortcuts-disco

@texastoland
Copy link
Author

That doesn't address my use case because my customized hotkeys would conflict with (and confuse) anyone else's.

@solomkinmv
Copy link
Contributor

@texastoland what do you think about customization with json files that can be stored locally?

@texastoland
Copy link
Author

texastoland commented Jan 21, 2024

export them (or save/load from a version-able location)

customization with json files that can be stored locally?

That'd be cool! Shortcut Keeper already uses the following schema:

{
  "Raycast": [
    {
      "keysLabel": "Shift-Command-/",
      "description": "Search Menu Items",
      "app": "Raycast",
      "tags": "system,global",
      "isPinned": 0,
      "id": 1705191431569
    },
    {
      "keysLabel": "Control-Command-Space",
      "description": "Search Emoji & Symbols",
      "app": "Raycast",
      "tags": "system,global",
      "isPinned": 0,
      "id": 1705191732883
    }
  ]
}

Ideally I could enter them in the extension

Longer term it'd be nice to:

  1. Enter the hotkey similar to a Raycast snippet
  2. Record the keys pressed similar to VS Code
  3. Show a menu bar item like Raycast timers

I love the concept 🤘🏼

@raycastbot
Copy link
Collaborator

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Mar 11, 2024
@raycastbot
Copy link
Collaborator

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

@raycastbot raycastbot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension: shortcuts-search Issues related to the shortcuts-search extension extension Issues related to one of the extensions in the Store feature request New feature or improvement status: stalled Stalled due inactivity
Projects
None yet
Development

No branches or pull requests

3 participants