| Author |
Message |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Thu Apr 01, 2010 8:03 pm Subject: DLLCall: Support for Human Interface devices |
You probably have a program running which belongs to your keyboard. If you close it or if you change the action for your button, it should not start the calculator anymore.
If this doesn't help you ... |
Topic: Keyboard Media Keys (for USB HID devices!) |
elmulti
Replies: 40
Views: 48376
|
Forum: Scripts & Functions Posted: Tue Sep 15, 2009 9:43 pm Subject: Keyboard Media Keys (for USB HID devices!) |
emulti, i'm getting really long codes too, to the point where the script terminates, probably because that's just too big of a name for a label... how did you solve this?
I didn't solve that problem. ... |
Topic: Keyboard Media Keys (for USB HID devices!) |
elmulti
Replies: 40
Views: 48376
|
Forum: Scripts & Functions Posted: Sat Aug 29, 2009 3:53 pm Subject: Keyboard Media Keys (for USB HID devices!) |
| I'm glad that I could be of help. If you need help including the script in your own custom one, let me know. |
Topic: Keyboard Media Keys (for USB HID devices!) |
elmulti
Replies: 40
Views: 48376
|
Forum: Scripts & Functions Posted: Thu Aug 27, 2009 6:56 pm Subject: Keyboard Media Keys (for USB HID devices!) |
It is OK, that you don't see a tray icon. The script includes the line #NoTrayIcon which hides it. You can put a ";" at the beginning of this line or remove it, to see the tray icon.
In add ... |
Topic: Keyboard Media Keys (for USB HID devices!) |
elmulti
Replies: 40
Views: 48376
|
Forum: Scripts & Functions Posted: Tue Aug 25, 2009 9:09 pm Subject: Keyboard Media Keys (for USB HID devices!) |
Your code seems to be OK, but you don't seem to be using it correctly.
You should really take the time to read through the INSTRUCTIONS.txt file and the first few lines of the file "Keyboard Med ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Mon Jan 26, 2009 6:54 pm Subject: Re: script writer |
| When I loaded AHK on my laptop, I wrote a script and it worked great. I started another one and needed the script writer for it and a box popped up that said "dll load failed". any ideas?
... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Wed Jan 21, 2009 4:27 pm Subject: DLLCall: Support for Human Interface devices |
Right now I can't do anything to make Micha's DLL work on a 64bit system, but if Micha could share the source code, one could play around with it!?
I read somewhere in the forum, that Micha's DLL cou ... |
Topic: Learning HP notebook remote commands |
elmulti
Replies: 3
Views: 986
|
Forum: Ask for Help Posted: Mon Jan 12, 2009 8:29 pm Subject: Learning HP notebook remote commands |
| I reprogrammed my Cyberlink remote control in a way similar to what you seem to look for. It now works for Winamp, Media Player Classic and Windows Media Center, depending on which program is active o ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Sat Jan 10, 2009 7:16 pm Subject: DLLCall: Support for Human Interface devices |
So has anyone found a reliable way to actually override the default actions of buttons/keypresses, not just detect them and perform a different action in addition to the original action?
I'm trying ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Sat Jan 10, 2009 7:05 pm Subject: DLLCall: Support for Human Interface devices |
It deactivates the normal scrolling function and then makes one wheel scroll vertical and the other horizontal.
If your device number is not 4, you need to adjust the script.
@Ucla: It should be ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Fri Jan 02, 2009 6:01 pm Subject: DLLCall: Support for Human Interface devices |
Hi Cholito,
the ButtonData of the two wheels is different, so one can use them to differentiate between the wheels. I missed that in your previous post.
Try this script:
; based on code by Micha
... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Mon Dec 29, 2008 11:30 pm Subject: DLLCall: Support for Human Interface devices |
Hi Ucla,
please try the script below and let me know if there are any values, that differ between the two mouse wheels.
If the same action on different wheels results in exactly the same values (inc ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Thu Dec 18, 2008 4:31 pm Subject: DLLCall: Support for Human Interface devices |
It's not elegant, but if you could make it work, it still would be a solution. *g*
When I try "Left:: Send {Left}" or "$Left:: Send {Left}" in my script, the script doesn't trig ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Tue Dec 16, 2008 5:39 pm Subject: DLLCall: Support for Human Interface devices |
OK, here is the changed "RemoteControl.ahk".
You have to adjust the values for your devices. Then it should give you information about the pressed and released keys in a tool tip.
I includ ... |
Topic: DLLCall: Support for Human Interface devices |
elmulti
Replies: 150
Views: 96036
|
Forum: Scripts & Functions Posted: Tue Dec 16, 2008 2:28 pm Subject: DLLCall: Support for Human Interface devices |
@rockum & TOTAL:
I'm currently working on a version of Micha's script that can determine if a certain key was sent from one keyboard or another (or in my case from a remote or from a keyboard). I ... |
| |