AutoHotkey Community

It is currently May 24th, 2012, 7:50 am

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 3:16 am 

Replies: 10
Views: 410


Just got that about 5 seconds before I read your post! I guess RTFM can help :) Now my complete script is the following, at what it does for my Firefox config is - - disables Adblock Plus (ctrl+alt+shift+<) - disables Stylish Styles (ctrl+alt+shift+>) - refreshes the page (unfortunately I have to re...

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 2:56 am 

Replies: 10
Views: 410


Thanks entropic, a lot for your help - you pushed me in the right direction. I will use the Sleep if I note it can't keep up - which it may, but has not yet. I'm having a difficult timing trying to use F5 (refresh). Essentially, I want the 2 aforementioned keys to work and then the browser page to b...

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 1:54 am 

Replies: 10
Views: 410


How about this, is there something fundamentally (or "not advised") about this method:

Code:

!^+a::
   A()
   B()
Return

A()
{
  SendInput !^+<
}

B()
{
   SendInput !^+>
}


It appears to do what I want....

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 1:51 am 

Replies: 10
Views: 410


There must be something integral here that I'm not understanding, why must i have a message box in my script?

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 1:41 am 

Replies: 10
Views: 410


One after the other, I'm not sure what you mean by 'some code would help'. This is why I need it: I use Firefox as my browser and with Adblock Plus (hides ads/regions I specify) + Stylish (a Firefox extension for user stylesheets), so this means that some websites look completely different when I vi...

 Forum: Support   Topic: Hotkey to Execute to other Hotkeys

Posted: March 5th, 2010, 1:24 am 

Replies: 10
Views: 410


I have a shortcut key (ctrl-alt-shift+<) that performs an action I have another shortcut key (ctrl-alt-shift+>) that performs another action. I want these actions to be performed at the same time, so I want both shortcuts to be executed when I press ctrl-alt-shift+a, so I want something like: ^+!A::...

 Forum: Support   Topic: VA_SetMute toggle not just true | false ?

Posted: August 26th, 2008, 5:42 am 

Replies: 2
Views: 666


thanks a lot, it works a treat! I actually had to install AutoHotKey for my Vista 64x machine as the 3rd and 4th buttons on my Kensington Ci20 mouse was not supported!

I'll post any VA queries in that thread from now on.

 Forum: Support   Topic: VA_SetMute toggle not just true | false ?

Posted: August 22nd, 2008, 6:51 am 

Replies: 2
Views: 666


I am a Vista user and I've successfully configured my system (using Lexikos's marvellous documentation!) but now I would love a parameter to toggle the mute rather than setting a separate key for true and another for false. Is this possible? As far as AutoHotKey I'm about 40 minutes old, but my mind...
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group