Simple-Station / Einstein-Engines

A Space Station 14 upstream repository, inspired by Baystation12.
https://einstein.simplestation.org
GNU Affero General Public License v3.0
27 stars 53 forks source link

Mirror: Store keybind priority #365

Closed SimpleStation14 closed 1 month ago

SimpleStation14 commented 2 months ago

Mirror of PR #26356: Store keybind priority from space-wizards space-wizards/space-station-14

f7a1ffd0aab25d70ac185753d596469fc1e87480

PR opened by wrexbe at 2024-03-23 02:49:07 UTC


PR changed 2 files with 2 additions and 1 deletions.

The PR had the following labels:


Original Body

> Changed it so the priority isn't lost when you set a binding in the UI. > Also added a priority to MoveStoredItem so it doesn't conflict with Use. > Fixes https://github.com/space-wizards/space-station-14/issues/26142 > Does not fix old keybinds files, so they will need to reset it, and rebind it. > > A better solution might be to change it so the keybinds are always in the order they appear in the default keybinds folder, to prevent the ordering from changing unpredictably based on what the user overrides.