Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Arrow Keys to move Crew in Engineering #2060

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

parracodea
Copy link
Contributor

Avoids duplicate keybinding in Engineering+, where S moves the Crew down, but also toggles Shields


For Weapons station, S toggles shields and in Engineering, W A S D moves a Crew Member. However in Engineering+, they have the ability to do both, so moving a Crew member also causes the shields to be turned on/off.

The default keybinds have been reassigned as follows:

Action Original Key New Key Additional Note
"ENGINEERING_POWER_100" Space \\ Backslash to reset power levels since it's next to the increase/decrease keys ([, ])
"ENGINEERING_POWER_INCREASE" Up ]
"ENGINEERING_POWER_DECREASE" Down [
"ENGINEERING_COOLANT_INCREASE" Left = = since its the same key as +
"ENGINEERING_COOLANT_DECREASE" Right - See note below
"ENGINEERING_REPAIR_CREW_NEXT" Q C C for "Crew" to follow the convention where the letter matches the action name
"ENGINEERING_REPAIR_CREW_UP" W Up
"ENGINEERING_REPAIR_CREW_DOWN" S Down
"ENGINEERING_REPAIR_CREW_LEFT" A Left
"ENGINEERING_REPAIR_CREW_RIGHT" D Right

Note: There's a bug in SeriousProton where it's unable to read - as a keybind from keybindings.json. See daid/SeriousProton#243 for a fix (which should probably be merged before this PR).

Avoids duplicate keybinding in Engineering+, where `S` moves the Crew down, but also toggles Shields
@daid daid merged commit 858c1ff into daid:master Mar 31, 2024
7 checks passed
@daid
Copy link
Owner

daid commented Mar 31, 2024

Thanks for all of these! It's the little things that are a lot of work and easy to miss.

@parracodea parracodea deleted the bugfix/keybinding-engineering-plus branch April 7, 2024 03:11
Tsht pushed a commit to Tsht/EmptyEpsilon that referenced this pull request Oct 12, 2024
Avoids duplicate keybinding in Engineering+, where `S` moves the Crew down, but also toggles Shields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants