Get Caps Lock State
![matew](https://secure.gravatar.com/avatar/af87b46a978a3478308b4431d7002bd5?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Faf87b46a978a3478308b4431d7002bd5_100.png)
Hi! Is there any way to find out Caps / Num / Scroll Lock state?
modifierKeyState doesn't work. isKeyDown and isKeySequenceDown show if the key is actually pressed.
Do you have any ideas?
You currently have no notifications.
Hi! Is there any way to find out Caps / Num / Scroll Lock state?
modifierKeyState doesn't work. isKeyDown and isKeySequenceDown show if the key is actually pressed.
Do you have any ideas?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
You cannot currently do this in DAZ Script. Checking the state of these is not supported in QT.
If you write a plugin with the SDK then you can use OS specific methods to check, and then export these methods to the scripting environment and then you can do this...