AutoHotkey Community

It is currently May 23rd, 2012, 4:38 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Support   Topic: Changing unicode characters to "ascii representatiosn&q

Posted: October 30th, 2010, 4:28 pm 

Replies: 1
Views: 247


It's quite straight forward: I want to be able to mark something, press ctrl+c to put it into the clipboard buffer, then press a hotkey that will save the clipboard buffer to file. Even better would be if I could replace all unicode characters (eg. everything not in ASCII) with some letter combinati...

 Forum: Support   Topic: Timers: how do they work?

 Post subject: Timers: how do they work?
Posted: May 28th, 2010, 8:21 pm 

Replies: 1
Views: 266


Hello. I'm trying to make a "superset script". If you press ^1, it'll automatically autocorrect to ยน. Same thing goes for 2,3,4,5,6,7,8,9,0,+ and -. This works great, but inputting things like x⁵⁶⁷ is slow. So, my idea was this: whenever the superset functions (that sends...

 Forum: Suggestions   Topic: 5-6 year old software

 Post subject: Re: 5-6 year old software
Posted: November 21st, 2009, 6:26 pm 

Replies: 5
Views: 1213


***I think it's called xat... It gets old in my opinion running all over the net to be active in the community You are joking, right? Running all over the net? Uhm, this forum is perfect! Why would you want to use some really crappy and unsupportive web chat? irc is way better, since it can be used...

 Forum: Support   Topic: Binding thirdclick to ctrl+firstclick in mspaint

Posted: November 16th, 2009, 7:19 pm 

Replies: 2
Views: 294


jethrow wrote:
You need to simulate the buttons being held down - something like this:
Code:
#IfWinActive, ahk_class MSPaintApp
   MButton::Send, {Ctrl Down}{LButton Down}
   MButton Up::Send, {Ctrl Up}{LButton Up}
#IfWinActive
Ah! Thank you! It works perfectly.

 Forum: Support   Topic: How to open multiple pages in firefox tabs

Posted: November 15th, 2009, 2:45 pm 

Replies: 6
Views: 1195


In W.E. the hotkey to open a new tab is Ctrl-t, I don't know what it is in FF #P:: Run www.autohotkey.com sleep, 2000 send ^t sleep, 1000 Run www.python.org sleep, 2000 send ^t sleep, 1000 Run www.tlbox.com/programmers/python return You shouldn't use those: could be disasterous if not in firefox. C...

 Forum: Support   Topic: Binding thirdclick to ctrl+firstclick in mspaint

Posted: November 15th, 2009, 2:39 pm 

Replies: 2
Views: 294


Hello! I'm making a "general script" for myself. One of the things that I would want to be able to do is to bind mouse3 to ctrl+left click in mspaint. In mspaint, as some people might not know, there is actually three different colors you can store; one with left-click, one with right-clic...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group