coder / sshcode

Run VS Code on any server over SSH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl-J in extensions view opens up Chrome downloads page instead of VSCode terminal

samuela opened this issue · comments

Title really says it all. A lot of the time when I hit Ctrl-J, it ends up opening the Chrome "Downloads" page instead of toggling the VSCode terminal on/off.

Yeah due to the nature of the software, thare are some keybinds that cant be controlled, also i feel as if this is a issue for normal Code-Server as this has to deal with code-server and NOT sshcode

EDIT: the default keymap for opening the terminal is CTRL+SHIFT+~

Oh, that's right. Ctrl-J is toggles the bottom bar thingy, but not the terminal per se.

Also i cannot reproduce this

I'm running Chromium 74.0.3729.157 (Official Build) Built on Raspbian , running on Raspbian 10 (32-bit). sshcode installed via go get -u go.coder.com/sshcode.

Maybe it's a Chrome vs Chromium issue? I should also point out that it doesn't occur every time... There are certain scenarios in which Ctrl-J works just as expected and others where it opens up the Downloads page.

Hmm, not really,
I use brave with no issue, but it might be the fact that you are using a Pi?

Possibly, I'd imagine it has to do with how the browser shim propagates keyboard events but I can't be sure of that.