Jump to content

HotKeySet for Dell MediaDirect button?


Xichael
 Share

Recommended Posts

So after some time in this thread, I've learned that the MediaDirect button's HotKeySet would be Chr(255), but for some unknown reason it doesn't work... FF (255's hex value) on the on the other hand, does work with an _IsPressed. Here's an example:

#include <misc.au3>

While 1
    If _IsPressed("FF") Then
        YourFunc()
    EndIf
    Sleep(50)
WEnd

Func YourFunc()
    Run ("YourProgam.exe")
EndFunc
Edited by Xichael
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...