Search This Blog

Tuesday 28 September 2010

AutoHotkey & Screen Rotation

old post -
http://hanvon-touchpad.blogspot.com/2010/08/rotation-and-g-sensor-what-to-do.html

*********
UPDATE
*********

It seems i missed a bit of the command out,
Which Freak Bull Came up with,
So you will need to rewrite the script for autohotkey and use the commands below,
this will activate the toggle on the size to change screen format,
plus if you push the toggle in which is the enter key the toggle will default back to normal,
so you don't get any problems using the arrow keys on the keyboard...

you will need AutoHotKey to re-assign them.

Get it here http://www.autohotkey.com/

install and add this AHK commands then use the Rocker Switch to change the display mode -

$Up::Send ^!{Left}
$Down::Send ^!{Up}

NumPadEnter::Suspend

No comments:

Post a Comment