Merge pull request #7975 from MBR-0001/fix-controller-navigation

This commit is contained in:
Bill Thornton
2026-06-01 09:08:47 -04:00
committed by GitHub
+7
View File
@@ -12,6 +12,13 @@ import appSettings from './settings/appSettings';
* Key name mapping.
*/
const KeyNames = {
13: 'Enter',
27: 'Escape',
37: 'ArrowLeft',
38: 'ArrowUp',
39: 'ArrowRight',
40: 'ArrowDown',
// UWP WebView section start --
// Navigation Up/Down/Left/Right is part of TVJS directionalnavigation-1.0.0.0.js
// Unsure what this is used for. Media remote?