microsoft / node-native-keymap

Provide OS keyboard layout functionality as a nodejs module
MIT License
136 stars 37 forks source link

Wayland support? #17

Open timmydo opened 4 years ago

timmydo commented 4 years ago

I was looking at whether I could get vscode running on wayland without xwayland (x11 support). It seems this library is required by vscode and uses X11 on linux. Could the linux code be ported to use something like xkbcommon (I'm not sure if this is the right replacement)? How hard do you think it'd be?

lehmanju commented 4 months ago

@alexdima any updates on this? Wayland is the de facto standard on modern Linux distributions and this would finally allow VSCode to use Wayland natively.

septatrix commented 2 weeks ago

Is this related to #17?

2zqa commented 2 weeks ago

@septatrix, you are linking to the same issue as you are commenting on. Which issue did you mean?

septatrix commented 2 weeks ago

Oh yeah, I meant #21