I have a python script which presses FN + RightArrow and so on to control the special brightness/volume functions.
I do not know the HEX code for the FN button. I tried 255 but it does not seem to be ok.
I've tried to determine it with KeyView.exe. It provides the HEX code for the pressed keys. For RightArrow it has a small value and for FN + RightArrow it has a bigger one. I substract them and find FN value (174 or something like that). But it does not work this way neither.
I've looked on a bunch of websites and installed several additional tools, but I can't figure it out. Could I maybe lower my brightness automatically in some other ways?
The laptop is a Lenovo Y50-70 and I run Windows 10.
Any ideas, guys? Thank you!