feat: Added keyboard navigation to Files table view (#2131)

This commit is contained in:
Aman Harwara
2023-01-05 23:45:10 +05:30
committed by GitHub
parent bd3df71dd4
commit ba017d42f5
5 changed files with 312 additions and 62 deletions

View File

@@ -10,4 +10,6 @@ export enum KeyboardKey {
Home = 'Home',
End = 'End',
Space = ' ',
PageUp = 'PageUp',
PageDown = 'PageDown',
}