| Author |
Message |
Topic: Remapping the Fn key - a solution |
Veil
Replies: 7
Views: 1285
|
Forum: Scripts & Functions Posted: Wed Jun 04, 2008 2:48 pm Subject: Remapping the Fn key - a solution |
| Site is back up! |
Topic: [SOLVED-partly]Keep Screen Off Unless A Specific Key Pressed |
Veil
Replies: 8
Views: 393
|
Forum: Ask for Help Posted: Wed Apr 09, 2008 3:29 am Subject: [SOLVED-partly]Keep Screen Off Unless A Specific Key Pressed |
| Please post your script, seems interesting. |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Wed Apr 09, 2008 3:21 am Subject: DLLCall: Support for Human Interface devices |
Just build on what's already there.
I tried to find answer in script that you submitted three posts ago for me and... It works there with fn+backspace - it's deleting by holding combination of key ... |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 5:09 pm Subject: DLLCall: Support for Human Interface devices |
Ok it works
Good news! This is with the Apple Wireless Keyboard.ahk right?
Now, what could I do to remap fn to control and ejc to del? I need only this function - no winamp controls, no real ... |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4:32 pm Subject: DLLCall: Support for Human Interface devices |
Nope... it doesn't work
I have error popup saying that there is no mfc71.dll library..
What script are you running exactly when you get this popup?
I don't really know how this DLL file is conn ... |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4:18 pm Subject: DLLCall: Support for Human Interface devices |
My first Post subject: Apple Wireless Keyboard and Vista 64 - Fn and ejc keyAh, my bad!
But I think you didn't read what I wrote:
(..)script crashing down on fn key registering, like I've wrote ... |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 3:39 pm Subject: Re: Apple Wireless Keyboard and Vista 64 - Fn and ejc key |
Yes, I seen it, but It doesn't work - script crashing down on fn key registering, like I've wrote at the begining...
What OS are you using? I know it works in Windows XP, maybe it's acting different ... |
Topic: DLLCall: Support for Human Interface devices |
Veil
Replies: 97
Views: 25784
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 3:04 pm Subject: Re: Apple Wireless Keyboard and Vista 64 - Fn and ejc key |
I wanna to remap fn key to control button and ejc key to delete button. Anybody can help me with it?
Hi,
I wrote a full guide about exactly this a few days ago. You can find it at:
[url= ... |
Topic: Remapping the Fn key - a solution |
Veil
Replies: 7
Views: 1285
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4:23 am Subject: Remapping the Fn key - a solution |
Howdy!
I've been at this for a while, and until now without success. It seemed impossible to map the fn key if it wasn't recognized by your computer since it doesn't send out a scan code you can us ... |
Topic: Find HWND Of GUI |
Veil
Replies: 1
Views: 91
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 10:23 pm Subject: Find HWND Of GUI |
Try this:
HWND := WinExist("NameOfWindow") |
Topic: Special characters, OSX style |
Veil
Replies: 1
Views: 797
|
Forum: Scripts & Functions Posted: Fri Apr 04, 2008 9:23 pm Subject: Special characters, OSX style |
Howdy!
A script for Mac users working in Windows, who are used to the way you create special characters in OSX. Here's something that works the same way. I only included ASCII 0-255, for the rest I ... |
Topic: Stuck with accents hotkeys, how to fix this? |
Veil
Replies: 3
Views: 118
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 3:03 pm Subject: Stuck with accents hotkeys, how to fix this? |
Works great, thank you!
I still didn't really get how the * works, but I think I've got it now. |
Topic: Stuck with accents hotkeys, how to fix this? |
Veil
Replies: 3
Views: 118
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 1:54 pm Subject: Stuck with accents hotkeys, how to fix this? |
I'm trying to recreate the OSX method for adding diacritical marks. You can press e.g. Alt+e for acute ´ and Alt+u for umlaut. On the next character you press, the accent will be added. Like:
Firs ... |
Topic: shift+left win, I cannot make it work? |
Veil
Replies: 15
Views: 312
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 12:19 pm Subject: shift+left win, I cannot make it work? |
What if you use GetKeyState for the 3rd key?
LControl & LWin::
If (GetKeyState("t","p") = D) {
SendInput +!^{F11}
}
R ... |
Topic: Remap LWin+F to Ctrl+F, how? |
Veil
Replies: 2
Views: 97
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 3:10 am Subject: Remap LWin+F to Ctrl+F, how? |
I love you! <3
Thanks  |
| |