Kodi Community Forum
v14 Shortcut keys mapping problem (right click bookmarks interface will be invalid) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: v14 Shortcut keys mapping problem (right click bookmarks interface will be invalid) (/showthread.php?tid=232211)



Shortcut keys mapping problem (right click bookmarks interface will be invalid) - dinglongmao - 2015-07-15

Often used to bookmark function, but worse, if the pop-up bookmarks interface, must press the ESC key to return.

How do I press the right mouse button can return?

In other words, if the effect of the do right click and press the ESC key effect is the same?

Previous version 11.0, now 14. X version but not line?Huh

I try to version 11.0(eden) of the keyboard.XML and mouse.XML to cover, however, there is no use.


RE: Shortcut keys mapping problem (right click bookmarks interface will be invalid) - PatK - 2015-07-15

You can also use the 'backspace button/key' to exit the bookmark window. The way bookmarks works has changed slightly and is auto populated with chapters.


RE: Shortcut keys mapping problem (right click bookmarks interface will be invalid) - ronie - 2015-07-15

i think it's a bug in kodi (same issue exists in confluence).
please create a ticket on trac.


RE: Shortcut keys mapping problem (right click bookmarks interface will be invalid) - dinglongmao - 2015-12-12

Or am I to answer this question by yourself.

Find and use the software, such as the application UltraEdit editor mouse.xml(C:\Program Files (x86)\Kodi\system\keymaps)

In front of the </keymap> add the following code:

Quote: <VideoBookmarks>
<mouse>
<rightclick>Back</rightclick>
<rightclick>Close</rightclick>
</mouse>
</VideoBookmarks>