-
-
Notifications
You must be signed in to change notification settings - Fork 264
Key mapping
You can customize Kodi to allow use keys (of keyboard keys, mouse/remote/joysticks buttons and more) as shortcut for the add-on functions.
In order to add your custom quick shortcuts you have to create or edit the Kodi keyboard.xml file, used to override the standard Kodi key mapping.
Kodi wiki provide all info and examples:
This is a quick example of keyboard.xml content, to map the function Export to library to the G key:
<keymap>
<global>
<keyboard>
<g>RunPlugin(plugin://plugin.video.netflix/keymaps/lib_export)</g>
</keyboard>
</global>
</keymap>
Only some of the add-on functions are available for mapping:
Add/Remove to My list
RunPlugin(plugin://plugin.video.netflix/keymaps/my_list)
Change watched status (locally)
Note: works only with "Sync of watched status with Netflix" enabled
RunPlugin(plugin://plugin.video.netflix/keymaps/change_watched_status)
Export/Update to library
RunPlugin(plugin://plugin.video.netflix/keymaps/lib_export)
Remove from library
RunPlugin(plugin://plugin.video.netflix/keymaps/lib_remove)
Please be careful! Do not hold down the keys for a long time may cause side effects!
This could cause unexpected behaviour of the add-on and/or in worst case scenario also corrupt the database.
User Documentation
- How install the addon
- Login with Authentication key
- Sync of watched status with Netflix
- FAQ (Audio, Video, Subtitle, Other)
- FAQ (Errors)
- Library settings
- Expert settings
- How to export and sync tv shows and movies in Kodi library
- Share STRM library with multiple devices
- List of 1080P 4k Android tested devices
- My credentials are safe?
- VPN and Proxy
- Key mapping
Development
- Dev. guidelines and philosophy
- Dev. documentation
- Dev. basic info
- Dev. unresolved issues
- Dev. Add-on versioning
- Dev. PyCrypto packages
About