mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc: add patch to disable backslash to change in windowed mode, thanks to Klojum
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
aa0f3aba92
commit
1bf5f1144f
@ -0,0 +1,12 @@
|
||||
diff -Naur xbmc-10.1-Dharma/system/keymaps/keyboard.xml xbmc-10.1-Dharma.patch/system/keymaps/keyboard.xml
|
||||
--- xbmc-10.1-Dharma/system/keymaps/keyboard.xml 2011-03-08 02:49:23.000000000 +0100
|
||||
+++ xbmc-10.1-Dharma.patch/system/keymaps/keyboard.xml 2011-07-23 18:04:59.406603684 +0200
|
||||
@@ -75,7 +75,7 @@
|
||||
<seven>Number7</seven>
|
||||
<eight>Number8</eight>
|
||||
<nine>Number9</nine>
|
||||
- <backslash>ToggleFullScreen</backslash>
|
||||
+<!-- <backslash>ToggleFullScreen</backslash> -->
|
||||
<browser_home>XBMC.ActivateWindow(Home)</browser_home>
|
||||
<browser_favorites>ActivateWindow(Favourites)</browser_favorites>
|
||||
<browser_refresh/>
|
Loading…
x
Reference in New Issue
Block a user