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

consider keyboard shortcut support #31

Open
clach04 opened this issue Dec 16, 2023 · 2 comments
Open

consider keyboard shortcut support #31

clach04 opened this issue Dec 16, 2023 · 2 comments

Comments

@clach04
Copy link
Owner

clach04 commented Dec 16, 2023

@m2habert
Copy link

m2habert commented May 3, 2024

+1 :
second that

@clach04
Copy link
Owner Author

clach04 commented May 4, 2024

None of the existing upstream issues really get into what the UI/UX would be. Possible ideas/options.

  1. Commands support, - requires manifest change. Also see links in https://stackoverflow.com/questions/28401138/allowed-keyboard-shortcuts-for-chrome-extensions api refs
  2. Use browser shortcuts to bring up UI, and then in UI trap keyboard there (TODO confirm this is possible) which would be a documentation/instructions + code change.
    • Click the three dots expansion menu in the upper right corner of Google Chrome.
    • Open the More Tools menu.
    • Select Extensions.
    • In the upper left corner, click on the hamburger icon and select Keyboard Shortcuts.
    • Find the desired extension and press a combination of “Ctrl” or “Ctrl + Shift” and any other available key.

In either case then need to determine:

  1. What options get shortcuts?
    • Copy to clipboard (format?)
    • save to file (format?)
  2. What the keyboard shortcuts are
    • Hard coded - only option for command/manifest
    • configurable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants