[Mplayer-cvslog] CVS: main/input input.c,1.87,1.88
Diego Biurrun CVS
diego at mplayerhq.hu
Fri Jan 16 18:31:40 CET 2004
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_sdl.c, 1.109, 1.110 wskeys.h, 1.7, 1.8 x11_common.c, 1.161, 1.162
- Next message: [Mplayer-cvslog] CVS: main/Gui/wm wskeys.h, 1.4, 1.5 wsmkeys.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/input
In directory mail:/scsi/2/tmp/cvs-serv17350/input
Modified Files:
input.c
Log Message:
Support binding F11 and F12 keys to commands.
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- input.c 30 Nov 2003 16:36:07 -0000 1.87
+++ input.c 16 Jan 2004 17:31:37 -0000 1.88
@@ -166,6 +166,8 @@
{ KEY_F+8, "F8" },
{ KEY_F+9, "F9" },
{ KEY_F+10, "F10" },
+ { KEY_F+11, "F11" },
+ { KEY_F+12, "F12" },
{ KEY_KP0, "KP0" },
{ KEY_KP1, "KP1" },
{ KEY_KP2, "KP2" },
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_sdl.c, 1.109, 1.110 wskeys.h, 1.7, 1.8 x11_common.c, 1.161, 1.162
- Next message: [Mplayer-cvslog] CVS: main/Gui/wm wskeys.h, 1.4, 1.5 wsmkeys.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list