[vlc-commits] xcb: map X11 Cancel to VLC Browser Stop
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Aug 20 09:45:05 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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,      ' ', },
    
    
More information about the vlc-commits
mailing list