Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

joytokey & autohotkey (toggle configs realtime)

 
   Game Forums (Home) -> Space Sim RSS
Related Topics:
Everyone hate Derek Smart. But really you all love him. - Who was that guy from Gone Gold that was one of DS biggest :) He was good for a few laughs. I was convinced he loveed DS. Hate=Love ask any Shrink :) It's funny everyone hates him. But yet you all can never stop talking about him. Or reading..

Follow Eve Players - Hi I did a googgle search and found this To all follow Eve players hi! I'm Stri (and so is my char)

X3 - 1.4 patch out - -= *X3: - THE 1.4 UPDATE* =- The 1.4 update for X³ provides some new game features as well as improving on..

eve online trial request - Would one of you guys please send me a buddy program trial for EVE Online to I been watching alot of Galactica and it put me in the mood for a game like this. I just need to see if its the right one. Thanks in..

Microsoft Feelancer - Has anyone ever ventured into the Alaska System in the PC games I'm as The jumpgate is access denied.
Next:  Starfleet Command III and DirectX 9.0  
Author Message
dexter

External


Since: Jun 27, 2004
Posts: 1



(Msg. 1) Posted: Sun Jun 27, 2004 2:44 pm
Post subject: joytokey & autohotkey (toggle configs realtime)
Archived from groups: comp>sys>ibm>pc>games>action, others (more info?)

Make a keyboard hotkey (spacebar, capslock, etc) that will switch between
multiple joytokey configs in (real-time).

so a 4 button joystick can now have 8 or 12
'virtual' buttons, just by holding down (spacebar or Lshift, etc)!

I posted the macro/script for this on www.autohotkey.com script forum.



Below is info on autohotkey.

http://www.autohotkey.com

This free hotkey/macro/scripting program (open-source) is truly excellent.

It can create hotkeys using --ANY-- keyboard, mouse or joystick
buttons (WinXP).

Hotkey examples:

spacebar + [a-z]
spacebar + joybutton [1-32]
spacebar + mousebutton [1-5]

capslock + [a-z]
capslock + joybutton [1-32]
capslock + mousebutton [1-5]

'a' + [b-z]
'a' + mousebutton [1-5]
'a' + joybutton [1-32]

Lshift + joybutton [1-32]
Lshift + mousebutton [1-5]
Lshift + [a-z]



Also, any -Single- key on the keyboard can be made a hotkey! No prefix key
or combination keys required.
So the letter 'k' or even a comma ',' could become hotkeys.



Macros can perform different commands when:

1. the hotkey is first pressed down
2. while the hotkey is held down (auto-repeat feature)
3. when the hotkey is released.

Excellent!


The macro/scripts that you assign to a hotkey are easy to script, and
powerful.

Examples:

-'Hold' down any key/button, using a toggle hotkey.

-Create many 'virtual' joystick/mouse buttons

-Move/click the mouse using hotkeys.

-Respond to pixel colors

-Create PopUp menus (toolbars)

-Control any program, while its in the background.

-Compile the script into an *.exe file.

-Auto Respond to popup windows.

------------------------------------------------------------------------------
------------------------------------------------
Its a very flexible program and is free, open-source GNU.

http://www.autohotkey.com

Note: Game compatibility and hotkey combinations are currently limited under
win98.





Below are working hotkeys scripts:


+w::send, {enter} ; uppercase W , sends enter

;------------- space + middle mouse , sends pagedown
space & mbutton::send, {pgdn}

;------------- space+h moves mouse cursor and clicks up
space & h::
mousemove, 345, 66
mouseclick, right, , , , , U
return

;--------------- pressing 'w' will toggle the left mouse button drag mode
space & w::
GetKeyState, updown, Lbutton, L
if updown = d
mouseclick, left, , , , , u
if updown = u
mouseclick, left, , , , , d
return

;;--------------space + mouse button #5, sends whatsup (text)
space & xbutton2::
Run, Notepad.exe
winactivate, Untitled - Notepad
winwaitactive, Untitled - Notepad
send, whatsup
return

;--------------Joystick POV hat, remap if Lshift down
Lshift::
getkeystate, state, JoyPOV
ifequal, state, 0, Send, {up}
ifequal, state, 9000, send, {right}
ifequal, state, 18000, send, {down}
ifequal, state, 27000, send, {left}
sleep, 200
return

;;------------- force Lshift and ctrl key into UP state
capslock & g::
send, {ctrl up}
send, {Lshift up}
return

$space::send {space} ;spacebar send itself

 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
Lemming

External


Since: Aug 04, 2004
Posts: 207



(Msg. 2) Posted: Tue Jun 29, 2004 12:51 am
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: comp>sys>ibm>pc>games>space-sim (more info?)

On Sun, 27 Jun 2004 14:44:38 GMT, dexter <asdfasdf.DeleteThis@asdf.com> wrote:

[snip]

This appears to be the archive we requested.

Lemming
--
Curiosity *may* have killed Schrodinger's cat.

 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
br d

External


Since: May 11, 2005
Posts: 130



(Msg. 3) Posted: Tue Jun 29, 2004 2:16 pm
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 29 Jun 2004 00:51:00 +0100, Lemming
<thiswillbounce DeleteThis @bumblbee.demon.co.uk> wrote:

>On Sun, 27 Jun 2004 14:44:38 GMT, dexter <asdfasdf DeleteThis @asdf.com> wrote:
>
>[snip]
>
>This appears to be the archive we requested.

Yes.

>
>Lemming

So how's thing's you pig's blood loving chip eating warm bitter
drinking hobnail boot wearing spotty arsed northern git?

Hope you are well.

br d
 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
Lemming

External


Since: Aug 04, 2004
Posts: 207



(Msg. 4) Posted: Wed Jun 30, 2004 11:24 pm
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 29 Jun 2004 14:16:13 +0100, br d
<misterbCOCKNEYTWAT RemoveThis @nildram.co.uk> wrote:

>On Tue, 29 Jun 2004 00:51:00 +0100, Lemming
><thiswillbounce RemoveThis @bumblbee.demon.co.uk> wrote:
>
>>On Sun, 27 Jun 2004 14:44:38 GMT, dexter <asdfasdf RemoveThis @asdf.com> wrote:
>>
>>[snip]
>>
>>This appears to be the archive we requested.
>
>Yes.
>
>>
>>Lemming
>
>So how's thing's you pig's blood loving chip eating warm bitter
>drinking hobnail boot wearing spotty arsed northern git?

Yeah, he's well. Overweight from all the chips and beer, but well.

>Hope you are well.

I'm not bad either. You?


Lemming
--
"He'll get a fair trial, then we'll hang him."
 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
br d

External


Since: May 11, 2005
Posts: 130



(Msg. 5) Posted: Fri Jul 02, 2004 8:03 pm
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 30 Jun 2004 23:24:58 +0100, Lemming
<thiswillbounce.TakeThisOut@bumblbee.demon.co.uk> wrote:

>On Tue, 29 Jun 2004 14:16:13 +0100, br d
><misterbCOCKNEYTWAT.TakeThisOut@nildram.co.uk> wrote:
>
>>On Tue, 29 Jun 2004 00:51:00 +0100, Lemming
>><thiswillbounce.TakeThisOut@bumblbee.demon.co.uk> wrote:
>>
>>>On Sun, 27 Jun 2004 14:44:38 GMT, dexter <asdfasdf.TakeThisOut@asdf.com> wrote:
>>>
>>>[snip]
>>>
>>>This appears to be the archive we requested.
>>
>>Yes.
>>
>>>
>>>Lemming
>>
>>So how's thing's you pig's blood loving chip eating warm bitter
>>drinking hobnail boot wearing spotty arsed northern git?
>
>Yeah, he's well. Overweight from all the chips and beer, but well.

Chips and beer though eh? Just an occasional roll in the hay thrown in
and there's really not a lot more you can ask for from life is there?.
Well, not if you expect an answer.

>
>>Hope you are well.
>
>I'm not bad either. You?

Most splendid thanks, lot's of work, little stress, reasonably
healthy, nope, can't complain at all.

I will return the visit my friend, I'm just a hopeless organiser of
social events. I will mail you shortly for a reaction.

br d
 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
Lemming

External


Since: Aug 04, 2004
Posts: 207



(Msg. 6) Posted: Sat Jul 03, 2004 2:21 am
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 02 Jul 2004 20:03:22 +0100, br d
<misterbCOCKNEYTWAT RemoveThis @nildram.co.uk> wrote:

>I will return the visit my friend, I'm just a hopeless organiser of
>social events. I will mail you shortly for a reaction.

I await your email with bated (or is that baited?) breath. Anyway, I
won't be holding it.

Or you could phone - you know my number.

Lemming
--
Curiosity *may* have killed Schrodinger's cat.
 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
br d

External


Since: May 11, 2005
Posts: 130



(Msg. 7) Posted: Sat Jul 03, 2004 12:05 pm
Post subject: Re: joytokey & autohotkey (toggle configs realtime) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 03 Jul 2004 02:21:24 +0100, Lemming
<thiswillbounce.DeleteThis@bumblbee.demon.co.uk> wrote:

>On Fri, 02 Jul 2004 20:03:22 +0100, br d
><misterbCOCKNEYTWAT.DeleteThis@nildram.co.uk> wrote:
>
>>I will return the visit my friend, I'm just a hopeless organiser of
>>social events. I will mail you shortly for a reaction.
>
>I await your email with bated (or is that baited?) breath. Anyway, I
>won't be holding it.
>
>Or you could phone - you know my number.

I have it somewhere, I think it may have been on the back of one of
those photo's the police confiscated. Will mail you init.

br d
 >> Stay informed about: joytokey & autohotkey (toggle configs realtime) 
Back to top
Login to vote
Display posts from previous:   
   Game Forums (Home) -> Space Sim All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]