06-21-2024, 04:56 PM
Hello.
I had an inconvinience with playing "mgs3 snake eater" on keyboard on windows: needed 3 sets of movement keys - walking, running, stalking.
As i know pcsx2 doesnt handle combination keys like shift+w, alt+w to make logical bind of movement on the same keys but with mod key.
So i made a little script on python that listens for key inputs and sends another key to pcsx2 if mod key was pressed.
source code:
github.com/baluR220/comb_kbd
Feel free to use
I had an inconvinience with playing "mgs3 snake eater" on keyboard on windows: needed 3 sets of movement keys - walking, running, stalking.
As i know pcsx2 doesnt handle combination keys like shift+w, alt+w to make logical bind of movement on the same keys but with mod key.
So i made a little script on python that listens for key inputs and sends another key to pcsx2 if mod key was pressed.
source code:
github.com/baluR220/comb_kbd
Feel free to use