mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #7975 from MBR-0001/fix-controller-navigation
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user