1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Add separate shortcuts for saving and loading of artifact costumes

This commit is contained in:
Ivan Savenko
2024-05-18 16:27:42 +00:00
parent 1f1e693a5b
commit 947d07faa4
6 changed files with 99 additions and 81 deletions

View File

@@ -158,9 +158,6 @@ void CInGameConsole::keyPressed (EShortcut key)
break;
case EShortcut::GAME_ACTIVATE_CONSOLE:
if(GH.isKeyboardAltDown())
return; //QoL for alt-tab operating system shortcut
if(!enteredText.empty())
endEnteringText(false);
else