Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Downside is that your keyboard will be remapped for all programs and windows itself, not just JC4.
But, I actually may have an idea that can really help you. I use the Logitech G13 for gaming. It's a gaming keypad which has a very comfortable ergonomic form. I just rest my hand on it while gaming, it feels amazing.
And as a bonus, you can remap ANY key on the thing. So even if a game locks itself to ASDF, you can remap ASDF to any of the keys on the G13.
https://www.autohotkey.com/
I know I know I know .......... what a PITA
copy and paste the following ahk code in a notepad change MY numpad keys to the keys YOU want to use SAVE the notepad name as whatever you want BUT change the format extension from .txt TO .ahk Tell windows ya I know...LOL
THEN run the script and go play JC4 and move with the keys that you like to use
SetWorkingDir %A_ScriptDir%
#KeyHistory 0
#SingleInstance force
#NoEnv
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
ListLines Off
Process, Priority, , H ;if unstable, comment or remove this line
SetBatchLines, -1
SetKeyDelay, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
Numpad8::w
Numpad5::s
Numpad4::a
Numpad6::d
GuiClose:
ExitApp
Exit
Return
Meantime, I hope that avalance make a patch to resolve this problem. Thank you!
Edit: i made thet script with .ahk extention, but if i try to start it windows ask me which application use to open it. Have i to put that script in a particulary directory?
Radius I wrote that script for people that already have ahk installed but did not want to learn a programming language just to remap 4 keys .... just download ahk from the above link ... and install ... ahk does not even have to be running ......... your script willl run just fine after ahk is installed
G13 is discontinued, not made anymore.
But ALL Steelseries keyboards are 100% remapable as part their standard software, can be layered, is switch layout, and can have game specific profiles.
I honestly don't understand why other companies not just integrate similar software, especially Logitech.
Because why should they have to, its lazy, bone idle underqualified devs that need the kick up the ass.
I'm thinking that someone swapped the definitive version for PC with a Alpha one... :)
I agree with you they shouldn't HAVE too, but its actually not hard to implement AND makes the keyboard far more versatile, so why not add it?
But yea i much rather game have good keybind, than being force to resort to my steel series profiles.
No game should hard lock any keys (except for Esc key for menu), too many games still hardlock 1-9 keys or num keys for item/weapon slot... and usually I want use them for other things, especially when I can access the very same weapon quickly via radial menu or mousewheel.