How can I change the functions in the function row (F1-F12) of a computer's keyboard using the program called AutoHotKey?
I want two pieces of code to do the following:
- Fn+F7 = screen off (*)
- Fn+F10 = mouse keypad off
Note (*): I found some programs to let me turn off the screen with multiple shortcuts but the problem is that these programs turn off the screen completely which is not what I want. I want the screen to dim beyond limits when I press Fn+F7 (makes it look like it went off when it is not really off), and then when I press Fn+F7 again it returns to the way it was.