| Author |
Message |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 292
|
Forum: Ask for Help Posted: Fri Aug 17, 2007 7:05 am Subject: Labtec keyboard: Need keycodes for special keys |
Thanks for your hint, but this won't work either. So I did this:
loop, 999
{
cnt = 00%A_Index%
cnt := SubStr(cnt,-2,3)
raus = %raus%SC%cnt%::`r`n
}
FileAppend, ... |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 292
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 7:21 pm Subject: Labtec keyboard: Need keycodes for special keys |
Thanks for your quick answer!
I used this code:
+^q:: ; Test
KeyWait Launch_Mail
msgbox, Hello
return
After pressing ctrl+shift+q the answere is "Hello" without waiting. (I ... |
Topic: Labtec keyboard: Need keycodes for special keys |
kapege.de
Replies: 4
Views: 292
|
Forum: Ask for Help Posted: Thu Aug 16, 2007 6:50 pm Subject: Labtec keyboard: Need keycodes for special keys |
Hi folks,
I bought myself a wireless keyboard from Labtec ("Media Wireless Desktop") wich has 15 extra keys. It works fine, but the featured software is [...] (insert a f-word of your cho ... |
Topic: SplashImage crashes in W98 |
kapege.de
Replies: 1
Views: 372
|
Forum: Bug Reports Posted: Wed May 17, 2006 8:53 am Subject: SplashImage crashes in W98 |
With 1.0.44.01 SplashImage crashes AHK even if you use only
SplashImage, c:\picture.jpg
AUTOHOTKEY verursachte einen Fehler durch eine ungültige Seite
in Modul KERNEL32.DLL bei 0187:bff7b9a6. ... |
Topic: Checking if some files exist... |
kapege.de
Replies: 12
Views: 747
|
Forum: Ask for Help Posted: Mon Mar 13, 2006 7:53 am Subject: Checking if some files exist... |
You shouldn't mix XML and the font-tag together. This is like mixing fire and water! Good browsers shows nothing or switching in her promiscous mode to show at least something.
If you are viewing you ... |
Topic: RegDelete from ListView |
kapege.de
Replies: 7
Views: 499
|
Forum: Ask for Help Posted: Wed Mar 08, 2006 2:17 pm Subject: RegDelete from ListView |
RegDelete *.*
 |
Topic: Photoshop trouble |
kapege.de
Replies: 12
Views: 638
|
Forum: Ask for Help Posted: Wed Mar 08, 2006 1:54 pm Subject: Photoshop trouble |
PS is a nasty program like Word. Try to close it with Alt-F4... You have to hold the keys down for about 2 seconds before PS reacts.
Every send-action from AHK has to have "sleep"s between. ... |
Topic: time limit like a trial software for script, how to do it? |
kapege.de
Replies: 44
Views: 2763
|
Forum: Ask for Help Posted: Tue Mar 07, 2006 1:40 pm Subject: Re: Expiry date |
If (CurrentYear > 2006 Or CurrentMonth > 8 )
Should be AND, not OR. With OR your proggy stops also at September, 1st 2005 or January, 1st 2006. (OR means one of both has to be valid.)
*teste ... |
Topic: Vertical Slider and Buddies |
kapege.de
Replies: 3
Views: 641
|
Forum: Bug Reports Posted: Mon Mar 06, 2006 10:07 am Subject: Vertical Slider and Buddies |
@ corrupt: Thanks for your workaround!
@ Chris: Thanks for updating! |
Topic: Vertical Slider and Buddies |
kapege.de
Replies: 3
Views: 641
|
Forum: Bug Reports Posted: Sun Mar 05, 2006 2:32 pm Subject: Vertical Slider and Buddies |
It seems to be a bug. If I do this:
gui, add, Button, vM1, 100`%
gui, add, slider, h201 Range1-90 TickInterval10 ToolTip Center Vertical Buddy1M1 Buddy2M2
gui, add, Button, vM2, 0`%
gui, show
ret ... |
Topic: Using Keyboard LEDs for spectrum. |
kapege.de
Replies: 39
Views: 3068
|
Forum: Ask for Help Posted: Fri Mar 03, 2006 9:40 am Subject: Using Keyboard LEDs for spectrum. |
W2000:
---------------------------
ACPI\PNP0303\4&61F3B4B&0 not found! ; replace with "device instance id" from details page of keyboard device properties Wer lesen kann ist imme ... |
Topic: Support for Unicode file and folder names |
kapege.de
Replies: 14
Views: 2655
|
Forum: Wish List Posted: Fri Mar 03, 2006 9:26 am Subject: Support for Unicode file and folder names |
| Before I'll vote I would ask if German umlauts (mutated vowels) needs unicde. I don't think so, so then my answere would be "No". |
Topic: Moving Icons on the Desktop |
kapege.de
Replies: 10
Views: 1005
|
Forum: Ask for Help Posted: Thu Mar 02, 2006 12:04 pm Subject: Moving Icons on the Desktop |
Hi evl,
I'm trying to write a script that automatically shows mounted volumes as icons on the desktop like mac os x does.
Sounds cool! And please put it in the script-section afterwards. That's a ... |
Topic: AHK Geek Challenge - Reverse Engineering Index.dat |
kapege.de
Replies: 6
Views: 815
|
Forum: Ask for Help Posted: Thu Mar 02, 2006 10:33 am Subject: AHK Geek Challenge - Reverse Engineering Index.dat |
Hu? Looks like I'm the only one who's interested to know what Bill Gates collects within IE's index.dat file ??
No. But the answere is easy: everything possible!  |
Topic: Right mouse button added functionality- Doubleclick it! |
kapege.de
Replies: 24
Views: 6191
|
Forum: Scripts & Functions Posted: Thu Mar 02, 2006 10:22 am Subject: Right mouse button added functionality- Doubleclick it! |
I know there's anywhere in the registry the doubleclick time. Does somebody knows where? It could replace the 200 ms.  |
| |