Caps and scroll lock not being detected properly (DEF-2061)
Open
bug
engine
glfw
input
- Dominant language
- C++
- Stars
- 6.3k
- Forks
- 455
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 129
Description
It is currently not possible to detect the state of keys such as caps-lock and scroll-lock. If you are implementing an input/password field in your game it is quite important to be able to warn the user if caps-lock is active.
From the forum: (LINK REMOVED)
2018-03-16 07:45:35 (Bjorn.Ritzl)
Caps-lock is behaving very strange on my keyboard.
Key trigger for caps-lock will be triggered as pressed while caps-lock is active and released when it is pressed again. After this first press and release cycle caps-lock doesn't generate key triggers at all.
Contributor guide
Assessment
This issue has not been assessed yet.