diff --git a/src/renderer/components/pages/Config/pages/GamepadConfig.tsx b/src/renderer/components/pages/Config/pages/GamepadConfig.tsx index f7d9e56f..b4faa7c9 100644 --- a/src/renderer/components/pages/Config/pages/GamepadConfig.tsx +++ b/src/renderer/components/pages/Config/pages/GamepadConfig.tsx @@ -34,7 +34,7 @@ let data: ShortcutData[] = [ // //#endregion // #region XYAB - { content: 'X: Stop Navigation', from: [RIGHT_X, 180], to: [610, 230] }, + { content: 'X: Headlights', from: [RIGHT_X, 180], to: [610, 230] }, { content: 'Y: Switch Front Back', from: [RIGHT_X, 211], to: [675, 211] }, { content: 'B: Reset Flipper Position', diff --git a/src/renderer/inputSystem/index.ts b/src/renderer/inputSystem/index.ts index 1192a168..7eaf1b6f 100644 --- a/src/renderer/inputSystem/index.ts +++ b/src/renderer/inputSystem/index.ts @@ -62,7 +62,6 @@ const defaultActions: Action[] = [ }); }, }, - { name: 'stopNavigation', bindings: [{ type: 'gamepadBtnDown', button: buttonMappings.X }],