AutoHotkey Community

It is currently May 23rd, 2012, 10:26 pm

All times are UTC [ DST ]


Search found 24 matches
Search these results:

Author Message

 Forum: Support   Topic: Send both Ctrl and Shift

Posted: December 18th, 2010, 9:29 pm 

Replies: 3
Views: 133


Sorry. That part of the code actually was in there already. Any other ideas?

 Forum: Support   Topic: Send both Ctrl and Shift

 Post subject: Send both Ctrl and Shift
Posted: December 18th, 2010, 7:01 pm 

Replies: 3
Views: 133


For some reason, the following script is only sending a Ctrl+Click and not a Ctrl+Shift+Click. Any idea why?


#ifWinActive, - Opera
^LButton::send ^+{LButton}

 Forum: Support   Topic: Control send to a hidden windows

Posted: July 30th, 2010, 12:27 am 

Replies: 1
Views: 147


I am attempting to send a set of characters to a hidden window, but it doesn't go through.
Code:
winhide, AutoHotkey Help
controlclick, x45 y450,AutoHotkey Help

Any idea what I'm doing wrong?

 Forum: Support   Topic: Toggle touchpad tapping

 Post subject: Toggle touchpad tapping
Posted: July 29th, 2010, 4:37 pm 

Replies: 1
Views: 208


Does anyone know how to disable/enable the touchpad *tapping* in Windows 7? Or even just to get into the mouse properties correctly (with the extra Synaptics settings visible)? I can't get it to work on Windows 7.

 Forum: Support   Topic: Open Office prevents use of Media_Play_Pause

Posted: February 18th, 2009, 11:39 pm 

Replies: 2
Views: 289


Controlsend,WMPapphost1,{Media_Play_Pause},Windows Media Player and Controlsend,,{Media_Play_Pause},Windows Media Player both don't actually work ever.

 Forum: Support   Topic: Open Office prevents use of Media_Play_Pause

Posted: February 18th, 2009, 11:22 pm 

Replies: 2
Views: 289


I've made a very simple script:
Code:
#i::send {media_play_pause}

That's it. Now, this normally works fine. But for some reason if the active windows is Open Office, the script runs and sends the key, but Windows Media Player does not pause. Anyone know why?

 Forum: Support   Topic: Firefox help: Detecting their hotkeys and Loaded Windows

Posted: August 7th, 2008, 1:44 am 

Replies: 8
Views: 354


How can you mimic it?

 Forum: Support   Topic: Firefox help: Detecting their hotkeys and Loaded Windows

Posted: August 6th, 2008, 11:38 pm 

Replies: 8
Views: 354


Hmm, can I do a PixelSearch across the whole tab bar while firefox is in the background?

 Forum: Support   Topic: Firefox help: Detecting their hotkeys and Loaded Windows

Posted: August 6th, 2008, 11:21 pm 

Replies: 8
Views: 354


Any non-obvious ways? I'll note that I have Tab Mix Plus enabled so that the name of the tab in the tab bar goes red and italicized when the page is fully loaded?

 Forum: Support   Topic: Firefox help: Detecting their hotkeys and Loaded Windows

Posted: August 6th, 2008, 9:55 pm 

Replies: 8
Views: 354


There are two things that I am trying to do in Firefox that I can't figure out how to do. First, I am trying to detect when Tab Mix Plus launches a part of it so that I can make a new hotkey for it. Specifically, I am tyring to change the hotkey of CTRL-Shift-M, which is currently taken by Stylish's...

 Forum: Support   Topic: Toggle Hide/Show window

Posted: January 26th, 2008, 6:58 pm 

Replies: 5
Views: 474


Thanks.

 Forum: Support   Topic: Toggle Hide/Show window

Posted: January 23rd, 2008, 10:57 pm 

Replies: 5
Views: 474


Ok, I must have been unclear. I want a toggle script. That means I want to have a hotkey linked to a single key where I press that key. The script then determines if the window is hidden; if it is, it shows it. If it isn't, it hides it. I know the commands to hide and show, I don't know how to detec...

 Forum: Support   Topic: Toggle Hide/Show window

 Post subject: Toggle Hide/Show window
Posted: January 23rd, 2008, 10:44 pm 

Replies: 5
Views: 474


How can I create a script that will toggle if a window is hidden or shown. If I could find a way to detect if it is hidden or shown already, I could set up a simple if/then statement, but I can't figure out how to do that either.

 Forum: Support   Topic: WMP minimode

Posted: January 23rd, 2008, 10:33 pm 

Replies: 3
Views: 488


Just set whatever hotkey you are using to run WMP. The hotkey will run it when it isn't running at all and restore it when it is in minimode. You may also try to send a maximize message to WMP, but I have this hotkey set up on my computer and it works fine.

 Forum: Support   Topic: odd/even

 Post subject: How did this work?
Posted: July 22nd, 2007, 9:38 pm 

Replies: 4
Views: 824


Ok, I used this function and it worked quite well, but I couldn't figure it out. I know that mod is the remainder of the division set up, so it makes sense: if it is even, then the remainder should be zero and if it is odd, it will be something else. But when I set up this command to do something li...
Sort by:  
Page 1 of 2 [ Search found 24 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group