Posted by member 50129 on 2004-08-01 17:34:34 link

Kinda getting there, just struggling a little bit.. keep getting an error invalid parameter:.none - Error in definition *Hotkey .none VOL_DOWN !Volume_down 0

using the following:
LoadModule "$ModDir$jkey.dll"
*NetLoadModule v-bang_lite


and then the code you used:
jKeyVKTable "vk104.txt"
jKeyUseHotkeyDef true

*Hotkey .none VOL_UP !Volume_Up 0
*Hotkey .none VOL_DOWN !Volume_down 0
*Hotkey .none VOL_MUTE !mute 0


and within the vk104.txt located within the modules directory:
VOL_UP , AF
VOL_DOWN , AE
VOL_MUTE , AD


I think if I fix the definition I should be sailing, however I can't find out how to define no shortcut as the documentation is pretty thin...