From 122034f922b2c50bc7c67a59971d767dfb614b6f Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Sun, 27 Jul 2025 22:05:07 +0200 Subject: [PATCH] [fgo] improve keyboard bindings --- dist/fgo/segatools.ini | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/dist/fgo/segatools.ini b/dist/fgo/segatools.ini index 20d3633..b833a1a 100644 --- a/dist/fgo/segatools.ini +++ b/dist/fgo/segatools.ini @@ -194,19 +194,20 @@ stickDeadzone=7849 [keyboard] ; Keyboard bindings: -; Stick controls (default: WASD) +; Keyboard movement +; Default is WASD keys for Joystick movemnt up=0x57 -left=0x41 down=0x53 +left=0x41 right=0x44 -; Attack (default: Space) -attack=0x20 -; Dash (default: LSHIFT) -dash=0xa0 -; Change Target (default: J) -target=0x4A -; Re-center camera (default: K) -camera=0x4B -; Noble Phantasm (default: L) -np=0x4C +; Dash button. Default is the Left Shift, +dash=0xA0 +; Cycle Target button. Default is the F key. +target=0x46 +; Attack button, Default is the Right Mouse Button. +attack=0x02 +; Noble Phantasm button. Default is the Spacebar +np=0x20 +; Center Camera, Default is the C key +camera=0x43