In my program I use pynput to control my mouse and keyboard. Everything else working as intended but I cannot find the syntax to reference using the Num Lock key on my keyboard
keyboard.press(Key.nmlk)
This is my current guess at what the syntax might be (nmlk). Can anyone please guide me to finding the right word or work around to be able to press the number lock key?
Thank you