mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Add support for left/right arrows on the movie details to navigate through movies
New: Add support for ctrl+home and ctrl+end to jump to the top and bottom of the movie index New: Add redirect to previous movie instead of index when deleting one
This commit is contained in:
@@ -3,5 +3,9 @@ export const ENTER = 13;
|
||||
export const SHIFT = 16;
|
||||
export const CONTROL = 17;
|
||||
export const ESCAPE = 27;
|
||||
export const HOME = 36;
|
||||
export const END = 35;
|
||||
export const UP_ARROW = 38;
|
||||
export const DOWN_ARROW = 40;
|
||||
export const LEFT_ARROW = 37;
|
||||
export const RIGHT_ARROW = 39;
|
||||
|
Reference in New Issue
Block a user