Solved Disable the" \ " Key
#1
Hi,

Just wondering if it is possible to disable the \ key, it shrinks my screen and xbmc stops responding

cheers,
Reply
#2
Edit the keymap xml files...
ASRock Beebox J3160 4GB RAM 120GB SATA SSD - Harmony Elite BT
Intel NUC Kit DN2820FYKH 4GB RAM 120GB SATA SSD - Harmony Smart Control BT
all @ Libreelec Testbuild
HP N54L @ Ubuntu 14.04.4 Minimal Server / MySQL DB
HP N40L @ Ubuntu 14.04.4 Minimal Server
Reply
#3
Thanks mate, I thought it would be simple, just needed guideance
Reply
#4
And for the obvious useless solution -- Remove it from the keyboard hehe

uNi
Reply
#5
While you can certainly remove the mapping for the backslash key in the system keyboard.xml file, if you later re-install/upgrade XBMC, the mapping for this key will return. It is better to override this mapping in a user keyboard.xml (wiki) file placed in ~/.xbmc/userdat/keymaps directory with the following contents, which disables this key:
Code:
<keymap>
  <global>
    <keyboard>
      <backslash>noop</backslash>
    </keyboard>
  </global>
</keymap>
Reply
#6
Thanks artrafael,

Worked perfectly!
Reply
#7
Works very well, just copy and paste the contents of above message,
nothing else needed and upload to kodi.
List of directories to upload to
can be found by following the above link keyboard.xml

LibreELEC/OpenELEC /storage/.kodi/userdata/
Reply
#8
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
Disable the" \ " Key0