| Author |
Message |
Topic: Detect different computer with Synergy and AHK |
Veil
Replies: 3
Views: 271
|
Forum: Ask for Help Posted: Thu Dec 16, 2010 2:16 pm Subject: Detect different computer with Synergy and AHK |
Hi Leef_me,
Thanks for the script! I noticed that the cursor on the PC is set to the middle of the screen when I move the mouse to the Mac. Since it's very unlikely that I go to that exact position ... |
Topic: Detect different computer with Synergy and AHK |
Veil
Replies: 3
Views: 271
|
Forum: Ask for Help Posted: Thu Dec 16, 2010 1:30 am Subject: Detect different computer with Synergy and AHK |
Hey all,
Setup
1 PC + Apple Keyboard
1 MacBook
I wrote an AHK script for Windows to switch some keys around so the shortcuts work the same as on my Mac (cmd+c instead of ctrl+c, etc). This wor ... |
Topic: Remapping the Fn key - a solution |
Veil
Replies: 22
Views: 18591
|
Forum: Scripts & Functions Posted: Wed Jun 04, 2008 1: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: 731
|
Forum: Ask for Help Posted: Wed Apr 09, 2008 2: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Wed Apr 09, 2008 2: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 4: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 3: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 3: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 2: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: 150
Views: 96026
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 2: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: 22
Views: 18591
|
Forum: Scripts & Functions Posted: Sun Apr 06, 2008 3: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: 399
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 9:23 pm Subject: Find HWND Of GUI |
Try this:
HWND := WinExist("NameOfWindow") |
Topic: Special characters, OSX style |
Veil
Replies: 3
Views: 3534
|
Forum: Scripts & Functions Posted: Fri Apr 04, 2008 8: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: 643
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 2: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: 643
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 12: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 ... |
| |