[Mplayer-cvslog] CVS: main/Gui/wm wskeys.h, 1.4, 1.5 wsmkeys.h, 1.3, 1.4
Diego Biurrun CVS
diego at mplayerhq.hu
Fri Jan 16 18:31:40 CET 2004
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/scsi/2/tmp/cvs-serv17350/Gui/wm
Modified Files:
wskeys.h wsmkeys.h
Log Message:
Support binding F11 and F12 keys to commands.
Index: wskeys.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wskeys.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wskeys.h 25 May 2002 09:46:37 -0000 1.4
+++ wskeys.h 16 Jan 2004 17:31:38 -0000 1.5
@@ -104,6 +104,8 @@
#define wsF8 0xc5 + 256
#define wsF9 0xc6 + 256
#define wsF10 0xc7 + 256
+#define wsF11 0xc8 + 256
+#define wsF12 0xc9 + 256
#define wsInsert 0x63 + 256
#define wsDelete 0xff + 256
#define wsHome 0x50 + 256
Index: wsmkeys.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsmkeys.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wsmkeys.h 14 May 2002 11:41:01 -0000 1.3
+++ wsmkeys.h 16 Jan 2004 17:31:38 -0000 1.4
@@ -28,6 +28,7 @@
{ wsF1, "F1" }, { wsF2, "F2" }, { wsF3, "F3" }, { wsF4, "F4" }, { wsF5, "F5" },
{ wsF6, "F6" }, { wsF7, "F7" }, { wsF8, "F8" }, { wsF9, "F9" }, { wsF10, "F10" },
+ { wsF11, "F11" }, { wsF12, "F12" },
{ wsEnter, "Enter" }, { wsTab, "Tab" }, { wsSpace, "Space" },
{ wsInsert, "Insert" }, { wsDelete, "Delete" }, { wsHome, "Home" },
More information about the MPlayer-cvslog
mailing list