Fixed: Scrolling and Hotkey improvements

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2020-03-11 22:23:07 -04:00
parent 55758a2772
commit f37fb47058
7 changed files with 113 additions and 27 deletions

View File

@@ -8,6 +8,16 @@ export const shortcuts = {
name: 'Open This Modal'
},
CLOSE_MODAL: {
key: 'Esc',
name: 'Close Current Modal'
},
ACCEPT_CONFIRM_MODAL: {
key: 'Enter',
name: 'Accept Confirmation Modal'
},
MOVIE_SEARCH_INPUT: {
key: 's',
name: 'Focus Search Box'