| Author |
Message |
Topic: ScreenMagnifier - IntelliPoint clone? |
mai9
Replies: 16
Views: 2569
|
Forum: Scripts & Functions Posted: Tue Nov 04, 2008 4:11 pm Subject: ScreenMagnifier - IntelliPoint clone? |
| I just wanted to say that the version posted on the top of this topic (updated: 22nd April 2007) does not work on two monitors, while [url=http://www.autohotkey.com/forum/viewtopic.php?p=96601#96601]t ... |
Topic: Add date stamp to Hotstring |
mai9
Replies: 4
Views: 180
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 2:37 pm Subject: Add date stamp to Hotstring |
perfect, thanks Sivvy
here's the final code if someone else is searching:
Count = 0
#IfWinActive Save Image ahk_class #32770
~Home::
Count++
If Count >= 2
{
... |
Topic: Add date stamp to Hotstring |
mai9
Replies: 4
Views: 180
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 12:15 pm Subject: Add date stamp to Hotstring |
hi, I found this topic when finding out how to do a similar thing.
In my case I want to write the date on the second press of the key Home when it's done on the "Save Image" window of Fir ... |
Topic: Middle mouse button functionality lost |
mai9
Replies: 6
Views: 385
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 3:11 pm Subject: Middle mouse button functionality lost |
| ok, let me answer myself. The one without ~ makes the middle click activate when released, when the one with it sends the middle click when pressed. At least this is how it's working on another simila ... |
Topic: Middle mouse button functionality lost |
mai9
Replies: 6
Views: 385
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 2:06 pm Subject: Middle mouse button functionality lost |
$MButton:: Send {MButton}
MButton & WheelUp:: Send, {HOME}
~MButton & WheelUp:: Send, {HOME}
hi, what's the diference b ... |
Topic: Tutorial for Newbies |
mai9
Replies: 9
Views: 1418
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 11:09 pm Subject: Tutorial for Newbies |
| jaco0646, I loved your post aswell, specially the 1-13 steps and the reasoning behind what is core and what is advanced. |
Topic: Turkish keyboard usage |
mai9
Replies: 3
Views: 349
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 10:21 pm Subject: Turkish keyboard usage |
thanks for the idea Hasso
; converteix "l.l" en una ela geminada (caràcter 320 Unicode)
:?*c:l.l::
Transform, Clipboard, Unicode, ŀ
SendInput, ^vl
return
|
Topic: Portable Firefox msgbox detection |
mai9
Replies: 7
Views: 368
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 8:21 pm Subject: Portable Firefox msgbox detection |
ok  |
Topic: Favmenu 2.0 final |
mai9
Replies: 86
Views: 11171
|
Forum: Scripts & Functions Posted: Sat Jun 14, 2008 8:17 pm Subject: Favmenu 2.0 final |
http://www.r-moth.com/code/Favmenu/Screenshots.html
http://www.r-moth.com/code/Favmenu/Dialogs.html
I can't see a thing in these two links on the first post. Is there something wrong in my pc? |
Topic: Portable Firefox msgbox detection |
mai9
Replies: 7
Views: 368
|
Forum: Ask for Help Posted: Fri Jun 13, 2008 8:08 pm Subject: Portable Firefox msgbox detection |
| I took a peek on PortableFirefox source and I didn't find any prompt for when it's frozen, if you tell me what it says and the buttons shown, maybe we can change the source according to your needs. |
Topic: Make a keyboard key inversed. |
mai9
Replies: 8
Views: 403
|
Forum: Ask for Help Posted: Tue Jun 10, 2008 11:48 pm Subject: Make a keyboard key inversed. |
I know AHK is not magic, and I didn't say it was weak.
I wanted to express that what you can do with ahk is like magic in the sense that is broad. And I tried to make a joke about other programs do ... |
Topic: Make a keyboard key inversed. |
mai9
Replies: 8
Views: 403
|
Forum: Ask for Help Posted: Tue Jun 10, 2008 1:35 am Subject: Make a keyboard key inversed. |
"]some times, reading the manual is not the solution.
The reality of the matter is that "RTFM" is the typical response to "plz write code for me". It may not be the most helpful r ... |
Topic: Make a keyboard key inversed. |
mai9
Replies: 8
Views: 403
|
Forum: Ask for Help Posted: Sun Jun 08, 2008 10:52 pm Subject: Make a keyboard key inversed. |
| Tyler, some times, reading the manual is not the solution. I, myself, knew about this "send" and "up" and "down" and the "::" thing, but I couldn't figure out h ... |
Topic: Scripts that tweak program behaviour |
mai9
Replies: 3
Views: 1078
|
Forum: Scripts & Functions Posted: Sat May 31, 2008 2:39 pm Subject: Scripts that tweak program behaviour |
yes, I have that. I didn't paste it because it was below
Here's the code as I have it without any cut. There are more hotkeys afterwards, but I don't think that's important, is it?
;#IfWinActive ... |
Topic: Scripts that tweak program behaviour |
mai9
Replies: 3
Views: 1078
|
Forum: Scripts & Functions Posted: Fri May 30, 2008 11:44 pm Subject: Scripts that tweak program behaviour |
I am trying to find out why this code doesn't work on my Foxit Reader 2.2
;#IfWinActive ahk_class Afx:400000:8:10013:0:2a08af
#IfWinActive Foxit Reader 2.2
F11::
Send ... |
| |