soft666
September 25th, 2005, 04:54 PM
I'm trying to simulate the pressing of LEFT ALT + LEFT SHIFT + PRINT SCREEN which switches to high contrast mode in Windows
I created a keyboard action with the following text::
<ALT_DOWN><SHIFT_DOWN><PRINT_SCREEN>
I tried other variations with LEFT SHIFT, LEFT ALT but I can not get it to work
Any help is appreciated.
Or if there's another way of simulating switching high contrast mode on/off...
edit2: I found out high contrast mode has something to do with sethc.exe which is in C:\WINDOWS\system32. Now if only I could figure out how it turns the High contrast mode on
edit3: pressing the SHIFT Key 5 times will also produce the high contrast mode. Can't simulate it either.
edit4: this was addressed before here (http://www.promixis.com/phpBB2/viewtopic.php?t=9306) on this board but no solution found. Don't know anything about API calls...
I created a keyboard action with the following text::
<ALT_DOWN><SHIFT_DOWN><PRINT_SCREEN>
I tried other variations with LEFT SHIFT, LEFT ALT but I can not get it to work
Any help is appreciated.
Or if there's another way of simulating switching high contrast mode on/off...
edit2: I found out high contrast mode has something to do with sethc.exe which is in C:\WINDOWS\system32. Now if only I could figure out how it turns the High contrast mode on
edit3: pressing the SHIFT Key 5 times will also produce the high contrast mode. Can't simulate it either.
edit4: this was addressed before here (http://www.promixis.com/phpBB2/viewtopic.php?t=9306) on this board but no solution found. Don't know anything about API calls...