2019-04-26, 22:47
(2019-04-26, 22:27)DarrenHill Wrote: @bsoriano - how about the Amber.xml keymap below.@DarrenHill, thanks! I like it. So, make it a one-time silent copy to the userdata folder? If I use the script from Xonfluence, there will be a message saying that Kodi needs to be restarted for the update to complete, which I think is OK. What do you think?
It makes right click in the context menu cancel/back out of the menu and a "middle click" (ie pushing the mouse wheel) open the blade menu. Plus the touch screen double-finger right swipe opening the menu from before. All specifically focussed on the navigation windows.
Another option is long right-click (<longclick id="1">Menu</longclick>) but that doesn't feel at all natural.
My only concern would be for people with wheel-less rodents...
Edited to add - more windows need to be covered (mainly PVR ones) as they also have blade menus.
xml:<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<addonbrowser>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</addonbrowser>
<music>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</music>
<videos>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</videos>
<pictures>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</pictures>
<games>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</games>
<weather>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</weather>
<programs>
<touch>
<swipe direction="right" pointers="2">Menu</swipe>
</touch>
<mouse>
<middleclick>Menu</middleclick>
</mouse>
</programs>
<contextmenu>
<mouse>
<rightclick>back</rightclick>
</mouse>
</contextmenu>
</keymap>
Regards,
Bart