question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

alt+l key binding breaks '@' symbol on German keyboards

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ritwickdeycommented, Dec 19, 2017

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).

1reaction
timblanqcommented, Dec 18, 2017

+1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found