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

F1 doesn't work #3

Closed
myshov opened this issue Jul 22, 2016 · 2 comments
Closed

F1 doesn't work #3

myshov opened this issue Jul 22, 2016 · 2 comments
Labels

Comments

@myshov
Copy link

myshov commented Jul 22, 2016

Hello!
I've tried to setup plugin but no luck.
In the help section it said that: "Open the settings panel by pressing "F1" (default setting)"
But f1 doesn't work. I've tried via greasemonkey in Firefox and tempermonkey in Chrome.

I've tried to change "f1" onto "g h" directly in code of script, but It didn't work.

OS: Mac OS X 10.11
All browsers (Firefox, Chrome) are latest version.

@Mottie
Copy link
Owner

Mottie commented Jul 22, 2016

Hi @myshov!

DOH, it looks like the default settings are messed up. I'll have the script fixed here shortly. But you can still open the panel by clicking on your avatar and clicking on the "GitHub Hotkey Settings" link.

2016-07-22 07_05_01-github custom hotkeys mottie_github-userscripts wiki

Then edit the JSON, and replace it with this:

{
  "all": [
    { "f1" : "#hotkey-settings" }
  ]
}

Or, trigger a factory reset on the userscript (Chrome only, I think).

@Mottie Mottie closed this as completed in f934d54 Jul 22, 2016
@Mottie Mottie added the bug label Jul 22, 2016
@myshov
Copy link
Author

myshov commented Jul 22, 2016

@Mottie Thank you!

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

No branches or pull requests

2 participants