Is there an existing issue for this?
Current Behavior
I've encountered an issue where Caps Lock and certain special characters, such as Ö, Ä, Ü, and others, do not work correctly when using a Swiss keyboard layout.
so with the swiss keyboard it's impossible to write a cpaital öäü (shift is used for éàè, which works)
Expected Behavior
öäü can be written with capital letters when using caps-lock
Steps To Reproduce
docker run --rm -it
-p 3001:3001
-e PUID=1000
-e PGID=1000
--shm-size=1gb
-e DEV_MODE=selkies-dashboard
-v "$(pwd)":/config/src:z
linuxserver/webtop
Environment
- OS: ubuntu 24.04
- How docker service was installed:
https://docs.docker.com/engine/install/ubuntu/
Docker creation
docker run --rm -it \
-p 3001:3001 \
-e PUID=1000 \
-e PGID=1000 \
--shm-size=1gb \
-e DEV_MODE=selkies-dashboard \
-v "$(pwd)":/config/src:z \
linuxserver/webtop
Container logs
Is there an existing issue for this?
Current Behavior
I've encountered an issue where Caps Lock and certain special characters, such as Ö, Ä, Ü, and others, do not work correctly when using a Swiss keyboard layout.
so with the swiss keyboard it's impossible to write a cpaital öäü (shift is used for éàè, which works)
Expected Behavior
öäü can be written with capital letters when using caps-lock
Steps To Reproduce
docker run --rm -it
-p 3001:3001
-e PUID=1000
-e PGID=1000
--shm-size=1gb
-e DEV_MODE=selkies-dashboard
-v "$(pwd)":/config/src:z
linuxserver/webtop
Environment
Docker creation
docker run --rm -it \ -p 3001:3001 \ -e PUID=1000 \ -e PGID=1000 \ --shm-size=1gb \ -e DEV_MODE=selkies-dashboard \ -v "$(pwd)":/config/src:z \ linuxserver/webtopContainer logs