| View previous topic :: View next topic |
| Author |
Message |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 4:43 am Post subject: Mouse/Key Swapper? |
|
|
| I need a program to use the keyboard instead of my mouse, because my mouse is too noisy for the sleepers.. I don't want to wake anyone up. |
|
| Back to top |
|
 |
Neight
Joined: 31 Dec 2008 Posts: 23
|
Posted: Fri Jan 02, 2009 5:35 am Post subject: |
|
|
Search, damnit. _________________ Ask stupid questions, get stupid answers.
Search before posting! |
|
| Back to top |
|
 |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 5:59 am Post subject: |
|
|
I did, and I can't find any.. why else would I be asking?
All I get is mouse key swapping for LEFTIES, I don't want left hand mouse options.. |
|
| Back to top |
|
 |
Neight
Joined: 31 Dec 2008 Posts: 23
|
Posted: Fri Jan 02, 2009 6:00 am Post subject: |
|
|
Everyone says that. It's the people that don't know HOW to search that never find what they are looking for.
Using Keyboard Numpad as a Mouse -- by deguix _________________ Ask stupid questions, get stupid answers.
Search before posting! |
|
| Back to top |
|
 |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 6:04 am Post subject: |
|
|
instead of being a jackass about it, why don't you listen? I've searched for 1 whole hour, quit being a wanker. If you got no answers, then bug off. It's getting late, and I have no patience to type softly.
How dare you accuse me of such.. I have typed numerous keywords into google, and I found this forum in the process. I'm looking for answers, not bullshit you jerk. |
|
| Back to top |
|
 |
Neight
Joined: 31 Dec 2008 Posts: 23
|
Posted: Fri Jan 02, 2009 6:09 am Post subject: |
|
|
I gave you answer, quit freaking out =\ _________________ Ask stupid questions, get stupid answers.
Search before posting! |
|
| Back to top |
|
 |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 6:25 am Post subject: |
|
|
it's not what I requested, none of that tabbing stuff. I need this for an online game, something I can't just use the Tab button for..
I need a convertor of some kind. |
|
| Back to top |
|
 |
Slanter
Joined: 28 May 2008 Posts: 739 Location: Minnesota, USA
|
Posted: Fri Jan 02, 2009 6:30 am Post subject: |
|
|
The script he linked to has nothing to do with the tab key... It is a 'converter' of sorts. _________________ Unless otherwise stated, all code is untested
(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 6:43 am Post subject: |
|
|
ya, and I tested it.. it doesn't work with my mouse cursor alone.
it does the same thing as the tab key with me, I need something that makes a key act like the mouse button was pressed.
you try the script, and tell me how the heck I'm supposed to click with my pointer using the keyboard.. I need to avoid the loud clacking of my mouse, but what I don't need is a artificial selector, because that does not work with a game application. |
|
| Back to top |
|
 |
Slanter
Joined: 28 May 2008 Posts: 739 Location: Minnesota, USA
|
Posted: Fri Jan 02, 2009 6:51 am Post subject: |
|
|
If that's all you need, then I'm going to tell you to RTFM
| Code: | Key::LButton
Key::RButton
Key::MButton
Key::XButton1
... |
_________________ Unless otherwise stated, all code is untested
(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Jan 02, 2009 12:33 pm Post subject: |
|
|
you guys aren't listening. this guy isn't an AHK user. He just got to this forum by searching Google.
Poster: you need to first download the AHK software, then right-click on your desktop and click "New|Autohotkey Script". Then you have a new script, right-click on it and click "edit". then insert these two linesÉ
z::LButton
x::RButton
you lose your z and x key (can't type with them). so go read the docs and select some other combo if you want to type too. |
|
| Back to top |
|
 |
airikita
Joined: 02 Jan 2009 Posts: 6
|
Posted: Fri Jan 02, 2009 4:09 pm Post subject: |
|
|
That's ok Guest, I figured it out... I've scripted before, so it's np.
Pretty basic, but the numpad script does not work for the MMO I play, it only seems to work for other things, and makes the mouse jump. Using the pointer itself, and using the keys to click wasn't working either, it was more like a highlighter.
Ya, I didn't know what it was, but after the first reply on the numpad script, I downloaded the tools. |
|
| Back to top |
|
 |
|