Skip to content

Thumbstick push auto-toggle #128

@marcos-diaz

Description

@marcos-diaz

Problem

Some games do not implement run toggle, so when assigning the run key (shift) to the thumbstick push, it requires to keep pushing it, instead of latching as controller layouts usually do.

This feature could be easily emulated via firmware.

Proposed solution

  • Additional boolean option in the thumbstick settings: Push auto-toggle.
  • Requirements for the assigned key to be toggled ON:
    • The Push auto-toggle option is enabled.
    • The user pushes in the thumbstick (does not matter if it is released or not).
    • The thumbstick position is outside of the deadzone.
  • Requirements for the assigned key to be toggled OFF:
    • The key was toggled on.
    • The thumbstick position returns to the deadzone.
    • Alternatively: The user pushes the thumbstick a second time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions