kyvaith wrote:
My first Post subject: Apple Wireless Keyboard and Vista 64 - Fn and ejc key
Ah, my bad!

kyvaith wrote:
But I think you didn't read what I wrote:
kyvaith wrote:
(..)script crashing down on fn key registering, like I've wrote at the begining
This script/application is just to find the right settings for your keyboard. It might crash, but that probably has something to do with how it was written, and the fact that it's not optimized for Windows Vista.
You don't need this script per se to find the settings. You can also edit them manually in the config file as described in step 2, to see if it's working. Since you're using the Apple Wireless Keyboard, you already know the correct values, so you don't have to worry about the crashes of this program.
kyvaith wrote:
I think that correct settings are in RemoteControl.ahk if it responding by dialog box with numbers.
Correct. If you open the .ahk file in an editor, you see they also use the values Usage=1 and UsagePage=12 by default.
kyvaith wrote:
So could you tell me how can I modified this file to
Quote:
(..)remap fn key to control button and ejc key to delete button.
in place of this bialog box?
Because you're using the exact same keyboard that I'm typing on right now, my scripts should be working for you as well.
I uploaded the configuration files I use at this moment:
AppleWirelessKeyboard.zip
Unzip these files to a folder, and double click "Apple Wireless Keyboard.ahk". Then, check to see if Fn+Backspace=Delete, Fn+F10=Mute/Unmute, etc.
I'm pretty sure this will work. Open the configuration to see which hotkeys I included. Check the AutoHotKey manual for information about how you create hotkeys, and how functions work. This way you can alter the configuration so that it works the way you'd like it to.