Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Shift keys don't work in Wayland on Ubuntu

more options

When I start Firefox on Ubuntu under Wayland, Firefox behaves as if both shift keys just stopped working. In any text field pressing either Shift and any character inputs nothing, e.g. Shift+A inputs nothing instead of "A".

This only happens in Firefox, not in any other app that I checked (terminal, Chrome). It also doesn't happen if I start Firefox in a Xorg session.

Pasting such characters *does* work, e.g. I can paste "about:support" in the URL bar but not type it (":" requires shift).

This also happens when I start Firefox in troubleshooting mode.

What are the next steps in troubleshooting this?

When I start Firefox on Ubuntu under Wayland, Firefox behaves as if both shift keys just stopped working. In any text field pressing either Shift and any character inputs nothing, e.g. Shift+A inputs nothing instead of "A". This only happens in Firefox, not in any other app that I checked (terminal, Chrome). It also doesn't happen if I start Firefox in a Xorg session. Pasting such characters *does* work, e.g. I can paste "about:support" in the URL bar but not type it (":" requires shift). This also happens when I start Firefox in troubleshooting mode. What are the next steps in troubleshooting this?

글쓴이 Rafał Dowgird 수정일시

모든 댓글 (1)

more options

Additional troubleshooting info - I verified that MouseEvent: shiftKey property does respect the Shift pressed, i.e. I can get "The shift key is pressed: true" in this demo: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/shiftKey

So it seems only text input fields are affected by this.