Search found 13 matches
- 06 Jul 2018, 04:33
- Forum: Ask For Help
- Topic: Disable mouse button, yet not.. (now with REWARD) Topic is solved
- Replies: 6
- Views: 973
Re: Disable mouse button, yet not.. (now with REWARD) Topic is solved
..and no more reward. VOID!! i, get this, installed the logitech software and that "powerful" baby can override the game. booya. now i know and will be able to use it for any other stubborn games. not that there should be many more. this is the 1st one i can remember and i play plenty. i'm so happy....
- 29 Jun 2018, 13:21
- Forum: Ask For Help
- Topic: Disable mouse button, yet not.. (now with REWARD) Topic is solved
- Replies: 6
- Views: 973
Re: disable mouse button, yet not.. Topic is solved
REWARD, 50USD
If anyone can make AHK do what I ask above, they get fifty dollars.

- 26 Jun 2018, 12:07
- Forum: Ask For Help
- Topic: Disable mouse button, yet not.. (now with REWARD) Topic is solved
- Replies: 6
- Views: 973
Re: disable mouse button, yet not.. Topic is solved
i just don't know yet. i still think ahk could maybe do it.. somehow.. also fyi, using drivers and "heavy shit" like that, carries a risk (illegal imo, but that's another issue) that with some games, you could get banned or such if their anti cheat software gets triggered. i mean MButton::return doe...
- 25 Jun 2018, 21:05
- Forum: Ask For Help
- Topic: Disable mouse button, yet not.. (now with REWARD) Topic is solved
- Replies: 6
- Views: 973
Re: disable mouse button, yet not.. Topic is solved
there is: https://github.com/evilC/AutoHotInterception u need to, well, intercept the MButton signal coming in, suppress it and send out your desired remapped key instead of it WARNING TAKE CARE when using this code. Because Interception is a driver, and sits below windows proper, blocking with Int...
- 25 Jun 2018, 12:23
- Forum: Ask For Help
- Topic: Disable mouse button, yet not.. (now with REWARD) Topic is solved
- Replies: 6
- Views: 973
Disable mouse button, yet not.. (now with REWARD) Topic is solved
i'm back. if i could get this done, i would be ever so happy. (so happy in fact, i'd reward the 1st working reply, if they so wish, with a steam game or two. got plenty of unused keys from bundles.) the game i am playing auto assigns the middle mouse button (MButton) to zoom. the in-game settings do...
- 23 Jun 2018, 00:37
- Forum: Ask For Help
- Topic: 1 key to 2 with delay
- Replies: 2
- Views: 422
Re: 1 key to 2 with delay
oh my dear "friend", Rohwedder. :bravo: german? then ..> :beer: i used your 1st script and it's what i want. i actually tweaked the timer to 0.1 after some testing (0.5 and 0.3) and now it all works perfectly. ps: are you also a gamer on pc? if yes, do you use steam? :cookie: later edit; no answer f...
- 21 Jun 2018, 12:41
- Forum: Ask For Help
- Topic: 1 key to 2 with delay
- Replies: 2
- Views: 422
1 key to 2 with delay
am i still on? testing 123..... if yes, i need a delay or similar between alt & f, for the following script; LAlt:: Send {LAlt down} Send {f down} Return LAlt up:: Send {LAlt up} Send {f up} Return it's for a game. normally, without a script, if i press alt it aims the gun. if whilst in that view, i...
- 05 Dec 2017, 10:38
- Forum: Gaming
- Topic: can i somehow disable a hardcoded game mouse button setting?
- Replies: 1
- Views: 456
Re: can i somehow disable a hardcoded game mouse button setting?
starting to think this place is crap.
- 02 Dec 2017, 10:01
- Forum: Gaming
- Topic: can i somehow disable a hardcoded game mouse button setting?
- Replies: 1
- Views: 456
can i somehow disable a hardcoded game mouse button setting?
is it possible to disable a hardcoded game key (mouse button). got a pc game that does not let you, via the available ingame settings, remap some keys including mouse button 1 & 2. the game wants you to use mouse 2 (the one i want to change) for zoom. i can override that no problem and here is the s...
- 19 Nov 2017, 10:29
- Forum: Ask For Help
- Topic: Specific Logitech MX ERGO support!!
- Replies: 4
- Views: 1076
Re: Specific Logitech MX ERGO support!!
i use just; WheelLEFT::a WheelRight::s it works like i say, but not properly. i won't use logitech's own software just for this. AHK should properly support scroll tilt. if they don't want to that's fine, not really, but whatever, but if it's an issue they aren't aware of.. i actually wonder how man...
- 15 Nov 2017, 21:28
- Forum: Ask For Help
- Topic: Specific Logitech MX ERGO support!!
- Replies: 4
- Views: 1076
Re: Specific Logitech MX ERGO support!!
hello? .... test 123 all systems go!?!??
please applaud.. ugh, i mean anybody here? dev especially?

- 14 Nov 2017, 10:56
- Forum: Ask For Help
- Topic: Specific Logitech MX ERGO support!!
- Replies: 4
- Views: 1076
Re: Specific Logitech MX ERGO support!!
..and, i'm back.. so i have now tested one game (and it may be specific to it, though, it technically shouldn't be) and whilst the scroll tilt registers in game via the AHK emulation it's not behaving correctly. the game supports lean left/right (It's The Walking Dead Survival Instinct fyi) within t...
- 14 Nov 2017, 02:06
- Forum: Ask For Help
- Topic: Specific Logitech MX ERGO support!!
- Replies: 4
- Views: 1076
Specific Logitech MX ERGO support!!
hi aw, i get it. you guys (switching to your third forum and not importing the database, and as such, peeps having to create new accounts) is all about :trollface: moving on.. hello. long time AHK user. <insert deleted original post here..> i actually had a request, but decided to check the AHK help...