Jungle Cruise Controls

#4
I thought this was going to be a rant thread.. I'm relieved that it's not annnnd I love this idea
 

Blackstock

don't you fret, my dear
#6
I don't even have a laptop and this is a viable option, because that's what I usually use when I play games with the WASD option.
 

Flume

Well-Known Member
#8
I agree. When I use my laptop, I cannot use the mouse and the arrow keys at the same time. This option would be very helpful.
 

CourtiiPop

Active Member
#9
There are applications you can download to re-map your keys. It's called Auto Hotkey. You just have to remember to suspend the program in order to talk to people. Once the keys are remapped, they will function as arrow keys and you won't be able to use them as letters until you suspend or exit the script. Here's some info:


Changing Arrow to WASD keys:

1. Go and download Autohotkey (http://www.autohotkey.com/)

* Next Open a notepad document up and type in:

Gui +LastFound
#IfWinExist
w::up
a::left
s::down
d::right
~-::Suspend
+~-::Suspend
Return

* Go to File/Save As
* Choose whatever File Name you desire but end it in .ahk
* Save As type must be set to All files
* You now have a script to change arrow keys to WASD keys.
* To make it into a .exe file simply go to programfiles/autohotkey/convert .ahk to .exe and convert your file.


FYI... You can change any key to any other key this way as well. The - button will suspend the EXE so you can type to people etc. You can change that also to any button you like.

Those wanting a even easier explanation could just check out this: Picture (http://i.imgur.com/YHXQX.png)
 
Top