Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff --git a/src/shared/qwaylandxkb.cpp b/src/shared/qwaylandxkb.cpp
  2. index c7fc922..0ff0650 100644
  3. --- a/src/shared/qwaylandxkb.cpp
  4. +++ b/src/shared/qwaylandxkb.cpp
  5. @@ -44,6 +44,7 @@
  6.  
  7. #include <xkbcommon/xkbcommon-keysyms.h>
  8. #include <QString>
  9.  
  10. #ifndef QT_NO_WAYLAND_XKB
  11.  
  12. @@ -134,6 +135,7 @@ static const uint32_t KeyTbl[] = {
  13. XKB_KEY_XF86AudioMute, Qt::Key_VolumeMute,
  14.  
  15. XKB_KEY_XF86Phone, Qt::Key_ToggleCallHangup,
  16. + XKB_KEY_XF86WebCam, Qt::Key_Camera,
  17.  
  18. 0, 0
  19. };
  20.  
  21. droid.kmap
  22. keycode 212 = Camera
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement