| Author |
Message |
Forum: Support Topic: when "1" and "2" isn't pressed for one s |
| JohannesTN |
|
Posted: May 18th, 2011, 1:21 pm
|
|
Replies: 4 Views: 108
|
hi again, that worked out great!
- thanks for your help!  |
|
 |
Forum: Support Topic: when "1" and "2" isn't pressed for one s |
| JohannesTN |
|
Posted: May 18th, 2011, 12:46 pm
|
|
Replies: 4 Views: 108
|
| hi tonne thanks for your help :) your script works perfect if i only press the button 1. But if i hold the button 1 down to make the volume louder, without tapping the button 1. It doesn't make the former window active. It works great if i just tap the button, to turn the volume up one step at a tim... |
|
 |
Forum: Support Topic: when "1" and "2" isn't pressed for one s |
| JohannesTN |
|
Posted: May 18th, 2011, 12:12 pm
|
|
Replies: 4 Views: 108
|
| Hi AutoHotKey forum :) i have this script: 1:: WinGetActiveTitle, Title blockinput, on winactivate, XBMC winwaitactive, XBMC send, {SHIFT}{numpadadd} winactivate, %Title% blockinput, off return 2:: WinGetActiveTitle, Title blockinput, on winactivate, XBMC winwaitactive, XBMC send... |
|
 |
Forum: Support Topic: how to: search for a specific key in *.ini file? |
| JohannesTN |
|
Posted: April 22nd, 2010, 7:48 pm
|
|
Replies: 6 Views: 293
|
hi Hugov
i don't understand that, or at least i can't get it work. Could you please make me an example ? - that would be great  |
|
 |
Forum: Support Topic: how to: search for a specific key in *.ini file? |
| JohannesTN |
|
Posted: April 22nd, 2010, 6:01 pm
|
|
Replies: 6 Views: 293
|
| I thought that AHK had this feature build in already? |
|
 |
Forum: Support Topic: how to: search for a specific key in *.ini file? |
| JohannesTN |
|
Posted: April 22nd, 2010, 5:05 pm
|
|
Replies: 6 Views: 293
|
| Hi guys :D im in trouble again and i hope you can help me out... i use the iniwrite command to write a *.ini file like this: [section2] key=this is a test then i need another script to check that *.ini file and if it finds the key "this is a test" under "section2" then display a ... |
|
 |
Forum: Support Topic: Please help me with my script, GUI want work |
| JohannesTN |
|
Posted: December 9th, 2009, 5:32 pm
|
|
Replies: 2 Views: 222
|
To Jasdeep
Thank you very Much, that worked perfectly  |
|
 |
Forum: Support Topic: Please help me with my script, GUI want work |
| JohannesTN |
|
Posted: December 9th, 2009, 5:14 pm
|
|
Replies: 2 Views: 222
|
| Hi guys and a happy christmas ;) I have this script: Gui, Add, Picture, x-4 y0 w260 h430 , C:\Documents and Settings\Johannes\Skrivebord\gui.png Gui, Add, Button, x17 y60 w220 h20 ga, Bodil og Karsten Gui, Add, Button, x17 y80 w220 h20 gb, x Gui, Add, Button, x17 y100 w220 h20 gc, xx Gui, Add, Butto... |
|
 |
Forum: Support Topic: display msgbox, when "Ok" is pressed delete scrip |
| JohannesTN |
|
Posted: August 16th, 2009, 11:28 am
|
|
Replies: 3 Views: 422
|
| Hi Icarus, and thanks for your help :) I just tried your script but it don't seem to work... what i wan't to do is that i have the "welcome.exe" script in the start up folder. When windows starts up it will load "welcome.exe" and when "welcome.exe" is finished (when &qu... |
|
 |
Forum: Support Topic: display msgbox, when "Ok" is pressed delete scrip |
| JohannesTN |
|
Posted: August 15th, 2009, 11:12 pm
|
|
Replies: 3 Views: 422
|
| Hi guys :) here is a late night question. (sorry for my bad english) i have this script: (the scripts name is "Welcome.exe" and the script will be started when pc is turned on) #notrayicon msgbox,262144, Velcome, this is a test 123 ButtonOk: filedelete, C:\Documents and Settings\All Users\... |
|
 |
Forum: Support Topic: Help to make my script clean :) |
| JohannesTN |
|
Posted: February 10th, 2009, 8:00 pm
|
|
Replies: 3 Views: 406
|
thanks evan, that seems good too  |
|
 |
Forum: Support Topic: Help to make my script clean :) |
| JohannesTN |
|
Posted: February 10th, 2009, 7:00 pm
|
|
Replies: 3 Views: 406
|
| Hi guys :) I just made this script: #NoTrayIcon 1: keywait, SHIFT, d keywait, ALT, d keywait, l, d Send, {CTRLDOWN}{ALTDOWN}p{CTRLUP}{ALTUP} keywait, SHIFT, d keywait, ALT, d keywait, l, d Send, {Volume_Mute} keywait, SHIFT, d keywait, ALT, d keywait... |
|
 |
Forum: Support Topic: Not receiving the keys? |
| JohannesTN |
|
Posted: September 10th, 2008, 6:36 pm
|
|
Replies: 3 Views: 359
|
hi
try this:
$l::
send {p down}{p up}
return |
|
 |
Forum: Support Topic: help with script: Log Creator :) |
| JohannesTN |
|
Posted: September 2nd, 2008, 1:57 pm
|
|
Replies: 5 Views: 461
|
ofcourse i tryed myself! i ask in this forum, so i can get help, with things i don't understand  |
|
 |
Forum: Support Topic: help with script: Log Creator :) |
| JohannesTN |
|
Posted: September 1st, 2008, 5:18 pm
|
|
Replies: 5 Views: 461
|
| Thanks :) it works! now my code looks like this: Gui, Add, Edit, x16 y50 w240 h130 vGUIText, Skriv her. Gui, Add, Edit, x16 y20 w240 h20 vnavn, Logfil navn. Gui, Add, Button, x16 y250 w110 h30 , Gem Gui, Add, Button, x146 y250 w110 h30 gvislogfil, Vis logfil Gui, Add, Radio, x16 y200 w60 h20 vradio,... |
|
 |
| Sort by: |