mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: add patch to disable alt-tab
This commit is contained in:
parent
9900b89dea
commit
97259d9047
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/xbmc/windowing/WinEventsX11.cpp b/xbmc/windowing/WinEventsX11.cpp
|
||||||
|
index ed31c04..34fcfae 100644
|
||||||
|
--- a/xbmc/windowing/WinEventsX11.cpp
|
||||||
|
+++ b/xbmc/windowing/WinEventsX11.cpp
|
||||||
|
@@ -709,7 +709,6 @@ bool CWinEventsX11::ProcessShortcuts(XBMC_Event& event)
|
||||||
|
switch(event.key.keysym.sym)
|
||||||
|
{
|
||||||
|
case XBMCK_TAB: // ALT+TAB to minimize/hide
|
||||||
|
- g_application.Minimize();
|
||||||
|
return true;
|
||||||
|
|
||||||
|
default:
|
Loading…
x
Reference in New Issue
Block a user