Home
Download
Screenshots

Wiki
Plugins
Translations
Developers
Donate

Forums/Help
Contact Us

StrokeIt

Gestures combined with Keys?

Posted by Sango 
Sango
Gestures combined with Keys?
April 18, 2003 03:28AM
Hi

While i browse on the net i have some difficult idea for usefuly actions.
I think about the possibility whether i can combined a gesture with a key-status.

For example: i draw a down-gesture and strokeit closed a programm. Then i hold control-key down and make the same down-gesture, and now strokeit closed only a tab in the browser-window.

Is this behavior possible?
pi
Re: Gestures combined with Keys?
May 30, 2003 06:18PM
i like that idea, but have not tried it yet :

send your gesture to quick macros ([url=http://www.quickmacros.com)]http://www.quickmacros.com)[/url]
and check which button was was checked ...

like :

if key shift
do that
if key alt
do something else
else
mes "huhu"

i'll post a result the next days.

you can read also about that on my blog :
[url=http://www.flash2be.com/xpi]http://www.flash2be.com/xpi[/url]

cheers
pi
James Barlow
StrokeIt & AutoIT
July 21, 2003 10:03AM
For running keyboard & mouse macros via gestures, I'm using AutoIT.
[url=http://www.hiddensoft.com/AutoIt/]http://www.hiddensoft.com/AutoIt/[/url]

The .aut files can be run directly by StrokeIt, so during development you can edit the file, gesture, debug, gesture again, etc...

Once complete, the .AUT files can be compiled to .EXE for fast execution.

JMB
James Barlow
Re: Gestures combined with Keys?
July 21, 2003 10:08AM
As an example of a script:

This .AUT script is linked in an application to one gesture. Perform the gesture with the window closed - it opens. Perform the gesture with the window open - it closes.

----
IfWinExist,<WindowName>,,goto,close
goto,open

close:
WinClose,<WindowName>,,
goto,end

open:
Send,<Some keystrokes or mouse-clicks to open window>
goto,end

end:
-----
Jordan
Re: Gestures combined with Keys?
September 13, 2003 09:28AM
Now I currently use Down-Right (Opera-like guesture) to send Ctrl+F4 to close a tab, or a MDI window, and use a C to close the entire browser, or a MDI application.

I am quite satisfied with this config, since a single hand is used :)
But i won't refuse to have a two handed guesture when it is available ^_^
Author:

Your Email:


Subject:


Spam prevention:
Please, solve the mathematical question and enter the answer in the input field below. This is for blocking bots that try to post this form automatically.
Question: how much is 7 plus 14?
Message: