| Author |
Message |
Topic: CodeCademy |
Maestr0
Replies: 2
Views: 135
|
Forum: General Chat Posted: Mon Feb 06, 2012 10:00 pm Subject: CodeCademy |
Wouldn't it be cool if AutoHotkey had a section in CodeCademy or something like it to help teach new users how to use AutoHotkey to make their own scripts?
See http://www.codecademy.com/creators
... |
Topic: notepad++ syntax highlighting color scheme |
Maestr0
Replies: 22
Views: 8158
|
Forum: Scripts & Functions Posted: Fri Jan 06, 2012 10:54 am Subject: notepad++ syntax highlighting color scheme |
I can follow all your steps pertaining the language file and the theme (Notepad++ 5.9.6.2 Unicode), but there is no syntax highlighting :S
You might want to note, however, that the XML file does NO ... |
Topic: Get File Name |
Maestr0
Replies: 3
Views: 90
|
Forum: Ask for Help Posted: Sat Jul 30, 2011 2:54 pm Subject: Get File Name |
Yay, now I feel like a derp-derp. Thanks.
no worries, was an effective question then, right? |
Topic: login time need |
Maestr0
Replies: 2
Views: 93
|
Forum: Ask for Help Posted: Sat Jul 30, 2011 2:43 pm Subject: login time need |
there's other threads on this topic, like:
http://www.autohotkey.com/forum/viewtopic.php?t=73067login |
Topic: Get File Name |
Maestr0
Replies: 3
Views: 90
|
Forum: Ask for Help Posted: Sat Jul 30, 2011 2:41 pm Subject: Get File Name |
why don't you just do
FileDelete %A_ScriptFullPath% ? |
Topic: Loop within a loop |
Maestr0
Replies: 9
Views: 201
|
Forum: Ask for Help Posted: Fri Jul 29, 2011 5:14 pm Subject: Loop within a loop |
The whole structure of the script has changed.
Your hint is misleading.
well, it illuminated to me what the problem was.
What would your hint be?
I think I tried every possible combination of &q ... |
Topic: Loop within a loop |
Maestr0
Replies: 9
Views: 201
|
Forum: Ask for Help Posted: Fri Jul 29, 2011 2:11 pm Subject: Loop within a loop |
Thanks, this helped me out a lot.
do you understand what you did wrong?
Hint: it has to do with the return lines... |
Topic: WindowPad - multi-monitor window-moving tool |
Maestr0
Replies: 319
Views: 158740
|
Forum: Scripts & Functions Posted: Fri Jul 29, 2011 9:58 am Subject: WindowPad - multi-monitor window-moving tool |
Could the functionality of WindowPad be extended to do something like Moom does for the Mac?
See here: http://manytricks.com/moom/
(most especially the grid functionality)
Would be very cool, I ... |
Topic: Act immediately when CapsLock pressed Down |
Maestr0
Replies: 9
Views: 253
|
Forum: Ask for Help Posted: Sat Jul 16, 2011 2:09 pm Subject: Act immediately when CapsLock pressed Down |
try adding this line:
SetKeyDelay -1
if I try this, it fires when I press Capslock down, not on up:
capslock::msgbox testwhich leads me to believe the problem is in the sendinput part |
Topic: need help with hotkeys |
Maestr0
Replies: 2
Views: 107
|
Forum: Ask for Help Posted: Sat Jul 09, 2011 4:56 pm Subject: need help with hotkeys |
try this:
mButton & w::
Input , OutputVar, L1
Send INSERT{enter}block %outputvar%{enter}
return
the input is not seen, but waits for whatever key you press aft ... |
Topic: Timer-script: Tckr |
Maestr0
Replies: 2
Views: 2724
|
Forum: Scripts & Functions Posted: Tue Jul 05, 2011 5:58 pm Subject: Timer-script: Tckr |
Thanks! I'm going to get good use from this
One thing I noticed was that in the schedule part of the menu there is a german word that wasn't translated to english. Didn't take much to figure out b ... |
Topic: copy, paste in AHk. Can? |
Maestr0
Replies: 5
Views: 218
|
Forum: Ask for Help Posted: Tue Jul 05, 2011 1:30 pm Subject: copy, paste in AHk. Can? |
| no worries, glad we could help. |
Topic: Listview columns |
Maestr0
Replies: 7
Views: 374
|
Forum: Ask for Help Posted: Tue Jul 05, 2011 7:44 am Subject: Listview columns |
"] GUI +Delimiter`n
durrrrr, I had looked for #delimiter >.<
thanks, that was it |
Topic: Listview columns |
Maestr0
Replies: 7
Views: 374
|
Forum: Ask for Help Posted: Mon Jul 04, 2011 8:11 pm Subject: Listview columns |
This works for me. I see 6 columns.
Gui, 1:Add, ListView, x2 y2 w600 h400 r20 vMylistview gMyListView checked, Source file name|Source file size|Source file modified|Target file name|Target file ... |
Topic: Listview columns |
Maestr0
Replies: 7
Views: 374
|
Forum: Ask for Help Posted: Mon Jul 04, 2011 7:48 pm Subject: Listview columns |
Rest of code! Your code above: the lv is to narrow to show all headers so you will be missing columns. make it wider or try 1|2|3|4|5|6 as header and you'll see all cols.
actually no, it's really one ... |
| |