Posted by member 1949 on 2005-12-28 09:45:27 link

I will try and explain in detail for the lemmings...
This example is for my logitech dinovo keyboard

In the litestep personal folder you have a jkey folder
inside is your vk104.txt file
I modified mine like this.
Note these are just added and not replacing the others

Internet , AC
Email , B4
Search , AA

VolUp , AF
VolMute , AD
VolDown , AE

Media , B5
PlayPause , B3
Next , B0
Previous , B1
Stop , B2


I use scankey to get the codes and just use the last two letters and numbers in the example above...

Next we add the triggers to these button actions using
hotkeys in the litestep\personal\hotkey.rc file

So it would look like this when finished.
Note these are just added and not replacing the other hotkeys as well.

*Hotkey .none Internet "$Browser$"
*Hotkey .none Email "$Email$"
*Hotkey .none Search "C:\LiteStep\utilities\Find.exe"

*Hotkey .none Volup !SliderVolumeup
*Hotkey .none VolMute !Mute_Toggle
*Hotkey .none VolDown !SliderVolumeDown

*Hotkey .none Media !Amp_LoadDir
*Hotkey .none PlayPause !Amp_PlayPause
*Hotkey .none Next !Amp_Next
*Hotkey .none Previous !Amp_Prev
*Hotkey .none Stop !Amp_Stop


Please note that this setup is for my obsidian theme because it uses some scripts explicit to that theme on my hotkey binds.

So modify the bang commands to suit your setup.
I hope this helps others out also... enjoy!