mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 07:11:29 +00:00
@@ -289,8 +289,7 @@ rotate.ccw = LeftBracket ; Rotate building placement preview anticlockwise
|
||||
|
||||
[hotkey.session.savedgames]
|
||||
delete = Delete ; Delete the selected saved game asking confirmation
|
||||
reallyDelete = "Shift+Delete" ; Delete the selected saved game without confirmation
|
||||
noConfirmation = Shift ; Do not ask confirmation when clicking on the delete button
|
||||
noConfirmation = Shift ; Do not ask confirmation when deleting a game
|
||||
|
||||
[hotkey.session.queueunit] ; > UNIT TRAINING
|
||||
1 = "Z" ; add first unit type to queue
|
||||
|
||||
@@ -36,10 +36,6 @@
|
||||
</action>
|
||||
</object>
|
||||
|
||||
<object hotkey="session.savedgames.reallyDelete">
|
||||
<action on="Press">deleteGameWithoutConfirmation();</action>
|
||||
</object>
|
||||
|
||||
<object name="loadGameButton" type="button" style="StoneButton" size="66%-5 100%-60 100%-25 100%-32">
|
||||
<translatableAttribute id="caption">Load</translatableAttribute>
|
||||
<action on="Press">loadGame();</action>
|
||||
|
||||
Reference in New Issue
Block a user