alt+l key binding breaks '@' symbol on German keyboards
See original GitHub issueThis extension is the one I was looking for so long 😃 Very excellent and it works seamlessly. Thanks a lot!
Unfortunately the default keybindings to start and stop the server break the @
symbol on German keyboards - which is located on alt-l
. I had to counter the bindings in my settings with:
[
{
"key": "alt+l o",
"command": "-extension.liveServer.goOnline",
},
{
"key": "alt+l c",
"command": "-extension.liveServer.goOffline",
}
]
As I am working mostly with Students new to the field this is rather cumbersome. Would there be a way to introduce the keybindings as optionally?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
German keyboard layout - Wikipedia
Like many other non-American keyboards, German keyboards change the right Alt key into an Alt Gr key to access a third level of...
Read more >Why keyboard shortcuts don't work on non-US layouts and ...
I don't know how other OSes allow for users to trigger "right-alt" when the keyboard has only one alt character.
Read more >Xcode 13.1: What happened to short… - Apple Developer
On German keyboards you reach "/", "[" and "]" using the keys 5, 6, 7 with Shift or ... If you change the...
Read more >Apostrophe and acute accent confusion
X11 comes at the moment with two German keyboard mappings in /usr/X11R6/lib/X11/xkb/symbols/de . In the "de(basic)" mapping, the keys for acute (E12), grave...
Read more >Xorg/Keyboard configuration - ArchWiki
Most European keyboards have a Euro sign (€) printed on on the 5 key. For example, to access it with Alt+5 , use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue has been resolved with v3.0.2. Please update the extension and thanks for the reporting.
If you like the extension, please drop a review to vscode marketplace.
& let me know if it’s still does not work for you. (I don’t have MAC).
+1