View Single Post
Old 08-15-2010, 11:20 PM   #16
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
Sure. You could either have it always happen when next/prev page is pushed, or have it just happen when one or the other next page is pushed, or have a key combo like alt+next/prev page. You just need to send the alt-g keystroke in the script. For example, put this line in a script called \hotkeys\NEXTR.sh (to enable this when using the right next page key only):
Code:
send_keys WAIT ALT G
You could make more files if you want to map the same action to more keys, i.e. put the same code into \hotkeys\NEXTL.sh etc.
isotherm is offline   Reply With Quote