waterdark Posted July 31, 2012 Posted July 31, 2012 Hi, i was looking at help, but i dont find... is there a way to make a HotKeySet when press a button from mouse? my mouse have 5 buttons and i want to set a hotkeyset for button 4 and 5.
JohnOne Posted July 31, 2012 Posted July 31, 2012 (edited) Perhaps the MouseEvent UDF in example scripts might help you.EDIT:Sorry (MrCreatoR) Edited July 31, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Venix Posted July 31, 2012 Posted July 31, 2012 If a mouse has that many buttons you usually bind keys to it through your drivers do you not? Anyhow I'm not sure but you may find _IsPressed in the help file useful.
ileandros Posted July 31, 2012 Posted July 31, 2012 waterdark At your computer go at your mouse settings and you can change everything there. Now in case you want to change something special in your mouse bindings follow the advices above. MrCreator UDF is really good. Give it a shot. I feel nothing.It feels great.
waterdark Posted August 2, 2012 Author Posted August 2, 2012 Hi, thx for answer, first of all, i dont have anyprogram with the mouse for config it... the button 4-5 work usual as back/next for webbrowser and detected by games as Mouse Button 4 and 5. I checked the key map, and only have for left/right button and the middle button. When i have time, i check the other answer, thx.
AdmiralAlkex Posted August 2, 2012 Posted August 2, 2012 I checked the key map, and only have for left/right button and the middle button.Unlikely. What map were you looking at? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
waterdark Posted August 5, 2012 Author Posted August 5, 2012 (edited) Unlikely. What map were you looking at?_IsPressed funcion http://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htm Edited August 5, 2012 by waterdark
AdmiralAlkex Posted August 5, 2012 Posted August 5, 2012 _IsPressed funcion http://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htmBut it has all five standard mouse buttons.01 Left mouse button02 Right mouse button04 Middle mouse button (three-button mouse)05 Windows 2000/XP: X1 mouse button06 Windows 2000/XP: X2 mouse button .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
ozmike Posted July 25, 2014 Posted July 25, 2014 (edited) another solution '?do=embed' frameborder='0' data-embedContent>> Edited July 25, 2014 by ozmike
corz Posted April 7, 2018 Posted April 7, 2018 On 31/07/2012 at 1:09 PM, AZJIO said: Hook_MOUSE In case anyone wanted to play with that code (which definitely wants playing with) in English.. https://pastebin.com/DxBcu4NX ;o) Cor nothing is foolproof to the sufficiently talented fool..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now