Switch to the dark side!
General Discussion

General Discussion

Latest Discussion
1 month ago
2 months ago
4 months ago
More...

Post a new topic



Multimedia keys with LS

Avatar-50x50
demt says:

Hey,

I've asked this question at the litestep.net forum but I didn't get any help so I'm trying my luck here instead.

How do I get the keyboard multimedia keys to work with LS? I've tried both jKey and AnyKey but I can't get it to work. I get this error messages when I try to use either of them. Can't remember exactly what the messages say, since I'm not using LS right now, but it has something to do with the button keycode in the vk104.txt... I think.

Anyone who might know what's wrong?

03:53 pm, Wednesday, December 14, 2005 (3 years ago)
Avatar-50x50
aadiliscool says:

I get the same problem, and I have no idea how to fix it. This is why I don't like to use LS, even though it looks so good.

05:48 pm (3 years ago)
Avatar-50x50
winslade says:

Yeah I got the same problem too. I just had to learn to live without them. =(

02:12 am (3 years ago)
Avatar-50x50
Mister says:

Use scankey to get your keycode, then follow these steps (This was posted by that horrible xcal person at Litestep.net.)

Here's an example for my MS Multimedia keyboard's volume up key.

1. Open your vk104.txt file in your \Litestep\personal\jkey folder.

2. On its own line, add:

WOOT , VkCode

For example, my volume up's vkcode is 000000AF. Of course, you want the name (WOOT above) to be something sensible, so I use VolumeUp. So this is what it looks like for me:

VolumeUp , 000000AF

(Or AF for short works, too.)

3. Make a hotkey for it.

*Hotkey .none VolumeUp !BangCommand

Note: *hotkey is used instead of *jkey when jKeyUseHotkeyDef is defined (which it is by default).

That's it. When I use the volume up key on my keyboard, it uses the 000000AF code, which points to VolumeUp. So whatever !BangCommand you have defined is fired.

02:41 am (3 years ago)
Avatar-50x50
Mister says:

Oops, forgot to use escapes for \\Litestep\\personal\\jkey

02:45 am (3 years ago)
Avatar-50x50
Illegalx17 says:

what's scankey and where can you get it?

01:15 pm (3 years ago)
Avatar-50x50
Mister says:

Scankey is for getting the hex code of your keyboard keys, which you use in the vk104.txt

http://desktopian.org/addons/scankey.zip

03:02 pm (3 years ago)
Avatar-50x50
mojomonkee says:

Also:

http://www.shellfront.org/utils/scankey.zip

(check the utils root folder for some other neat apps for this sort of thing... like winspy).

Nice post Mister. Very informative and you said it more clearly than I could have I'm sure.

05:26 pm (3 years ago)
Avatar-50x50
mojomonkee says:

Correction, nice post xcal. He's actually a pretty smart guy and fairly helpful too.

Too bad he's so evil.

05:27 pm (3 years ago)
 
   Arrow_up_small Top

Reply to this topic

You must register and become a member to post a reply.