Guest User

Untitled

a guest
May 20th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.79 KB | None | 0 0
  1. From 4ebd6730b2f5593d12934d250ecaece87fc43762 Mon Sep 17 00:00:00 2001
  2. From: Cristian Militaru <cristipiticul@yahoo.com>
  3. Date: Mon, 9 Jan 2012 20:33:02 +0200
  4. Subject: [PATCH] Small change to let other keyboard layouts have hotkeys
  5.  
  6. ---
  7. modules/gui/qt4/util/customwidgets.cpp |    2 +-
  8.  1 files changed, 1 insertions(+), 1 deletions(-)
  9.  
  10. diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp
  11. index 16c6563..353558e 100644
  12. --- a/modules/gui/qt4/util/customwidgets.cpp
  13. +++ b/modules/gui/qt4/util/customwidgets.cpp
  14. @@ -248,7 +248,7 @@ static int keycmp( const void *a, const void *b )
  15.  int qtEventToVLCKey( QKeyEvent *e )
  16.  {
  17.      int qtk = e->key();
  18. -    uint32_t i_vlck = 0;
  19. +    uint32_t i_vlck = qtk;
  20.  
  21.      if( qtk <= 0xff )
  22.      {
  23. --
  24. 1.7.5.4
Add Comment
Please, Sign In to add comment