Jump to content

Trying to figure out what key codes my laptop IR remote is sending


Recommended Posts

I have the HP Pavillion...it comes with a IR remote with all the standard stuff (play/pause, next, previous,stop).

There are also step forward and step back buttons (among others). I'd like to capture these additional buttons to assign them to functions in my programs but don't know what to set the hotkey() to.

Anyone have a built app that will display what keycodes are being presented?

My simple kb-monitor isn't showing these codes:

#include <misc.au3>
While 1
    Sleep(10)
    For $i = 0 To 255
        If _IsPressed($i) Then
            Traytip("Keyboard Monitor",$i,5,16)
        EndIf
    Next
WEnd

This totally sounds like a key-logging question...but it ain't :)

TIA

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

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...