Use keyboard key names for navigation on controller.
This commit is contained in:
@@ -1243,12 +1243,6 @@ export default function (view) {
|
||||
if (layoutManager.tv && !currentVisibleMenu) {
|
||||
// Change the behavior of some keys when the OSD is hidden
|
||||
switch (key) {
|
||||
case 'NavigationLeft':
|
||||
case 'NavigationRight':
|
||||
case 'GamepadLeftThumbLeft':
|
||||
case 'GamepadLeftThumbRight':
|
||||
case 'GamepadDPadLeft':
|
||||
case 'GamepadDPadRight':
|
||||
case 'ArrowLeft':
|
||||
case 'ArrowRight':
|
||||
if (!e.shiftKey) {
|
||||
|
||||
Reference in New Issue
Block a user