Advertisement
Nom1fan

Kodi Keymaps

Apr 19th, 2020 (edited)
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. This goes in (create new):
  2.  
  3. For Windows APP:
  4. C:\Users\morme\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\userdata\keymaps
  5.  
  6. For standard installation:
  7. %userprofile%\AppData\Roaming\Kodi\userdata\keymaps\keyboard.xml
  8.  
  9. <keymap>
  10.     <virtualkeyboard>
  11.         <keyboard>          
  12.         </keyboard>
  13.     </virtualkeyboard>
  14.     <global>
  15.         <keyboard>
  16.             <key id="61586">runaddon(script.globalsearch)</key>
  17.             <key id="61585">togglefullscreen</key>
  18.         </keyboard>
  19.     </global>
  20.     <fullscreenvideo>
  21.         <keyboard>
  22.             <key id="53264">activatewindow(subtitlesearch)</key>
  23.             <key id="61488">stop</key>
  24.         </keyboard>
  25.     </fullscreenvideo>
  26. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement