AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AHK in Linux?
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
ef666eff
Guest





PostPosted: Sun Jul 10, 2005 11:39 pm    Post subject: AHK in Linux? Reply with quote

What is the equivalence to AHK in Linux?
Back to top
Guest






PostPosted: Mon Jul 11, 2005 9:48 am    Post subject: Reply with quote

bourne/bash or perl/python/php? no, not really... rexx? maybe...

But I don't think there is anything really comparible to AutoHotkey on *nix...
Back to top
Guest






PostPosted: Mon Jul 11, 2005 11:29 am    Post subject: Reply with quote

That is strange, I haven't found anything either... Are there any plans of converting AHK to Linux?
Back to top
catapult



Joined: 16 Feb 2005
Posts: 29

PostPosted: Tue Jul 12, 2005 2:47 am    Post subject: Reply with quote

Anonymous wrote:
That is strange, I haven't found anything either... Are there any plans of converting AHK to Linux?


I never used it, but I remember a web page that described how to pop up a cheat sheet in Linux. By pressing a certian key combination, a wndow popped up to show the chording keymap for the Twiddler. Seem to remember there were a couple of parts of getting it to work.

Try a google search with some terms like Linux, Twiddler, I think it may have used xmodmap, etc. Try the comp.sys.wearables newsgroup or the wear-hard maillist archive.
Back to top
View user's profile Send private message
schlemihl1277



Joined: 09 Jul 2005
Posts: 10

PostPosted: Wed Aug 31, 2005 2:47 pm    Post subject: Reply with quote

Hi Community,

Someone told me, this one might be a solution for Linux:

http://wiki.tcl.tk/android

Problem could be the inhomogeneity of the different Window Managers.

Best regards,

schlemihl1277
Back to top
View user's profile Send private message
timbuk2



Joined: 17 Aug 2005
Posts: 8

PostPosted: Wed Aug 31, 2005 3:22 pm    Post subject: Reply with quote

Depending on what you need it for, "Expect* is a pretty good automation tool for communications.

http://expect.nist.gov/

Some of the folks here have got it to do some desktop interactive stuff, but that's not it's primary purpose. But it's pretty flexible nonetheless. It may be what you need.

-tb2
_________________
-tb2
Back to top
View user's profile Send private message
schlemihl1277



Joined: 09 Jul 2005
Posts: 10

PostPosted: Wed Aug 31, 2005 10:11 pm    Post subject: Reply with quote

Hi Community,

The most important Linux-GUI-Scripting-Tool:
http://www.tcl.tk/

Here a Linux-Macro-Tool for recording and replaying keyboard and mouse events on an X server:
http://home.sch.bme.hu/~keresztg/xmacro/

Here is a tool to manage X-windows:
http://www.burtonini.com/blog/computers/devilspie

And here another one:
http://sweb.cz/tripie/utils/wmctrl/

Here is a program that allows you to launch shell commands with your keyboard or your mouse under X Window:
http://hocwp.free.fr/xbindkeys/xbindkeys.html

Here a FVWM related GUI Scripting Tool:
http://www.fvwm.org/documentation/manpages/stable/FvwmScript.php

trans-platform scripting language:
http://regina-rexx.sourceforge.net/

Perhaps this might be useful too:
http://killerbob.ca/howto/inetkeys.html

Best regards.

schlemihl1277
Back to top
View user's profile Send private message
14tonks



Joined: 08 Aug 2005
Posts: 13

PostPosted: Wed Jan 11, 2006 3:27 pm    Post subject: Reply with quote

Okay, I know absolutely nothing about coding, and very little yet about AHk, although I would sure like to have AHk on Linux.

Someone did just point me at this project over at SourceForce, which seems to be an implementation of the sort of low-level keyboard interception that would be necessary to make AHk or an AHk clone work universally in Linux of all flavors running all GUIs: http://sourceforge.net/projects/kbd-mangler

If anyone knows of anything close to AHk on Linux or of anyone who would be inclined to make a stab at a port, I would dearly love to know.
Back to top
View user's profile Send private message
corrupt



Joined: 29 Dec 2004
Posts: 2402

PostPosted: Thu Jan 12, 2006 7:54 am    Post subject: Reply with quote

I'm currently running AHK on Linux. Well... sort of... I'm running AHK in Win2k Pro, which is running in a VMware Player window on aLinux. Although I'm sure a Linux version could be done, I'm guessing that it would likely be a bit painful to port directly based on the amount of Windows dependant API calls used. It would be great to have AHK code work in Linux though... Smile .
Back to top
View user's profile Send private message Visit poster's website
AHKnow*
Guest





PostPosted: Tue Mar 14, 2006 4:44 am    Post subject: Reply with quote

Interestingly, it would appear that it would be better to start some type of AutoHotkey.NET project.

The reason why, is because there are a number of .NET projects to port the framework to the Linux and MAC OS. The .NET framework for Linux has come along way and is almost ready.
Back to top
erikcw



Joined: 18 Jan 2006
Posts: 15

PostPosted: Sun Sep 03, 2006 9:34 pm    Post subject: Reply with quote

schlemihl1277 wrote:
Hi Community,

The most important Linux-GUI-Scripting-Tool:
http://www.tcl.tk/

Here a Linux-Macro-Tool for recording and replaying keyboard and mouse events on an X server:
http://home.sch.bme.hu/~keresztg/xmacro/

Here is a tool to manage X-windows:
http://www.burtonini.com/blog/computers/devilspie

And here another one:
http://sweb.cz/tripie/utils/wmctrl/

Here is a program that allows you to launch shell commands with your keyboard or your mouse under X Window:
http://hocwp.free.fr/xbindkeys/xbindkeys.html

Here a FVWM related GUI Scripting Tool:
http://www.fvwm.org/documentation/manpages/stable/FvwmScript.php

trans-platform scripting language:
http://regina-rexx.sourceforge.net/

Perhaps this might be useful too:
http://killerbob.ca/howto/inetkeys.html

Best regards.

schlemihl1277


I've been using xbindkeys for my linux (Ubuntu Dapper) "hotkeys", and it's working great! Haven't been able to figure out how to create a "hot-string" in linux though. Do you know of any tools or resources that can perform host-string matching?

Thanks!
Back to top
View user's profile Send private message
wijnenjl



Joined: 17 Oct 2006
Posts: 1

PostPosted: Tue Oct 17, 2006 12:08 pm    Post subject: JW_Record_Playback released Reply with quote

To wrap a Wxwindows GUI around the Tcl/Tk component for Record Plyaback of macro's in Linux the JW_Record_Playback application was created.

Check the digg-url: http://digg.com/linux_unix/James_Wayne_had_an_idea_on_Record_Playback_Macro_s_in_Linux
_________________
James Wayne

http://sourceforge.net/projects/jwmodgen/
Back to top
View user's profile Send private message
guest123165451
Guest





PostPosted: Wed Jan 10, 2007 5:50 pm    Post subject: Reply with quote

AHK is so marvelous! It needs a Linux version...

We should work to make a version to Linux... It would be great! It would be fantastic!

I canīt stand that thereīs a super-interesting app for windows that do not have for linux...


What a dream... How stylish it would be using eclipse (or any editor) with two keyboars and vim functionalities!!! LOL
Back to top
sesas
Guest





PostPosted: Fri Feb 09, 2007 6:51 am    Post subject: it would be great... Reply with quote

guest123165451 wrote:
AHK is so marvelous! It needs a Linux version...

We should work to make a version to Linux... It would be great! It would be fantastic!

I canīt stand that thereīs a super-interesting app for windows that do not have for linux...


What a dream... How stylish it would be using eclipse (or any editor) with two keyboars and vim functionalities!!! LOL


yeah!
also it would be great if the shortcuts could be well organized with those of KDE...

anyway, in linux I really miss the hotstrings feature... ('btw' = 'by the way') that's what most interest me on linux, because KDE has already a shortcut manager...
Back to top
Genecks
Guest





PostPosted: Wed May 30, 2007 11:11 pm    Post subject: Reply with quote

I need this tool at the moment for Linux.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group