-
-
Notifications
You must be signed in to change notification settings - Fork 3
[triage test] Proposal: unify the power keybind dispatch #83
Copy link
Copy link
Closed
Labels
A: PowersArea: Powers, power list and the ability system.Area: Powers, power list and the ability system.D2: MediumDifficulty: A good amount of codebase knowledge required.Difficulty: A good amount of codebase knowledge required.P2: RaisedPriority: Item has a raised priority, indicating it might get increased maintainer attention.Priority: Item has a raised priority, indicating it might get increased maintainer attention.T: New FeatureType: New feature or content, or extending existing content.Type: New feature or content, or extending existing content.X: ProposalA formal proposal for the mod. Team members only.A formal proposal for the mod. Team members only.
Description
Activity
Metadata
Metadata
Assignees
Labels
A: PowersArea: Powers, power list and the ability system.Area: Powers, power list and the ability system.D2: MediumDifficulty: A good amount of codebase knowledge required.Difficulty: A good amount of codebase knowledge required.P2: RaisedPriority: Item has a raised priority, indicating it might get increased maintainer attention.Priority: Item has a raised priority, indicating it might get increased maintainer attention.T: New FeatureType: New feature or content, or extending existing content.Type: New feature or content, or extending existing content.X: ProposalA formal proposal for the mod. Team members only.A formal proposal for the mod. Team members only.
Is your proposal related to a problem? Please describe.
The 9 power keybinds each map to a fixed PowerList index, which makes per-suit keybind layouts rigid and hard to extend when a suit has more than 9 powers.
Describe the solution you'd like to propose
Introduce a keybind-to-power binding layer so each suit can declare its own ordered keybind map, decoupling the physical key from the PowerList index.
Describe alternatives you've considered
Leaving the fixed 1-9 mapping and just documenting it; or a radial menu instead of fixed keys.
Additional context
This is a test issue to verify how the AI triage handles proposals - safe to close.