]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
KEY_SPACE = 32, simplify several outputs and interfaces
[vlc] / modules / video_output / msw / events.c
index 44867abbae6e608f8acc1b0626602c2b5b1cd9e0..b34a925506ec642b4a7e0f18c29b5717ee0de443 100644 (file)
@@ -861,7 +861,7 @@ static struct
     { VK_F12, KEY_F12 },
 
     { VK_RETURN, KEY_ENTER },
-    { VK_SPACE, KEY_SPACE },
+    { VK_SPACE, ' ' },
     { VK_ESCAPE, KEY_ESC },
 
     { VK_LEFT, KEY_LEFT },