Search found 7 matches
- 19 Jun 2011, 18:09
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
aww man, came here to find my topic SPammed. =-(
- 08 Jun 2011, 17:05
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
cool! thanks, nice to have input into the development of a program.
Just out of curiosity, would I have been able to write a script to make it work? I don't know a single thing about scripting but just curious if that would've made things easier.
Thanks, again!
Just out of curiosity, would I have been able to write a script to make it work? I don't know a single thing about scripting but just curious if that would've made things easier.
Thanks, again!
- 07 Jun 2011, 18:27
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
ohhh. I think I know what you mean but I wasn't looking to map modified or hot keys. I was trying to map the actual Windows Key. I'm trying to get it to act exactly as the Windows Key would on any other keyboard, like: Win Key down: waits for you to press another key or let go -if you Press another ...
- 07 Jun 2011, 18:12
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
I just had a look into the code and realized Win key as modifier is already supported :-). Use # as modifier (as you would use e.g. + for shift). So for example sequence '#e' opens explorer window. I don't understand. I was using # to remap the button to the Windows key. It just pops open the Start...
- 06 Jun 2011, 19:54
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
Possibility to have Win kay as modifier must be added into HIDmacros code, you can't do it currently. I'll put this into next release. cool! Thanks, I look forward to it. I tried to write a script copied from AutoHotKeys to make it happen in HIDMacros but I'm no good with code and it seems the two ...
- 05 Jun 2011, 22:31
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
Re: perfectly emulate Windows Logo Key
Well I came across a program called NirCMD. It's works pretty nicely with HIDMacros' "run application" feature. I enter the directory for nircmd and "sendkey lwin down" for the left mouse button down event, and then "sendkey lwin up" for the left mouse button up event. The Windows key works a little...
- 05 Jun 2011, 00:36
- Forum: HOW-TOs and documentation
- Topic: perfectly emulate Windows Logo Key
- Replies: 12
- Views: 37857
perfectly emulate Windows Logo Key
I've been up and down with AutoHotKeys trying to do what HIDMacros does very simply: Map my Logitech Mediaboard Pro keyboard to use on my PC without affecting my laptop's keyboard nor my separate mouse. I can use the mouse buttons on the keyboard that I never need to use some of the missing function...