| Author |
Message |
Topic: Logitech MX 3100/3000 Wireless Keyboard Script |
Peepsalot
Replies: 10
Views: 4023
|
Forum: Scripts & Functions Posted: Fri Oct 14, 2005 8:13 am Subject: Logitech MX 3100/3000 Wireless Keyboard Script |
| Also, do you know what model keyboard you have? You never mentioned it. |
Topic: Logitech MX 3100/3000 Wireless Keyboard Script |
Peepsalot
Replies: 10
Views: 4023
|
Forum: Scripts & Functions Posted: Fri Oct 14, 2005 8:12 am Subject: Logitech MX 3100/3000 Wireless Keyboard Script |
| Well, if you didn't edit the script at all, then yeah it won't do anything. If you notice, every line is commented out with a semi-colon. You have to choose which keys you want to use/override and u ... |
Topic: Logitech MX 3100/3000 Wireless Keyboard Script |
Peepsalot
Replies: 10
Views: 4023
|
Forum: Scripts & Functions Posted: Thu Oct 13, 2005 2:32 am Subject: Logitech MX 3100/3000 Wireless Keyboard Script |
| Well, I just noticed something tonight. The keyboard/mouse combo I have are wireless and the receiver for both is in one unit. The unit has a wire that branches off, one for mouse and one for keyboa ... |
Topic: Logitech MX 3100/3000 Wireless Keyboard Script |
Peepsalot
Replies: 10
Views: 4023
|
Forum: Scripts & Functions Posted: Wed Oct 12, 2005 11:32 pm Subject: Logitech MX 3100/3000 Wireless Keyboard Script |
Cool. Let me know how it goes. Do you know the model number of your keyboard?
I was wondering if I should bother putting a default function in for every button, set up mostly like the normal driv ... |
Topic: Ideas for capturing special Mouse Buttons? |
Peepsalot
Replies: 11
Views: 2281
|
Forum: General Chat Posted: Wed Oct 12, 2005 3:31 pm Subject: Ideas for capturing special Mouse Buttons? |
Yeah the buttons, in case you are wondering are as follows:
Left button
Right Button
Middle Button(scroll wheel click)
Wheel Up
Wheel Down
Wheel tilt left*
Wheel tilt right*
"Forward"
"Back"
... |
Topic: Ideas for capturing special Mouse Buttons? |
Peepsalot
Replies: 11
Views: 2281
|
Forum: General Chat Posted: Wed Oct 12, 2005 3:25 pm Subject: Ideas for capturing special Mouse Buttons? |
| The drivers are crap bloatware(~36Mb), and since the mouse and keyboard drivers are a package deal, it would break the functionality of my keyboard at the same time. Everytime I press Alt-F4 it would ... |
Topic: Can Input be substituted for KeyWait? |
Peepsalot
Replies: 4
Views: 406
|
Forum: Ask for Help Posted: Sun Oct 09, 2005 7:24 pm Subject: Can Input be substituted for KeyWait? |
| Just trying to learn the different uses for all the functions. Thanks for the help. |
Topic: Can Input be substituted for KeyWait? |
Peepsalot
Replies: 4
Views: 406
|
Forum: Ask for Help Posted: Sun Oct 09, 2005 9:30 am Subject: Can Input be substituted for KeyWait? |
and Input can't be made to check for a key up even with something like this?
Input dummyVar, T0.03, {Down up} |
Topic: Can Input be substituted for KeyWait? |
Peepsalot
Replies: 4
Views: 406
|
Forum: Ask for Help Posted: Sun Oct 09, 2005 3:33 am Subject: Can Input be substituted for KeyWait? |
| I was looking at the Input function, and it seems like it is capable of performing the same thing. I have a script that uses KeyWait, so I tried replacing it with a call to Input, but it isn't functi ... |
Topic: Ideas for capturing special Mouse Buttons? |
Peepsalot
Replies: 11
Views: 2281
|
Forum: General Chat Posted: Fri Oct 07, 2005 6:16 pm Subject: Ideas for capturing special Mouse Buttons? |
I have a Logitech MX 1000 mouse that has about 10 different buttons on it.
I refuse to use Logitech's drivers, and have opted to use AutoHotkey to configure these buttons.
Without the drivers, AutoH ... |
Topic: Unlimited Undo In Text Editors |
Peepsalot
Replies: 2
Views: 502
|
Forum: Ask for Help Posted: Fri Oct 07, 2005 6:07 pm Subject: Unlimited Undo In Text Editors |
Text doesnt take up much RAM so I doubt that filling it up is much of an issue.
But in the event that RAM was full, it would probably be written to virtual memory(on the hard drive). This is handled ... |
Topic: ahk in a website? |
Peepsalot
Replies: 5
Views: 582
|
Forum: Ask for Help Posted: Fri Oct 07, 2005 5:23 pm Subject: ahk in a website? |
If you want to have hotkeys that work for anyone that loads your webpage, you'll have to use javascript to write that.
Or you could just offer a link to your script and let people download it. I'm ... |
Topic: Multiple Letter Hotkeys |
Peepsalot
Replies: 8
Views: 714
|
Forum: Ask for Help Posted: Fri Oct 07, 2005 4:37 pm Subject: Multiple Letter Hotkeys |
Try using ampersand "&"
http://www.autohotkey.com/docs/Hotkeys.htm |
Topic: More flexible Code Blocks |
Peepsalot
Replies: 3
Views: 643
|
Forum: Wish List Posted: Fri Oct 07, 2005 4:35 pm Subject: More flexible Code Blocks |
Can blocks be changed so that it is aceptable to start one on the same line as an if or hotkey?
if (1<2){
MsgBox Ok1
}
if 1<2 {
MsgBox Ok2
}
F12:: ... |
Topic: Filter Key History by event type |
Peepsalot
Replies: 2
Views: 594
|
Forum: Wish List Posted: Fri Oct 07, 2005 4:05 pm Subject: Filter Key History by event type |
| Thanks Chris, you are really on the ball. Keep up the good work! |
| |