AutoHotkey Community

It is currently May 23rd, 2012, 3:56 pm

All times are UTC [ DST ]


Search found 16 matches
Search these results:

Author Message

 Forum: Support   Topic: Google Chrome overrides Global Hotkeys

Posted: August 1st, 2010, 11:04 am 

Replies: 2
Views: 241


Thanks :D

 Forum: Support   Topic: Google Chrome overrides Global Hotkeys

Posted: August 1st, 2010, 8:54 am 

Replies: 2
Views: 241


I have a program which assigns Ctrl+ and Ctrl- as hotkeys to increase and decrease system volume. When I use them when Google Chrome is active they don't work... Instead, the web page zooms in and out. Someone plz help me with a script to make the global hotkeys work when google chrome is active. Th...

 Forum: Scripts   Topic: Lex' Mouse Gestures

Posted: June 20th, 2009, 9:51 am 

Replies: 106
Views: 28351


It would be an interesting feature, but mightn't be easy to implement. Currently the start and end of a gesture are clearly defined by button-press and release. Without anything clearly defining the beginning and end of the gesture, the script would need to continuously compare the history of strok...

 Forum: Support   Topic: MOUSE SHAKE triggers an action

Posted: June 20th, 2009, 4:57 am 

Replies: 6
Views: 768


Thanks again Z_Gecko!

I had checked that post earlier, but it did not work for me then...
Now, when I again check... it works.... Thanxxxx!!!!

 Forum: Scripts   Topic: Lex' Mouse Gestures

Posted: June 18th, 2009, 7:58 am 

Replies: 106
Views: 28351


I need to make a gesture without holding any of the mouse buttons... but, the script requires me to hold a mouse button (right, by default)

Is that possible? Would be of great help... Thanks!

 Forum: Support   Topic: MOUSE SHAKE triggers an action

Posted: June 18th, 2009, 7:53 am 

Replies: 6
Views: 768


Well, to use the link you only have to left click on it with an HTML capable web browser :wink: . Ha haa... I meant "how to use the SCRIPT" ..sorry! As for not using all the gestures, since it seems the script uses an .ini file (accessible through Gesture_L_D_R_U (left, down, right, up) -...

 Forum: Support   Topic: MOUSE SHAKE triggers an action

Posted: June 18th, 2009, 5:49 am 

Replies: 6
Views: 768


Thanks Z_Gecko!

I am new to scripting.. could you guide me on how to use the link that you provided.

Pls note that i do not need the entire gesture script of Lex, since i use strokeit for that... I just need the "shake" gesture

Thanks again!

 Forum: Support   Topic: MOUSE SHAKE triggers an action

Posted: June 18th, 2009, 5:21 am 

Replies: 6
Views: 768


I would like to use a mouse shake gesture i.e. moving the mouse pointer rapidly in a zig-zag manner (without any button held down) to trigger a custom action.

Could anyone please help me with such a script? Thanks!

I have searched forum for long, but with no avail...

 Forum: Support   Topic: Assign "click & hold left mouse button" to clo

Posted: June 6th, 2009, 1:54 pm 

Replies: 3
Views: 1259


I get an error "Break / Continue must be enclosed by a loop"
What should i do to make this work for me?
Thanks

 Forum: Support   Topic: Circular mouse movements

Posted: May 30th, 2009, 8:41 am 

Replies: 2
Views: 756


I did that several times... but could not find any on this type of gesture :cry:

Could you provide a link if any?

 Forum: Scripts   Topic: Simple Mouse Gesture and Rocker

Posted: May 29th, 2009, 2:08 pm 

Replies: 107
Views: 23563


WOW!!! This script excites me... This is probably one of the most well-documented ahk script I found.... but, ironically i have not been able to figure out how to make it work properly for me. I dont need the gestures part of the script (I use StrokeIt! for that). I need only the rockers part. Moreo...

 Forum: Support   Topic: Circular mouse movements

 Post subject: Circular mouse movements
Posted: May 29th, 2009, 11:39 am 

Replies: 2
Views: 756


Is it possible to emulate a wheel mouse through circular mouse movements.
Also, would like to run additional commands on holding modifier keys.
Plz help! Thanks!

 Forum: Scripts   Topic: Folder Menu - a popup menu to quickly change your folders

 Post subject: Feature Requests
Posted: May 25th, 2009, 11:10 am 

Replies: 180
Views: 53387


Thanks rexx, I am glad to use this program. I have a few feature requests, if you wouldn't mind ;) 1. A "Add Here" special item in a menu/sub-menu, to add a favorite directly in that menu 2. In Options > Favorites Tab, the '...' button next to 'Path' field gives 3 options: Browse Folder Br...

 Forum: Support   Topic: script to fullscreen any app?

Posted: May 15th, 2009, 11:15 am 

Replies: 13
Views: 2403


I landed up with the following code after checking this topic and Winsupermaximize #SingleInstance ignore #`::TitleGo() TitleGo() { global WinActive("A") WinGet, winId, ID if (isTitleGone_%winId% = 1) { WinSet, Style, +0x800000 isTitleGone_%winId% ...

 Forum: Support   Topic: Toggle a Program

Posted: April 12th, 2009, 11:04 am 

Replies: 5
Views: 339


Thanks for making me do this by myself... This code works for me: XButton2:: Process, Exist, Mouse Emulator.exe if ErrorLevel Process, Close, Mouse Emulator.exe else Run C:\Program Files\Mouse Emulator\Mouse Emulator.exe return I am not sure if using the "Close" command is the right way to...
Sort by:  
Page 1 of 2 [ Search found 16 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group