| Author |
Message |
Topic: hotkeys not working |
dwaynek
Replies: 1
Views: 203
|
Forum: Ask for Help Posted: Thu Dec 01, 2011 4:59 pm Subject: hotkeys not working |
none of my hotkeys are working. neither the main autohotkey.ahk nor autocorrect.ahk (via an include statement) seems to work. what am i doing wrong? using win 7 enterprise.
i see the following in a ... |
Topic: putting a quick keyboard shortcut in a radio button |
dwaynek
Replies: 2
Views: 120
|
Forum: Ask for Help Posted: Mon Feb 07, 2011 7:09 am Subject: putting a quick keyboard shortcut in a radio button |
| fabulous! thanks! |
Topic: putting a quick keyboard shortcut in a radio button |
dwaynek
Replies: 2
Views: 120
|
Forum: Ask for Help Posted: Mon Feb 07, 2011 6:48 am Subject: putting a quick keyboard shortcut in a radio button |
| is there a way to put keyboard shortcuts in a gui radio (like how windows uses a quick keyboard shotcut to in menus eg when you open the File menu in IE, the N in New Window is underlined and you can ... |
Topic: execute commands inside a variable |
dwaynek
Replies: 3
Views: 191
|
Forum: Ask for Help Posted: Mon Aug 30, 2010 6:04 pm Subject: execute commands inside a variable |
how do i execute a command inside a variable? eg
myvar="sendinput hi there"
how would i run the commands within myvar? |
Topic: how to indicate end of line when using sendinput? |
dwaynek
Replies: 2
Views: 159
|
Forum: Ask for Help Posted: Wed Aug 18, 2010 9:27 pm Subject: how to indicate end of line when using sendinput? |
| kewl! thanks much! |
Topic: how to indicate end of line when using sendinput? |
dwaynek
Replies: 2
Views: 159
|
Forum: Ask for Help Posted: Wed Aug 18, 2010 7:41 pm Subject: how to indicate end of line when using sendinput? |
how do i indicate the end of the line of a sendinput command when there are spaces at the end?
eg sendinput this is a test <-- i want 3 spaces |
Topic: changing month when day value has exceeded end of month |
dwaynek
Replies: 1
Views: 157
|
Forum: Ask for Help Posted: Wed Aug 18, 2010 5:18 pm Subject: changing month when day value has exceeded end of month |
FormatTime, monthvar,,M
FormatTime, dayvar,,d
FormatTime, weekvar,,WDay
dayvar+=7
sendinput, %monthvar%{tab}%dayvar%{tab}2010
i'm trying to use the a ... |
Topic: how to get wingettitle to work with IE8 and Opera10? |
dwaynek
Replies: 4
Views: 268
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 3:47 am Subject: how to get wingettitle to work with IE8 and Opera10? |
| Leef_me, you're an insane genius! thankx! |
Topic: how to get wingettitle to work with IE8 and Opera10? |
dwaynek
Replies: 4
Views: 268
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 4:03 pm Subject: how to get wingettitle to work with IE8 and Opera10? |
weirdly enough, wingettitle works fine with Firefox 3.6 but breaks with IE8 and Opera 10.
this is all i do:
WinGetTitle, title, A
msgbox %title%
how do i get this to work? |
Topic: fileappend doesn't work |
dwaynek
Replies: 2
Views: 295
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 10:27 am Subject: fileappend doesn't work |
ok i might be totally missing something obvious but i can't get a simple FileAppend line to work. i used this from the help:
FileAppend, Another line.`n, C:\My Documents\Test.txt
and i get ... |
Topic: detect if itunes or windows media player is playing |
dwaynek
Replies: 3
Views: 687
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 7:08 am Subject: detect if itunes or windows media player is playing |
| is there a way to detect if itunes or windows media player is playing a song? |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 389
|
Forum: Ask for Help Posted: Sun Jul 05, 2009 11:49 pm Subject: how to define a hotstring with the "\" symbol in i |
hmm you're right, apparently the order of how it was defined made a difference. so by putting the one with the symbol first, autohotkey would trigger that first.
thanks! |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 389
|
Forum: Ask for Help Posted: Sun Jul 05, 2009 7:14 am Subject: how to define a hotstring with the "\" symbol in i |
| nope didn't work. |
Topic: how to define a hotstring with the "\" symbol in i |
dwaynek
Replies: 4
Views: 389
|
Forum: Ask for Help Posted: Sun Jul 05, 2009 5:09 am Subject: how to define a hotstring with the "\" symbol in i |
i have a hotstring for "ts" but i want another hotstring specifically with the \ symbol in it eg "\ts".
how would i do this since autohotkey keeps referencing the original every ... |
Topic: how to enable break during script execution? |
dwaynek
Replies: 5
Views: 568
|
Forum: Ask for Help Posted: Tue May 12, 2009 9:52 pm Subject: how to enable break during script execution? |
ExitApp causes Autohotkey to completely terminate resulting in me requiring to restart it.
and pause is just a temporary pause.
how do i end the currently executing script but still have a fully ... |
| |