Page 1 of 1

[solved] Remap 'q' and 'e' to Up and Down movement?

PostPosted: Saturday, 21.June 2014, 14:34
by Skinnytorus
Hi there,
I'm having trouble with the wire file trying to Remap 'q' and 'e' to Up and Down movement. #-o Any idea how to do that?
Thank you.

Re: Remap 'q' and 'e' to Up and Down movement?

PostPosted: Sunday, 22.June 2014, 16:23
by ikam
In the past, I used a script to launch wz with azerty keyboard instead of qwerty, here the script .bat

Code: Select all
@echo off
werkkzeug4.exe -w azerty_conf.txt


azerty_conf.txt is the extracted wire.
I put it if you need some test, but I don't know if it always works, don't tried it since long time...

Re: Remap 'q' and 'e' to Up and Down movement?

PostPosted: Sunday, 22.June 2014, 16:40
by Skinnytorus
Thanks. I've just solved that. In the wire file:
Rem out these lines:
Code: Select all
key GearUp 'e';
key GearDown 'q';


and add these:
Code: Select all
key QuakeUpToggle "Move Up" 'q'|ONOFF|ALLSHIFT;
key QuakeDownToggle "Move Down" 'e'|ONOFF|ALLSHIFT;