-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Hotkeys work in EN layout only #404
Comments
We have hotkeys? :D What system/browser? It seems to work on osx/firefox, though I hit cmd+b. Also, can you check, if it works here on GitHub, since we use same package as github iirc |
yeah, I was shocked too :) Had to watch a video to figure out what hotkeys we have |
You can check out title on hover of each button, or just plain code :-) https://github.com/umputun/remark/blob/f0750c24335742da2b04cee6e38bbb67f972c44b/frontend/app/components/input/markdown-toolbar.tsx#L29-L37 |
Vivaldi 2.6.1566.49 (Stable channel) (64-bit) Github have the same issue. |
works for me on safari and chrome (both on macos). |
It also works for me on osx/Vivaldi 2.6.1566.49 (Stable channel) (64-bit) So, I guess it's either Vivaldi or @github/markdown-toolbar-element Code related to this here https://github.com/github/markdown-toolbar-element/blob/dd0ffba8d9ad9d64471d3be41b3b7e1b77aa3545/index.js#L228-L236 Package adds @NikolayPetyukh if you have skill, can you please check, what |
@Andrew-Shtein, thanks! As I expected on Windows |
Reply from linked issue:
|
We should not fix it on our side if the library doesn't support it: we then open a can of worms by trying to support the undocumented hotkey feature for dozens of languages we have. The only solution I think is appropriate is switching to another library which will do that. Closing this as "won't fix", feel free to comment on the issue if your opinion differs from mine. |
Repro: switch keyboard to other language than English and press Ctrl+B.
Demo on Youtube (clickable):
The text was updated successfully, but these errors were encountered: