| Author |
Message |
Forum: Offtopic Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
| ElliottB |
|
Posted: November 22nd, 2008, 1:39 am
|
|
Replies: 86 Views: 39594
|
| When you reach a stable level, I'll look into porting my basic applications. I think you should look into making 'ike' into more of a platform for rapid prototyping software than just a port of the automating nature of Autohotkey. I've always enjoyed EMCAscript, and I'd prefer to write software in i... |
|
 |
Forum: Support Topic: How do i send characters like ; and % |
| ElliottB |
|
Posted: November 6th, 2008, 10:28 pm
|
|
Replies: 6 Views: 589
|
| @ElliottB {Raw} [v1.0.43+] Sends the keystrokes exactly as they appear rather than translating {Enter} to an ENTER keystroke, ^c to Control-C, etc. Although the string {Raw} need not occur at the beginning of the string, once specified, it stays in effect for the remainder of the string. Just a not... |
|
 |
Forum: Support Topic: Tab +Theme Textbox grey |
| ElliottB |
|
Posted: November 6th, 2008, 8:39 pm
|
|
Replies: 4 Views: 567
|
|
 |
Forum: Support Topic: How do i send characters like ; and % |
| ElliottB |
|
Posted: November 6th, 2008, 8:37 pm
|
|
Replies: 6 Views: 589
|
For one, it is SendRaw. Second, here's the ways you can do it:
Code: SendRaw % Send `% Send {%} |
|
 |
Forum: Support Topic: Tab +Theme Textbox grey |
| ElliottB |
|
Posted: November 6th, 2008, 12:00 am
|
|
Replies: 4 Views: 567
|
+BackgroundTrans doesn't work on Vista or my XP Pro with SP3.
In IRC, Titan posted: "I can't explain it, best guess is that an update to comctl or gdi+ in windows brought a conflict with these two options" |
|
 |
Forum: Support Topic: Tab +Theme Textbox grey |
| ElliottB |
|
Posted: November 5th, 2008, 11:23 pm
|
|
Replies: 4 Views: 567
|
| When I use +Theme on my tabs, The grey background stays on the text in my tabs, they don't theme up. http://img368.imageshack.us/img368/2922/tabsmx7.jpg When I put +Theme or -Background on the text, it doesn't change. Using 0x8 causes it to change to white, but the text vanishes. I could set the bac... |
|
 |
Forum: Support Topic: Unsetting hotkey |
| ElliottB |
|
Posted: November 2nd, 2008, 12:54 am
|
|
Replies: 2 Views: 375
|
I figured out what moronic thing I had done. Forgotten to place my offing before gui submit.  |
|
 |
Forum: Support Topic: Unsetting hotkey |
| ElliottB |
|
Posted: November 1st, 2008, 11:25 pm
|
|
Replies: 2 Views: 375
|
| I am currently working on a script that has update-able hotkeys via a GUI. It correctly updates the changed keys, but it doesn't release the last used key. So say I have: Hotkey, %Keychoice%, SexyFunction SexyFunction: { MsgBox You win! } return Keychoice variable is changed from F1 to F3 ... |
|
 |
| Sort by: |