Search found 735 matches

by admin
02 Jul 2012, 07:45
Forum: General
Topic: stored makros
Replies: 1
Views: 3221

Re: stored makros

Macros definition is sotred in xml configuration file located on the same path as application executable (HidMacros.exe).
by admin
02 Jul 2012, 07:44
Forum: General
Topic: backup hidmacros.xml
Replies: 2
Views: 4165

Re: backup hidmacros.xml

Yes, one of my top things on todo list - explicit save in the application and backup a few last versions
by admin
27 Jun 2012, 16:06
Forum: Czech corner
Topic: Neštastný dotaz začátečníka
Replies: 1
Views: 6114

Re: Neštastný dotaz začátečníka

S PMDG 737 nemam zkusenost, ale nektere addony mohou cist klavesnici primo na nizsi urovni. Potom cely ten cirkus co je nakodovany v HidMacros nefunguje - blokovani stisknute klavesy a posilani jineho stisku. Takze doporucuji vyzkouset definici makra v jinem programu (treba nejaky editor, ktery dovo...
by admin
16 May 2012, 07:11
Forum: Support - bugs
Topic: hidmacros only works when it's in front
Replies: 2
Views: 4636

Re: hidmacros only works when it's in front

Works fine for me, also Win7 64bit. Even when app is minimized.
Are you using keyboard sequences as macro actions or SimConnect events?
What about different app (not FSX, but e.g. Notepad)?
by admin
11 May 2012, 07:12
Forum: General
Topic: Some programs deny hotkeys
Replies: 14
Views: 16700

Re: Some programs deny hotkeys

If you need to control winamp I would rather choose some script control through ActiveX. Try to google "winamp activex control", install some plugin and put appropriate script into scripted macro. This would be better way then rely on global hotkeys. Regarding you problem - yes, I can do similar tes...
by admin
10 May 2012, 06:54
Forum: General
Topic: Some programs deny hotkeys
Replies: 14
Views: 16700

Re: Some programs deny hotkeys

Before I check, is there someone else having this problem?
by admin
10 May 2012, 06:52
Forum: Support - bugs
Topic: Not all my hid's are recoginzed
Replies: 1
Views: 3585

Re: Not all my hid's are recoginzed

Sorry, have no experience with this hardware. If the HID device is something virtual used by special keyboard driver, I could imagine standard HID list doesn't recognize it.
But it's hard to tell without having it connected and check some system calls...
by admin
25 Apr 2012, 08:02
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 6387

Re: Cannot run rotuines section

You don't have to call GetAxis in your sub - you should have the value in val parameter. If I remember well the axis value comes in range 0 and 65535. Is it fine to send this value as brake position (I didn't check SDK, just possible problem). The GetFSXvariable call returns last value that SimConne...
by admin
23 Apr 2012, 07:19
Forum: Support - bugs
Topic: Cannot run rotuines section
Replies: 5
Views: 6387

Re: Cannot run rotuines section

Where do you have this code? In routines section or in a macro? Do you have any error message when you compile it or it just doesn't work? My guess is you have in routines section, but then it's executed only once. This is probably not what you need. If you need to have it execute on slider axis cha...
by admin
10 Apr 2012, 07:45
Forum: HOW-TOs and documentation
Topic: A script definition of a key
Replies: 2
Views: 4897

Re: A script definition of a key

Currently you can't.
You would have to edit configuration xml. If you're interested, have a look inside, the xml tags are pretty self-explaining.