summaryrefslogtreecommitdiff
path: root/src/i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.c')
-rw-r--r--src/i_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_video.c b/src/i_video.c
index d3f674d4..be40128f 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -480,7 +480,8 @@ static int TranslateKey(SDL_keysym *sym)
case SDLK_F10: return KEY_F10;
case SDLK_F11: return KEY_F11;
case SDLK_F12: return KEY_F12;
-
+ case SDLK_PRINT: return KEY_PRTSCR;
+
case SDLK_BACKSPACE: return KEY_BACKSPACE;
case SDLK_DELETE: return KEY_DEL;