AutoHotkey Community

It is currently May 26th, 2012, 7:08 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 86 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: AHK in Linux?
PostPosted: July 10th, 2005, 11:39 pm 
What is the equivalence to AHK in Linux?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 11th, 2005, 9:48 am 
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...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 11th, 2005, 11:29 am 
That is strange, I haven't found anything either... Are there any plans of converting AHK to Linux?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 12th, 2005, 2:47 am 
Offline

Joined: February 16th, 2005, 4:05 am
Posts: 29
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 31st, 2005, 2:47 pm 
Offline

Joined: July 9th, 2005, 8:53 pm
Posts: 10
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 31st, 2005, 3:22 pm 
Offline

Joined: August 17th, 2005, 11:10 pm
Posts: 8
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 31st, 2005, 10:11 pm 
Offline

Joined: July 9th, 2005, 8:53 pm
Posts: 10
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 11th, 2006, 3:27 pm 
Offline

Joined: August 8th, 2005, 3:44 am
Posts: 13
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 12th, 2006, 7:54 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2542
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... :) .


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 14th, 2006, 4:44 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 3rd, 2006, 9:34 pm 
Offline

Joined: January 18th, 2006, 2:46 am
Posts: 15
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!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 17th, 2006, 12:08 pm 
Offline

Joined: October 17th, 2006, 9:48 am
Posts: 1
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_ ... s_in_Linux

_________________
James Wayne

http://sourceforge.net/projects/jwmodgen/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 10th, 2007, 5:50 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject: it would be great...
PostPosted: February 9th, 2007, 6:51 am 
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...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2007, 11:11 pm 
I need this tool at the moment for Linux.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 86 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: ram09 and 14 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group