diff --git a/Program.cs b/Program.cs index ada0c1b..a4e94ed 100644 --- a/Program.cs +++ b/Program.cs @@ -518,7 +518,7 @@ public class Game : GameWindow { photoIndex -= 5; } - if (input.IsKeyPressed(Keys.P) && altIsDown) { + if (input.IsKeyPressed(Keys.P) && ctrlIsDown) { ExportPhotos(); }