Jump to content

Help With Hotkeys


blub
 Share

Recommended Posts

hi,

i am trying to get a script running but it doesnt work -.-

i want to press hotkey "A" and an action starts like pressing 2 times "A" and "space" in an active window.

if u got a bit knowledge it would be nice if u help me

THX

Link to comment
Share on other sites

hi,

i am trying to get a script running but it doesnt work -.-

i want to press hotkey "A" and an action starts like pressing 2 times "A" and "space" in an active window.

if u got a bit knowledge it would be nice if u help me

THX

Lookup HotKeySet and send in the help files, they will explain all you need to know.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

HotKeySet("SOME_BUTTON", "ACTION")

...other code....

Func ACTION()
        ....action code....
EndFunc

this will execute the action function when SOME_BUTTON is pressed.....also a good example in the help files

_____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...