We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba1806 commit 17fd40aCopy full SHA for 17fd40a
src/game.nim
@@ -345,7 +345,7 @@ Trying to connect to {state.config.connect_address}.
345
let event = InputEventKey(event)
346
# Left alt support. raw_code is an enu specific addition
347
if (host_os == "macosx" and event.raw_code == 58) or
348
- (host_os == "windows" and event.raw_code == 312) or
+ (host_os == "windows" and event.raw_code == 56) or
349
(host_os == "linux" and event.raw_code == 65513):
350
351
if event.pressed:
0 commit comments