vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Aug 20 10:42:51 2012 +0300| [38dd1c7e25b3ad0cac5071bb8f053febf5ed19a8] | committer: Rémi Denis-Courmont
xcb: map X11 Cancel to VLC Browser Stop > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38dd1c7e25b3ad0cac5071bb8f053febf5ed19a8 --- modules/video_output/xcb/xcb_keysym.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/video_output/xcb/xcb_keysym.h b/modules/video_output/xcb/xcb_keysym.h index 51797eb..b906d55 100644 --- a/modules/video_output/xcb/xcb_keysym.h +++ b/modules/video_output/xcb/xcb_keysym.h @@ -17,6 +17,7 @@ { XK_Begin, KEY_HOME, }, { XK_Insert, KEY_INSERT, }, { XK_Menu, KEY_MENU }, + { XK_Cancel, KEY_BROWSER_STOP }, /* Numeric pad keys */ { XK_KP_Space, ' ', }, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
