Posted by member 61084 on 2003-09-08 15:38:14 link

"Scan Key" doesn't recognize my laptop's "Fn" ( function key )
My system specs are...

Dell Inspiron 4150
P4-m 1.7
256 MB Ram
Win XP Home

Anyone have any other suggestions?...

Actually... it works when I push Fn + Page Up/Down... the scan codes respectively are.

000000AF = Fn + Page Up ( Volume UP )
000000AE = Fn + Page Down ( Volume Down )
000000AD = Fn + End ( Toggle Mute )

However, these combinations do not show up under the scan...

Fn + Left Arrow/Right Arrow ( Up/Down Brightness )
Fn + Up Arrow/Down Arrow ( Up/Down Contrast )

Ok so now as I understand it, from the 'jkey.dll' readme which is included all I have to do is comment out the

;LoadModule "$LitestepDir$hotkey.dll"

in my step.rc config file and add

LoadModule "$LitestepDir$jaykey.dll"

FROM THE jkey README...

-NOTE: If you are migrating from LiteSteps hotkey
-module, and do not want to have to update all of
-your "*Hotkey" lines, make sure to set the command
-"jKeyUseHotkeyDef" in your configuration file. If
-you don't, you have to change all instances of
-"*Hotkey" to "*jKey" in your configuration file.

Which configuration file is it reffering to?