update keyboard shortcuts

This commit is contained in:
2026-06-23 21:43:34 +02:00
parent f818c90af0
commit 31a8915b0f
9 changed files with 151 additions and 81 deletions

View File

@@ -268,7 +268,7 @@ void ArenaView::mousePressEvent(QMouseEvent* event)
void ArenaView::keyPressEvent(QKeyEvent* event)
{
if (event->key() == Qt::Key_M)
if (event->key() == Qt::Key_F3)
{
m_debugDraw = !m_debugDraw;
return;