ShokoAnime / MyAnime3

Repository for My Anime 3, a MediaPortal plugin.
http://shokoanime.com/mediaportal/
15 stars 10 forks source link

Keyboard hook replaced with native Mediaportal method. #41

Closed RickDB closed 8 years ago

RickDB commented 8 years ago

Downside of native Mediaportal method is that we don't have any modifier key in the OnAction event, to resolve this:

Also added 2 new remote keys to do this as another way of handling this depending on the users preference:

Any special keys like H (for home) and U (for navigation) or cancelled out by a new separate event which is forked over from OnlineVideos, that way when typing those keys you don't trigger these events.