Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Send Command


  • Please log in to reply
1 reply to this topic
compuboy_r
  • Members
  • 68 posts
  • Last active: Oct 29 2005 03:17 PM
  • Joined: 04 May 2004
I was thinking that how can in send a scancode through AKH for the keys on my keyboard which are recognized by scan codes other from those listed in the key list

Send, {SC179}

I tried it but nothing happens, more over

DO TRY THIS SCRIPT BELOW :

Send, {SC 179}

compuboy_r

Chris
  • Administrators
  • 10727 posts
  • Last active:
  • Joined: 02 Mar 2004

I was thinking that how can in send a scancode through AKH for the keys on my keyboard which are recognized by scan codes other from those listed in the key list

Can you give an example of a key you would want to send and what it does? In order to send a key, a program must know both the virtual key and the scan code. That's why sending a scan code by itself (with a zero for virtual key) usually causes nothing to happen.

There's an item on the list to support this syntax, since I do not think there is any reliable way to map a non-standard scan code to a virtual key: Send, {vkFFsc179}


DO TRY THIS SCRIPT BELOW:

Thanks, I fixed that.