| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Aug 03, 2007 9:42 pm Post subject: .Net Framework won't run on Linux |
|
|
| 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
|
|
| Back to top |
|
 |
Dutchguy69 Guest
|
Posted: Tue Sep 04, 2007 12:04 am Post subject: auto replace functionality |
|
|
| 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
|
Posted: Sat Sep 29, 2007 9:52 pm Post subject: |
|
|
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 |
|
 |
Adde
Joined: 04 Jun 2006 Posts: 186 Location: Sweden
|
Posted: Sun Oct 07, 2007 6:46 pm Post subject: |
|
|
Well im running Ubuntu Gusty Gibbon (7.10)
and most of my scripts work and that answers any questions about my signature
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
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 |
|
 |
Veovis
Joined: 13 Feb 2006 Posts: 390 Location: Utah
|
Posted: Sun Oct 07, 2007 8:27 pm Post subject: |
|
|
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 |
|
 |
Adde
Joined: 04 Jun 2006 Posts: 186 Location: Sweden
|
Posted: Wed Oct 10, 2007 9:59 pm Post subject: |
|
|
Always glad to help or give people ideas
EDIT:
Please comment it on the script page  _________________ IRC Mibbit |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Wed Oct 10, 2007 10:22 pm Post subject: Re: .Net Framework won't run on Linux |
|
|
| 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 |
|
 |
Adde
Joined: 04 Jun 2006 Posts: 186 Location: Sweden
|
Posted: Fri Oct 26, 2007 3:54 pm Post subject: |
|
|
| 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
Lets make one  _________________ IRC Mibbit |
|
| Back to top |
|
 |
silkcom Guest
|
Posted: Mon Oct 29, 2007 11:00 pm Post subject: Porting to linux |
|
|
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
|
Posted: Sat Nov 10, 2007 8:59 pm Post subject: |
|
|
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 |
|
 |
tinkumd Guest
|
Posted: Wed Nov 21, 2007 3:48 am Post subject: linux |
|
|
| perl x11::guitest |
|
| Back to top |
|
 |
bdwelle
Joined: 27 Nov 2007 Posts: 1
|
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Tue Nov 27, 2007 8:22 am Post subject: |
|
|
| What about to contact Vit Hrachovy, the guy who has recommended/tested it !? |
|
| Back to top |
|
 |
ahk in linux Guest
|
Posted: Sun Dec 16, 2007 5:54 pm Post subject: ahk in linux |
|
|
| Is there any tool in linux that can expand abbr. |
|
| Back to top |
|
 |
|