diff --git a/core/src/com/unciv/ui/utils/KeyPressDispatcher.kt b/core/src/com/unciv/ui/utils/KeyPressDispatcher.kt index 9a5be7ca72..5b7926e71c 100644 --- a/core/src/com/unciv/ui/utils/KeyPressDispatcher.kt +++ b/core/src/com/unciv/ui/utils/KeyPressDispatcher.kt @@ -15,7 +15,7 @@ import com.badlogic.gdx.scenes.scene2d.Stage * (Exception: international keyboard AltGr-combos) * An update supporting easy declarations for any modifier combos would need to use Gdx.input.isKeyPressed() * Gdx seems to omit support for a modifier mask (e.g. Ctrl-Alt-Shift) so we would need to reinvent this - * + * * Note: It is important that KeyCharAndCode is an immutable data class to support usage as HashMap key */ @@ -203,12 +203,9 @@ class KeyPressDispatcher(val name: String? = null) : HashMap