Post New Thread
Results 1 to 13 of 13

Thread: numpad keys on mouse side keys

  1. #1

    numpad keys on mouse side keys

    how can i make my 7 and 8 numpad key to be at my side keys on mouse.

    i have intelli and i dont have CD with drivers and other crap you get when buying the mouse.

    i think others need this information too.

    tnx.

  2. #2
    Moderator
    Keeper of the Groove
    BoX's Avatar
    Join Date
    Apr 2006
    Posts
    2,020

    autohotkey.com
    ______________________________
    so high

  3. #3

    little help with autohotkey ?

  4. #4
    Moderator
    Keeper of the Groove
    BoX's Avatar
    Join Date
    Apr 2006
    Posts
    2,020

    XButton1::Send {Numpad8}
    XButton2::Send {Numpad7}

    save as filename.ahk and double click it
    ______________________________
    so high

  5. #5

    fuck me but i dont understand a thing.

    where do type that?
    how to make .ahk file?

    confusing

  6. #6
    Moderator
    Keeper of the Groove
    BoX's Avatar
    Join Date
    Apr 2006
    Posts
    2,020

    any text editor
    ______________________________
    so high

  7. #7
    200 Point Level MyVestige's Avatar
    Join Date
    Dec 2005
    Posts
    206

    well you can try to google your mouse brand/model to see if you can download the drivers
    ______________________________

  8. #8

    but how to make .ahk file.

    i rename file to wc3.ahk but nothing happens :S

    how to launch it with autohotkey

  9. #9
    200 Point Level porps's Avatar
    Join Date
    Feb 2004
    Location
    Manchester, England
    Posts
    239

    /me wonders why you are able to read forums but not helpfiles

    anyway, taken from the helpfile :

    To create a new script:

    Open Windows Explorer and navigate to a folder of your choice.
    Pull down the File menu and choose New >> AutoHotkey Script (or Text Document).
    Type a name for the file, ensuring that it ends in .ahk. For example: Test.ahk
    Right-click the file and choose Edit Script.
    ______________________________
    In & Out Like A Troutâ„¢

  10. #10
    Moderator
    Keeper of the Groove
    BoX's Avatar
    Join Date
    Apr 2006
    Posts
    2,020

    install autohotkey using the executable from autohotkey.com

    start > run > notepad

    copy paste the lines i gave you earlier

    ctrl-s > navigate to your desktop in the pulldown menu > save as mouse.ahk

    close notepad

    at your desktop, double click the file you just saved.

    it should now work(for most people)

    there may be reasons why it won't work for you, but i don't feel like troubleshooting
    ______________________________
    so high

  11. #11
    500 Point Level Chewing's Avatar
    Join Date
    Apr 2007
    Location
    Holland
    Posts
    531

    Hey, does that work for other mouses as well? As for myself i am using a logitech mx510

  12. #12

    tnx a lot man

  13. #13
    Moderator
    Keeper of the Groove
    BoX's Avatar
    Join Date
    Apr 2006
    Posts
    2,020

    for the first two extra buttons, most will support and call them XButton1 and XButton2

    but like for my diamondback i dont think they have names for the 2 extra buttons on the other side... and diamondback drivers are really unreliable, only working like 10% of the time.

    so in addition to numpad 7 and 8 on XButton1 and XButton2, i have added control-XButton1 and control-XButton2 for 4 and 5 so i can use 4 of the inventory slots with my mouse or ctrl-mouse ^^
    ______________________________
    so high

Post New Reply

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts