Skip to content

Commit fccf0cc

Browse files
Jan ŠimekFlamefire
authored andcommitted
Capture spacebar as a character only (#1873)
1 parent 0e0db2b commit fccf0cc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libs/s25main/desktops/dskGameInterface.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,6 @@ bool dskGameInterface::Msg_KeyDown(const KeyEvent& ke)
796796
WINDOWMANAGER.Show(std::make_unique<iwChat>(this));
797797
return true;
798798

799-
case KeyType::Space: // Show / hide construction aid
800-
gwv.ToggleShowBQ();
801-
return true;
802-
803799
case KeyType::Left: // Scroll left
804800
gwv.MoveBy({-30, 0});
805801
return true;

0 commit comments

Comments
 (0)