AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 29 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Multi-button mice and KVMs
catapult

Replies: 11
Views: 1288

PostForum: Ask for Help   Posted: Fri Jun 30, 2006 5:50 am   Subject: Multi-button mice and KVMs
Well, the mechanical KVM was almost guaranteed to work as it only switches which wires are physically connected.

Mechanical KVMs can also be used 'backward' hooking up two keyboards and two mice to ...
  Topic: Multi-button mice and KVMs
catapult

Replies: 11
Views: 1288

PostForum: Ask for Help   Posted: Tue Apr 18, 2006 6:43 pm   Subject: Multi-button mice and KVMs
If that's the case, then it is exactly the problem I had, and I did find a solution for me, and ahk was a part of that solution. I wanted to know more details of Marius' setup and exactly what he is t ...
  Topic: Multi-button mice and KVMs
catapult

Replies: 11
Views: 1288

PostForum: Ask for Help   Posted: Tue Apr 18, 2006 7:04 am   Subject: Multi-button mice and KVMs
cool
but...... Crying or Very sad
it wont work for me either because its a USB supported KVM (never did see such a KVM yet) or because I am using M$ intellipoint mouse.

It's been a long day, so excuse me if ...
  Topic: ~ doesn't work with shift hotkey
catapult

Replies: 1
Views: 342

PostForum: Ask for Help   Posted: Sat Jul 23, 2005 4:19 pm   Subject: ~ doesn't work with shift hotkey
The hotkey

*~Shift::

doesn't fire when Shift + a is pressed, it only fires when Shift is pressed and released.

Is there a way to have a hotkey fire when Shift is pressed, regradless of whethe ...
  Topic: How to count keys and buttons
catapult

Replies: 5
Views: 483

PostForum: Ask for Help   Posted: Sat Jul 16, 2005 6:48 pm   Subject: How to count keys and buttons
I'm guessing that this has not been made easy to script due to the potiential of a script like that being easily modified into a key logger...

I wouldn't have thought of that, but it may be useful ...
  Topic: How to count keys and buttons
catapult

Replies: 5
Views: 483

PostForum: Ask for Help   Posted: Sat Jul 16, 2005 4:54 pm   Subject: How to count keys and buttons
There are surely more elegant ways to do this.

That's what I'm hoping for Wink Brute force would be a long script. Over a hundred keys and mouse buttons, then all the modifier combinations of those ...
  Topic: How to count keys and buttons
catapult

Replies: 5
Views: 483

PostForum: Ask for Help   Posted: Fri Jul 15, 2005 1:38 am   Subject: How to count keys and buttons
Has someone already written a script that counts the number of times each key and mouse button is pressed?

I want to measure the relative frequency of how often I press each key on the keyboard and ...
  Topic: I put my Xbutton1 as alt, it works but not in every progr
catapult

Replies: 6
Views: 414

PostForum: Ask for Help   Posted: Wed Jul 13, 2005 2:13 pm   Subject: I put my Xbutton1 as alt, it works but not in every progr
This should do it:

Xbutton1::
send {LAlt DOWN}
KeyWait XButton1 ; Wait for the user to release the button.
send {LAlt UP}
return

I'm curious why AHK seems to prefer the above over:
Xbutton ...
  Topic: remap special buttons on mouse (logitech)
catapult

Replies: 6
Views: 598

PostForum: Ask for Help   Posted: Tue Jul 12, 2005 2:01 am   Subject: remap special buttons on mouse (logitech)
The extra buttons on my Microsoft mouse aren't supported by ahk's hotkeys too so I don't think there's a way to do it yet.

That's odd. Works for me. With Windows 2000, and a Microsoft Intellimouse ...
  Topic: AHK in Linux?
catapult

Replies: 65
Views: 13471

PostForum: General Chat   Posted: Tue Jul 12, 2005 1:47 am   Subject: AHK in Linux?
That is strange, I haven't found anything either... Are there any plans of converting AHK to Linux?

I never used it, but I remember a web page that described how to pop up a cheat sheet in Linux. B ...
  Topic: How differentiate real button press vs. autohotkey "pre
catapult

Replies: 12
Views: 1284

PostForum: Ask for Help   Posted: Tue Jul 12, 2005 1:39 am   Subject: How differentiate real button press vs. autohotkey "pre
Here are a few things that might indirectly answer your questions.

Firstly, I don't think there's a way to change the state of a mouse button (down or up) without the system being aware that you di ...
  Topic: How differentiate real button press vs. autohotkey "pre
catapult

Replies: 12
Views: 1284

PostForum: Ask for Help   Posted: Fri Jul 01, 2005 4:27 am   Subject: How differentiate real button press vs. autohotkey "pre
I've tried a few more things, and I suppose that I might be able to get of some of what I want with some combination of using the flag, and having different hotkeys for different windows. But it's a b ...
  Topic: Adressing Mouse Buttons correctly
catapult

Replies: 16
Views: 1685

PostForum: Ask for Help   Posted: Wed Jun 29, 2005 4:03 pm   Subject: Adressing Mouse Buttons correctly
I don't think so because a prefix key such as XButton1 will fire it's naked counterpart (XButton1::) upon release rather than upon press-down of XButton1. This behavior is described on the
Thanks fo ...
  Topic: How differentiate real button press vs. autohotkey "pre
catapult

Replies: 12
Views: 1284

PostForum: Ask for Help   Posted: Wed Jun 29, 2005 3:59 pm   Subject: Re: How differentiate real button press vs. autohotkey "

Rather than setting a flag, you might find it easier to have a timer that selectively disables RButton hotkeys depending on which type of window is active.
If I only wanted to fix this behaviour in ...
  Topic: Adressing Mouse Buttons correctly
catapult

Replies: 16
Views: 1685

PostForum: Ask for Help   Posted: Wed Jun 29, 2005 4:34 am   Subject: Adressing Mouse Buttons correctly

left + right would be middle click

Oops, I meant double click, but pretty much the same thing, just change MouseClick Midde to two MouseClick Lefts.
The following seems to work:
~LButton & ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group