[vlc-commits] XCB: map Print and Pause keys

Rémi Denis-Courmont git at videolan.org
Wed Nov 6 21:40:20 CET 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov  6 22:39:11 2013 +0200| [a89068129e3ab2a854cfa29f5e756f095c0be12e] | committer: Rémi Denis-Courmont

XCB: map Print and Pause keys

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a89068129e3ab2a854cfa29f5e756f095c0be12e
---

 modules/video_output/xcb/xcb_keysym.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/video_output/xcb/xcb_keysym.h b/modules/video_output/xcb/xcb_keysym.h
index 430ef37..3bb6bb9 100644
--- a/modules/video_output/xcb/xcb_keysym.h
+++ b/modules/video_output/xcb/xcb_keysym.h
@@ -5,6 +5,7 @@
         { XK_BackSpace,     KEY_BACKSPACE, },
         { XK_Tab,           KEY_TAB, },
         { XK_Return,        KEY_ENTER, },
+        { XK_Pause,         KEY_PAUSE },
         { XK_Escape,        KEY_ESC, },
         { XK_Home,          KEY_HOME, },
         { XK_Left,          KEY_LEFT, },
@@ -15,6 +16,7 @@
         { XK_Page_Down,     KEY_PAGEDOWN, },
         { XK_End,           KEY_END, },
         { XK_Begin,         KEY_HOME, },
+        { XK_Print,         KEY_PRINT },
         { XK_Insert,        KEY_INSERT, },
         { XK_Menu,          KEY_MENU },
         { XK_Cancel,        KEY_BROWSER_STOP },



More information about the vlc-commits mailing list