jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

Keyboard modifier keys not working properly when using firefox on a Mac #145

Open CaseyFueller opened 1 year ago

CaseyFueller commented 1 year ago

This project looks awesome so I spun up a container using the default Docker command in the quick start. When using it from a Mac the keyboard modifier keys aren't working properly.

For example, when I press Command + A to select all, it doesn't work. However, when I press Control + A, that does work to select all.

jlesage commented 1 year ago

I guess this is the expected behaviour. The Firefox running inside the container is a Linux application, not a Mac one. Under Linux, Ctrl+A is the way to go to perform a "select all".