[TC] Gaming Forums
key binding - Printable Version

+- [TC] Gaming Forums (https://forum.city-driving.co.uk)
+-- Forum: General Information (/forumdisplay.php?fid=1)
+--- Forum: General Discussions (/forumdisplay.php?fid=4)
+---- Forum: Help Requests & Technical Support (/forumdisplay.php?fid=9)
+---- Thread: key binding (/showthread.php?tid=24982)



key binding - bowler - 2017-01-03 10:40

hey guys i was just wondering if there was anyway to bind the page up page down buttons to like ctrl+ or alt+ if so PLEEEEEEEEEASE let me no ty in advance




GANJI


RE: key binding - Owl - 2017-01-03 10:47

You haven't told us, what you want to bind them to?


RE: key binding - bowler - 2017-01-03 10:54

to ctrl+ or alt +


RE: key binding - bowler - 2017-01-07 10:07

bump anyone id be very grateful


RE: key binding - GT4tube - 2017-01-07 10:24

TClights binds? to CTRL or ALT in LFS binds?

you need JoyToKey or Logitech Profiler.

My binds:
[Image: 5870c1f6dd9f3-Desktop_2017.01.07_-_11.24.28.02.png]

Joystick 1 its Joypad (PS2)
2 its Wheel T300
3 its G27 Shifter.


RE: key binding - BP - 2017-01-07 16:54

Moving to Tech Support.
ed: Actually moving to Help Requests & Technical Support because I guess it's to do with TC lights or something.


RE: key binding - Adorable - 2017-01-07 19:15

What I understood is that you want to remap other keys to press PageUp/down for TCLights,

for this matter, you can use the free software AutoHeyKey: http://ahkscript.org/

I wrote a script for our case, I set Numpad9 and Numpad8 to be the new PageUp/PageDown keys.

Save this code with .ahk format and run it after installing AHK.
Code:
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

Numpad9::PgUp
Numpad8::PgDn


in LFS, you set 2 binds to enter the following: /press 8 | /press 9. (the new pageup/down)

Example: