up vote 2 down vote favorite
1
share [g+] share [fb]

I'm trying to run AutoHotKey with Synergy to share keyboards and mouse on my work machine and gets an awesome custom shortcuts at the same time.

But I've expreienced problems as described in this thread on AutoHotKey forum .

So is there an alternative keyboard-mapper software like AutoHotKey that works with Synergy?

link|improve this question

80% accept rate
1  
It's not that AHK doesn't work with Synergy. You should know the problem they describe is not an issue with AutoHotKey, but an issue with Synergy. I've had that issue with Synergy running by itself. Alot of times I don't notice the "stuck" key until later. You can reproduce the issue be holding Ctrl, moving mouse to another computer, and releasing the key. The host computer never receives a "key up" message, and thus thinks the key is still held down. – AaronLS Aug 16 '09 at 23:19
1  
@aaronls Thanks for the info :-) ... If you had made that an answer post, I'd have voted it up... Anyway I'm running AutoIt now... their scripting language is so much more intuitive – chakrit Aug 17 '09 at 1:12
@aaronls ... I can't reproduce that... Hold Ctrl, move mouse to another machine, release Ctrl and then back... Ctrl is normal... with AutoIt .. – chakrit Aug 17 '09 at 1:18
feedback

2 Answers

up vote 3 down vote accepted

I haven't tried it with Synergy, but you could take a look at AutoIT Script. It performs the same basic purpose as AutoHotKey.

link|improve this answer
Didn't know about that app before. Thanks :-) – chakrit Aug 16 '09 at 22:11
feedback

The Synergy+ project is actively implementing new features. You could submit a feature request.

link|improve this answer
1  
Glad to see that you've forked this project! Keep up the great work. Hope you'll provide a proper fix for Synergy keyboard layout switching between Windows machines (see bug on sf.net with my hack for details). – CrazyCoder Aug 19 '09 at 2:42
Thanks! It's something we'll be working on once we've fixed the sticky keys problem. Take a look at this issue - code.google.com/p/synergy-plus/issues/detail?id=5 – nbolton Aug 19 '09 at 2:46
@Nick Bolton Cool I'll help you test it : - ) – chakrit Aug 19 '09 at 12:58
chakrit: Great! I'd be happy to help in any way I can. Have you created a bug report? This would be much appreciated... – nbolton Aug 20 '09 at 1:38
@Nick Boolton I've switched to AutoIt now... but I'll try to get a proper repro – chakrit Aug 20 '09 at 17:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.