PDA
View Full Version : Remap Touchscreen
Owl Keeper
June 24th, 2012, 08:11 PM
I'm trying to remap the touchscreen settings in AHK. Does anyone know if the touchscreen actions send key strokes to the software? If it does what are they? And if it doesn't is there a way to remap it?
For example I want to switch profile and start a sequence in one screen touch.
Thanks!
PhotoJames
June 25th, 2012, 12:30 AM
I'm curious as to why you are using AHK to map your touch screen. You can assign areas in the photo booth software.
Chris Breeze
June 25th, 2012, 10:04 AM
The touchscreen actions call the photobooth functions directly and don't need to use keyboard shortcuts, but each action has an equivalent keyboard shortcut. You will need to use a script if you want to perform two actions (e.g. switch profile and start the shooting sequence) from a single touch. There are two ways you could do this:
1) Use a script which captures the touch (left mouse button click) and then sends the key presses to switch profile and start the shooting sequence
2) Use a script which monitors the photobooth images folder and when this changes due to a new profile being selected it sends F4 to the booth to start the shooting sequence
Powered by vBulletin® Version 4.2.1 Copyright © 2014 vBulletin Solutions, Inc. All rights reserved.