| View previous topic :: View next topic |
| Author |
Message |
Zaelia
Joined: 31 Oct 2008 Posts: 604 Location: France
|
Posted: Sat Sep 04, 2010 9:08 am Post subject: |
|
|
About http://www.autohotkey.com/forum/viewtopic.php?t=62107
I found a lot of problem, it's the mess
"Order" problem: | Code: | z & space:: msgbox %a_thishotkey%
; IronAHK: only "space" and after "z"
; AHK: only "z" and after "space" |
"Hotkey" problem: | Code: | space & z:: msgbox %a_thishotkey%
; just a "z" launch this hotkey (IronAHK) |
"Continuation" problem: | Code: | a:: gosub label
b:: gosub label
c:: gosub label
label:
msgbox We need gosub Else only the last hotkey works
return
|
other:
I try, but I can't work with GetKeyState
NB:
becarefull with String feature , we need to use substr(), instr(), and other ( documentation )
possible feature: | Code: | space Down:: msgbox doesn't work
space :: msgbox space bar is DOWN
space Up:: msgbox space bar is UP |
|
|
| Back to top |
|
 |
nowhereman Guest
|
Posted: Sat Sep 04, 2010 11:54 am Post subject: |
|
|
| polyethene wrote: |
| nowhereman wrote: | I'm still having problems with sending keys to GTK applications in Windows.
hotstrings doesn't seem to work, the just delete the old characters: |
From what I remember AutoHotkey uses PostMessage and keybd_event, IronAHK only uses SendInput with no delays between key presses. I don't know if this is the reason replacements aren't working correctly on Gtk windows (on Windows) but I will check. |
autohotkey never worked with Gtk on Win32 either, I was hoping for a fix in the core of IronAHK; there is a thread on this forum about Autohotkey and Gtk
thanks a lot! |
|
| Back to top |
|
 |
nowhereman Guest
|
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7299 Location: Australia
|
Posted: Sat Sep 04, 2010 11:23 pm Post subject: |
|
|
FYI,
| Quote: | SendInput [...] became the default in v1.0.43+ because of its superior speed and reliability. [...] When SendInput is unavailable, hotstrings automatically use SendPlay instead.
Source: Hotstrings and Auto-replace: #SendMode |
| Quote: | | SI (SendInput): Key-delay is ignored because a delay is not possible in this mode. |
|
|
| Back to top |
|
 |
designatevoid
Joined: 10 Aug 2010 Posts: 5
|
Posted: Tue Sep 07, 2010 1:35 am Post subject: |
|
|
Hello,
I wasn't able to get a quick hotkey test to work properly. With the Example.ahk of "~#h::Send a" executed with "./IronAHK.exe Example.ahk" there are two issues: the ~ does not work (the h is sent) and the Send a does not work after going to a 2nd window, and then going back to the command prompt.
I'm running Ubuntu 10.04 with IronAHK 0.5.7.41415 (nightly build on 9/9/2010).
Am I doing something wrong, should I file a defect or is this a known issue?
Thank you, I'm really looking forward to using this on Ubuntu,
Michael G.
Last edited by designatevoid on Thu Sep 09, 2010 5:22 pm; edited 1 time in total |
|
| Back to top |
|
 |
Khine
Joined: 17 Feb 2010 Posts: 58
|
Posted: Tue Sep 07, 2010 9:48 pm Post subject: |
|
|
is there any documentation on installing this on mac?
Thanks |
|
| Back to top |
|
 |
Vi00 Guest
|
Posted: Mon Sep 20, 2010 10:05 am Post subject: |
|
|
Just use the "portable" one and try it out
 |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Sep 24, 2010 2:19 pm Post subject: Re: IronAHK (alpha): cross platform .NET rewrite of AutoHotk |
|
|
Questions...
- Are all nightly builds going to be called 0.5.7.<build-num> until 0.7 is released?
- Do you plan on updating any status/doc pages to tell us what should work in a Nightly? I'd like to test, but I don't even know what to expect to work.
- Most of the doc pages lead to a blank page (or 404/whatever), will you post status somewhere when you actually write those pages? So I can know which ones exist without clicking every link to find out.
|
|
| Back to top |
|
 |
Lucid_Method
Joined: 19 Apr 2010 Posts: 145 Location: Mobile, AL
|
Posted: Wed Oct 06, 2010 5:15 am Post subject: |
|
|
I really like the sound of this project - I look forward to seeing it become as easy / stable as AHK
I was just wondering if anyone has tried getting AHK to work on the iphone? If so what kind of things are you able to do? |
|
| Back to top |
|
 |
IsNull
Joined: 10 May 2007 Posts: 593 Location: .switzerland
|
|
| Back to top |
|
 |
TLM
Joined: 21 Aug 2006 Posts: 2926 Location: The Shell
|
Posted: Wed Oct 06, 2010 9:27 am Post subject: |
|
|
| IsNull wrote: | http://arstechnica.com/open-source/news/2009/01/open-source-mono-framework-brings-c-to-iphone-and-wii.ars
Further, if you jailbreak the IPhone you get a BSD subsystem and withit APT comes on your IPhone - and it may be possible to install mono directly.
But I've seriously no idea if it works. | Next time plz warn us to put on the depends 1st  _________________
paradigm.shift:=(•_•)┌П┐RTFM||^.*∞ |
|
| Back to top |
|
 |
NewIron Guest
|
Posted: Thu Oct 07, 2010 9:17 am Post subject: |
|
|
| When is the new version coming out? Seems like the development of this program has stalled. |
|
| Back to top |
|
 |
IsNull
Joined: 10 May 2007 Posts: 593 Location: .switzerland
|
Posted: Thu Oct 07, 2010 1:50 pm Post subject: |
|
|
| NewIron wrote: | | When is the new version coming out? Seems like the development of this program has stalled. |
As you can see, Development goes on
Indeed, there were some unexpected problems which moved out the release termin. Also, the full abstraction of the Window Manager costs a lot of time and wasn't planed, but poly may answer this better.
@TLM: What do you mean exactly? _________________ http://securityvision.ch
AHK 2D GAME ENGINE |
|
| Back to top |
|
 |
TLM
Joined: 21 Aug 2006 Posts: 2926 Location: The Shell
|
|
| Back to top |
|
 |
IsNull
Joined: 10 May 2007 Posts: 593 Location: .switzerland
|
|
| Back to top |
|
 |
|