$OpenBSD: patch-mpeg2_video_video_output_x11_c,v 1.3 2002/01/08 11:05:53 espie Exp $
--- mpeg2_video/video_output_x11.c.orig	Sun Dec  2 22:38:00 2001
+++ mpeg2_video/video_output_x11.c	Thu Dec 13 00:30:10 2001
@@ -1135,6 +1135,12 @@ void check_x_events(yuv_image_t *current
 	if(keysym == XK_I) {
 	  screenshot_spu = 1;
 	}
+	if (keysym == XK_1) {
+	  subtitle_pos[subtitle_index]++;
+	}
+	if (keysym == XK_2) {
+		subtitle_pos[subtitle_index]--;
+	}
       }
       break;
     case ButtonPress:
