Add keybind for swapping hands in the other direction (#37588)

add swap hands reverse
This commit is contained in:
slarticodefast
2025-05-19 03:17:35 +02:00
committed by GitHub
parent f62f0fbae9
commit f3c4ff8a2a
6 changed files with 33 additions and 12 deletions

View File

@@ -181,6 +181,7 @@ namespace Content.Client.Options.UI.Tabs
AddButton(ContentKeyFunctions.Drop);
AddButton(ContentKeyFunctions.ExamineEntity);
AddButton(ContentKeyFunctions.SwapHands);
AddButton(ContentKeyFunctions.SwapHandsReverse);
AddButton(ContentKeyFunctions.MoveStoredItem);
AddButton(ContentKeyFunctions.RotateStoredItem);
AddButton(ContentKeyFunctions.SaveItemLocation);