-
Notifications
You must be signed in to change notification settings - Fork 97
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
The / hotkey does not work #88
Comments
For shortcuts like these to work, you must have "Character keys" enabled within the accessibility options within your GitHub settings. Please also make sure you're not using a browser extension that might override these, such as vim-mode extensions. |
Uh... so to use the shortcut mentioned by default on the frontpage of all repositories in GitHub, I must configure something? |
Removing all extension make no difference either |
The option is enabled by default. Could you please visit https://www.toptal.com/developers/keycode and press the |
Hi, It's super awesome that the icon is visually present to support learnability, but I tried so often, and it never worked. It's a bit disappointing. Hope I can also help to get this to work. Yes, accessibility option is enabled. |
Can you please visit this page: https://github.github.io/hotkey/examples/hotkey_mapper.html and, once loaded, tap the desired key and report back with a screenshot - and perhaps copy the code? Thanks. |
shift seems like a problematic hotkey target. here's some results from the mapper on my mac en-US keyboard:
obviously caps lock is an edge case, but it exemplifies the problem that the keyboard event key and shift aren't much related. github.com should have the same problem as OP for me with the looking through the vscode keyboard shortcuts, i don't see any using shift and i'd bet this is why. |
Hi. My user agent Use case Test Behaviour on Github I have the feeling that this is an Apple issue. E.g., if you operate on a Mac before installing the OS any (even build-in) keyboard is US. What a stupid and egoistic view. :-( |
In the readme there is
the same code is used in the GitHub toolbar that says "Type / to search".
The problem is that pressing / (shift + 7 on a finnish keyboard) does not trigger the search. It does nothing. Pressing "s" does trigger it.
The text was updated successfully, but these errors were encountered: