AutoHotkey Community

It is currently May 22nd, 2012, 12:43 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac...

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 %

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

Posted: November 6th, 2008, 8:39 pm 

Replies: 4
Views: 567


Anyone?

 Forum: Support   Topic: How do i send characters like ; and %

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

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

 Post subject: Tab +Theme Textbox grey
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

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. :D

 Forum: Support   Topic: Unsetting hotkey

 Post subject: Unsetting hotkey
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:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group