Search found 6 matches
- 27 May 2022, 15:58
- Forum: General
- Topic: Good old hidmacros still working with Windows 11?
- Replies: 1
- Views: 3491
Good old hidmacros still working with Windows 11?
Hello, I'm building a new homepit and in my last project I used two ordinary numpads with hidmacros two implement two square-button-panels in a section of the overhead panel. The OS was Windows 7 Pro 64Bit at that time and it worked like a charme. Now I'm doing a new project and wanted to use hidmac...
- 23 Sep 2016, 16:51
- Forum: General
- Topic: HIDmacros: One key toggle between multiple functions?
- Replies: 4
- Views: 8644
Re: HIDmacros: One key toggle between multiple functions?
O.k. will try this. Thank's for the examples. As I said I'm not good in programming, but if I have some code in front of me, of which I know its correct, maybe I get the big intuition :D . Till now I had absolutely no plan how to begin, but with your code examples I could look how things are working...
- 22 Sep 2016, 20:57
- Forum: General
- Topic: HIDmacros: One key toggle between multiple functions?
- Replies: 4
- Views: 8644
Re: HIDmacros: One key toggle between multiple functions?
Hello Petr, many thanks for your reply. Have tried what you described, but I'm no programmer at all. Don't now exactly what you mean. The thing I've tried looks like this: iKeyStrokeCount = iKeyStrokeCount + 1 iKeyStrokeCount = 1 If iKeyStrokeCount = 1 Then SendKeys ("A") End If If iKeyStrokeCount =...
- 14 Sep 2016, 13:42
- Forum: General
- Topic: HIDmacros: One key toggle between multiple functions?
- Replies: 4
- Views: 8644
HIDmacros: One key toggle between multiple functions?
Hello to all! I have a question about a simple toggle function. Is it possible with hidmacros to toggle a key, for example "x", that if you press it one time it generates an "a" the next time a "b" and once again a "c" and so on. I know this must be a script, if its possible at all. If multiple func...
- 19 Jul 2016, 00:25
- Forum: General
- Topic: hidmacros & mouse problem
- Replies: 3
- Views: 7964
Re: hidmacros & mouse problem
Hello, thank's for the reply. The macro is nothing special. Just tested an "a" or something for example. Maybe it will be more complex at a later time, but at the moment I only would try if I can use the program with a mouse. The most important is the mouse wheel support, cause I use it as a rotary ...
- 13 Jul 2016, 11:29
- Forum: General
- Topic: hidmacros & mouse problem
- Replies: 3
- Views: 7964
hidmacros & mouse problem
Hello, first a big accolade for this great software! Makes cockpit building a lot more easy. I use it with several keyboards, all works fine, no problems at all. As I'm no millionaire, I have to built my homepit based on a lot of standard hardware, I adapt for my personal purpose. At the moment I'm ...