AnyKey module parameter help Thread last updated on 2004-07-24 15:06:38

Posted by member 93388 on 2004-07-24 14:53:41

Hi, I'm trying to use the *ScanKey feature of AnyKey module and I am receiving an error saying that I have the parameters wrong.

--
Invalid - "30"

Error in definition:
*scankey .none 30 !Volume_up 0
--

I also tried *scankey .none 00000030 !Volume_up 0
I tried looking around for an example of how to use the *scankey but couldn't find one anywhere. An example wasn't in the documentation either.

As an alternative I tried the *appkey function with *AppKey .none A !Volume_Up 0. This one gave me no !recycle error but resulted in nothing happening when I pressed the key. Then I replaced A with APPCOMMAND_VOLUME_UP. It gave me !recycle errors.

Any advice on what the correct way to do this is? I read Teshadael's post and apparently his !recycle works with APPCOMMAND_VOLUME_UP??

Posted by member 93388 on 2004-07-24 14:57:37 link

I fixed the APPCOMMAND_VOLUME_UP thing but still nothing happens when I press any of my keys. I have V_bang module loaded by the way

Posted by member 93388 on 2004-07-24 15:06:38 link

Verified that !volume_up 0 and !volume_down 0 work