diff input/input.c @ 6112:69b3c25728fb

Add the forgoten scrennshot command
author albeu
date Sat, 18 May 2002 00:11:43 +0000
parents 8346974080fe
children 523014df7d32
line wrap: on
line diff
--- a/input/input.c	Fri May 17 23:51:37 2002 +0000
+++ b/input/input.c	Sat May 18 00:11:43 2002 +0000
@@ -64,6 +64,7 @@
   { MP_CMD_TV_STEP_CHANNEL_LIST, "tv_step_chanlist", 0, { {-1,{0}} }  },
 #endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
+  { MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
 
 #ifdef HAVE_NEW_GUI  
   { MP_CMD_GUI_LOADFILE, "gui_loadfile", 0, { {-1,{0}} } },
@@ -241,6 +242,7 @@
   { { JOY_BTN3, 0 }, "volume -1"},
 #endif
   { { 'f', 0 }, "vo_fullscreen" },
+  { { 's', 0 }, "screenshot" },
   { { 0 }, NULL }
 };