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

Implement first global hotkey #3

Closed
3 tasks
JannikStreek opened this issue Nov 9, 2022 · 5 comments · Fixed by #12
Closed
3 tasks

Implement first global hotkey #3

JannikStreek opened this issue Nov 9, 2022 · 5 comments · Fixed by #12
Assignees

Comments

@JannikStreek
Copy link
Member

JannikStreek commented Nov 9, 2022

  • Open Zoho from everywhere in the Lead module, see shortcut list
  • Only when extension is activated
  • Out of scope: Context related hotkeys, e.g. on the third page + 1 page, send mail to lead etc
@JannikStreek
Copy link
Member Author

@JannikStreek
Copy link
Member Author

@JannikStreek
Copy link
Member Author

JannikStreek commented Nov 11, 2022

Maybe for best practices in this case: https://github.com/crittermike/shortkeys

Also interesting, the reviews, especially the negative ones: https://chrome.google.com/webstore/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck?hl=en-US&gl=US

How NOT to write a keyboard shortcut extension! Every such extension that I have ever used simply allows you to type the key combinations into a box. This one requires you to first read a long document so you can learn how to add a simple shortcut in TEXT. You have to type in TEXT combinations like 'ctrl+shift+right' instead of just typing that key combination.

Sounds awesome, however this extension does not work on mac
I wasted about half an hours reading the documentation and trying to figure out what am i doing wrong...
The Github wiki page should list the supported operating systems

This is a must have extension for Chrome, and I'm a huge fan. However be aware setting Ctrl + S is NOT REVERSIBLE. I accidentally set Ctrl + S for "Switch to last used tab", and now I can't save on any of the editing websites that supports Ctrl + S. I tried to undo the change by uninstalling Shortkeys and even Chrome, but it didn't work. Mike, could you help?

@JannikStreek
Copy link
Member Author

Als interesting: https://chrome.google.com/webstore/detail/custom-hotkeys/dogblfnfkmjolfcbpgfkhpaahocjhkbk?hl=en

You can add hotkeys by page with jquery selectors

@JannikStreek
Copy link
Member Author

Users can change hotkeys themself even without us providing any help: https://stackoverflow.com/questions/46523159/is-it-possible-to-dynamically-toggle-the-hotkey-of-my-chrome-extension

But its not that user friendly if you have many extensions installed

@JannikStreek JannikStreek changed the title Implement first hotkey Implement first global hotkey Nov 11, 2022
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

Successfully merging a pull request may close this issue.

2 participants