[TC] Gaming Forums

Full Version: key binding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
You haven't told us, what you want to bind them to?
to ctrl+ or alt +
bump anyone id be very grateful
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.
Moving to Tech Support.
ed: Actually moving to Help Requests & Technical Support because I guess it's to do with TC lights or something.
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:
Reference URL's