• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [To Developers of HB] Sending "modified" keystrokes to WoW?

    Discussion in 'Honorbuddy Support' started by strix, Dec 12, 2010.

    1. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      Is there some quick way to send Alt+Key into WoW window?
      Lets say for 0 key.

      Just 0 key would be:
      KeyboardManager.KeyUpDown('0');

      How to add Alt+0 into it?

      My friend developed that:
      Code:
      {
      KeyboardManager.SendMessage (0x0100, 0x30, 0x20); // (Press, 0, with Alt)
      KeyboardManager.SendMessage (0x0101, 0x30, 0x20); // (Release, 0, with Alt)
      }
      Will it work?
       

    Share This Page