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 Previous  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
Guest






PostPosted: Fri Aug 03, 2007 9:42 pm    Post subject: .Net Framework won't run on Linux Reply with quote

The .NET framework is patented, and is not licensed for use on Linux. That is one of the prevalent evils of .NET ever since its inception.
Back to top
segalion
Guest





PostPosted: Mon Sep 03, 2007 10:19 am    Post subject: Two promising linux automating tools Reply with quote

There are two aproximations in linux:

ldpt. Firts of all, oriented to auomated testing tool, but now to real scripting...
http://ldtp.freedesktop.org/wiki/Home
It has similar functions to autohotkey i.e. http://ldtp.freedesktop.org/user-doc/window.html


dogtail. More recent but maybe more opened (phyton modulable)
http://people.redhat.com/zcerza/dogtail/index.html

All of then tends to use phyton as natural language scripting.
Back to top
Dutchguy69
Guest





PostPosted: Tue Sep 04, 2007 12:04 am    Post subject: auto replace functionality Reply with quote

I'm really interested in the hotkey functionality of AHK on linux. I'm using it on windows and now I'm switching to linux and really miss that functionality. So far the only utility I have found is kbd-mangler but then I need to recompile my kernel and I don't really want to do that. Has anyone else seen similar kind of utilities than can replace certain input from the keyboard by something different.
Back to top
Veovis



Joined: 13 Feb 2006
Posts: 390
Location: Utah

PostPosted: Sat Sep 29, 2007 9:52 pm    Post subject: Reply with quote

Actually, most of you probably didn't notice, but i disappeared from the forums many months ago. The reason for my disappearance was because I made the switch to Linux (Ubuntu feisty) and haven't touched windows since (other than games of course). I have noticed that some of the gui functionality of AHK works under wine, but hotkeys (and even the sleep command) complain of unimplemented features of wine. It would be possible to implement those features into wine, but that seems to much like a workaround to me. A better option would perhaps be to maybe carry the gui over on wine (maybe converting it to boost or something in the future) but the hotkeys would have to be built for linux.
_________________

"Power can be given overnight, but responsibility must be taught. Long years go into its making."
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Adde



Joined: 04 Jun 2006
Posts: 186
Location: Sweden

PostPosted: Sun Oct 07, 2007 6:46 pm    Post subject: Reply with quote

Well im running Ubuntu Gusty Gibbon (7.10)
and most of my scripts work Smile and that answers any questions about my signature Cool
but i havent tested every single command in AHK so i dont know if all of it works but it works for me ^^ (as it says above not hotkeys :/)
but this script was made in Linux Smile
Menu Maker
EDIT: Sleep function works for me :DDDDD
_________________
IRC Mibbit


Last edited by Adde on Mon Aug 04, 2008 2:43 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Veovis



Joined: 13 Feb 2006
Posts: 390
Location: Utah

PostPosted: Sun Oct 07, 2007 8:27 pm    Post subject: Reply with quote

I don't know what i did wrong last time but sleep works for me now. I think that i will do a (mostly) comprehensive study to see what works and what doesn't.

I actually just upgraded to Ubuntu/Kubuntu Gutsy (currently in KDE) a couple days ago.

Interesting script. It gives an idea for an IDE like program. Have a list of labels and hotkeys on the left side and when you select them you see the code that they contain. And then if you integrated that with SmartGui Creator and a built in AHK help, you get an AHK IDE.
_________________

"Power can be given overnight, but responsibility must be taught. Long years go into its making."
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Adde



Joined: 04 Jun 2006
Posts: 186
Location: Sweden

PostPosted: Wed Oct 10, 2007 9:59 pm    Post subject: Reply with quote

Always glad to help Very Happy or give people ideas Smile
EDIT:
Please comment it on the script page Razz Laughing
_________________
IRC Mibbit
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5107
Location: eth0 ::1

PostPosted: Wed Oct 10, 2007 10:22 pm    Post subject: Re: .Net Framework won't run on Linux Reply with quote

Anonymous wrote:
The .NET framework is patented, and is not licensed for use on Linux. That is one of the prevalent evils of .NET ever since its inception.
Don't you have Mono?
_________________

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
Adde



Joined: 04 Jun 2006
Posts: 186
Location: Sweden

PostPosted: Fri Oct 26, 2007 3:54 pm    Post subject: Reply with quote

Veovis wrote:

Interesting script. It gives an idea for an IDE like program. Have a list of labels and hotkeys on the left side and when you select them you see the code that they contain. And then if you integrated that with SmartGui Creator and a built in AHK help, you get an AHK IDE.

Well why dont we make one Very Happy
Lets make one Shocked
_________________
IRC Mibbit
Back to top
View user's profile Send private message Send e-mail Visit poster's website
silkcom
Guest





PostPosted: Mon Oct 29, 2007 11:00 pm    Post subject: Porting to linux Reply with quote

I agree. If we can get some people who know what they are doing, let's port this thing to linux. Ya, it will take work, but it took work to write autohotkey in the first place. The ability to use scripts from Autohotkey is the important part.

I'm willing to help if we find people who know what they are doing in linux.
Back to top
David Andersson



Joined: 10 Nov 2007
Posts: 8
Location: Sweden

PostPosted: Sat Nov 10, 2007 8:59 pm    Post subject: Reply with quote

I'm with ahk_fan and Tarch on this.

Linux, and unix in general, does not need all the things AHK does. AHK does two relatively different things: a) GUI: intercept/generate key/mouse events and navigate windows/menues/buttons, and b) sysadm (in lack of a better word): read/write/rename files and directories, convert file formats and interact with web sites.

In *nix, the sysadm part is already soo very well provided for. Python, bash, perl, etc, very powerful and very general. In the "Ask for help" section I see AHK scripts suggested to solve problems involving moving files around, parsing some text and getting a page from the internet. I want to scream, No, install Cygwin and use 'wget' and 'awk' instead. Can I post that as an alternative solution? No, not in an AHK specific forum. That would not be polite.

I can understand, to a degree, that one wants to continue programming in a scripting language one is familiar with. But I'll argue, for scripting and automation, the existing tools in *nix are well worth learning.

Regarding the other part that AHK is good at: hotkeys etc, I am not aware of a counterpart in *nix, that can do all the same things. You can remap keys in xkeymap and define hotkeys in the popular desktops, but only for single keys and simple key combinations. (As far as I know)
Back to top
View user's profile Send private message
tinkumd
Guest





PostPosted: Wed Nov 21, 2007 3:48 am    Post subject: linux Reply with quote

perl x11::guitest
Back to top
bdwelle



Joined: 27 Nov 2007
Posts: 1

PostPosted: Tue Nov 27, 2007 1:50 am    Post subject: Installing AHK in Wine Reply with quote

I am running Ubuntu Gutsy Gibbon and when I download the AutoHotKey installer (linked from http://appdb.winehq.org/objectManager.php?sClass=version&iId=8043 --> http://www.autohotkey.com/download/AutoHotkeyInstall.exe) and run it with WINE, the installer gets about 3/4 of the way through and then crashes the OS and returns me to the OS login screen.

Since AHK is listed as Platinum I was expecting to be able to install it fairly easily... Can anyone help me out?

thx
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Tue Nov 27, 2007 8:22 am    Post subject: Reply with quote

What about to contact Vit Hrachovy, the guy who has recommended/tested it !?
Back to top
ahk in linux
Guest





PostPosted: Sun Dec 16, 2007 5:54 pm    Post subject: ahk in linux Reply with quote

Is there any tool in linux that can expand abbr.
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 Previous  1, 2, 3, 4, 5  Next
Page 3 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