-
Notifications
You must be signed in to change notification settings - Fork 19
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
Keyboard shortcuts for toolbar buttons #4
Comments
Great suggestion! I have implemented the keyboard shortcuts for the life server. |
In the webbrowser, the keyboard shortcuts work nicely. However, none works in VSCode WebView. I guess it is caused by the webpage being embedded inside a iframe in the webview. I'll do more search and experiment and see if there's anything we can do. |
Related: microsoft/vscode#65452 Looks like we should do some rebroadcasting of the key events to the iframe as suggested at microsoft/vscode#65452 (comment). |
I just switched from the |
With the latest commit, the keyboard shortcuts work nicely in VSCode WebView now. Thanks! |
The toolbar works nicely in web browser. I'm wondering if it is possible to add some keyboard shortcuts to those toolbar buttons, e.g.
left, right, +, -, ctrl+s, del
The text was updated successfully, but these errors were encountered: