Detecting if caps lock is on or off using the Input System

Using the Input System, is there a way to tell the current Caps Lock status?

We want to use caps lock as a toggle for a character behaviour, but rather than toggle our state internally each time caps lock is pressed, we want to simply tell if caps lock is on or off (matching its light on the keyboard).

1 Like