coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.71k stars 5.56k forks source link

Firefox Alt key not working in keybinds #749

Closed deansheather closed 4 years ago

deansheather commented 5 years ago

Description

Making a keybinding like Ctrl+Alt+R doesn't work. You can't type Alt into the create keybind input box, so clicking Ctrl+Alt+R will only result in Ctrl+R being displayed.

If something registers a keybind with Alt in it, it doesn't work either.

Strangely, using editor keybinds like Alt+Up or Alt+Down to move a line work properly (these show up in keybindings list). I tried to use Ctrl+Alt+R while focused on the editor, and it still didn't work.

Steps to Reproduce

  1. Go to keybinding settings
  2. Edit some keybinding and try to set it to Ctrl+Alt+R
  3. Notice that it shows Ctrl+R instead of what you'd expect
nhooyr commented 4 years ago

If this is still a problem, please feel free to reopen.