Blazor File Manager Example - Keyboard Navigation
Upload Files
Or drop files here
This sample demonstrates keyboard accessibility features of the Blazor File Manager component through comprehensive keyboard shortcut support.
Keyboard interaction categories and shortcuts:
- Focus Navigation
- Alt + J - Focus the first component
- Core Operations
- F5 - Refresh component
- F2 - Rename selected item
- Space - Select focused item
- Home - Select first item
- End - Select last item
- Enter - Open selected item
- Del or Shift + Del - Delete selected item
- File Operations
- Alt + N - Create new folder
- Ctrl + A - Select all items
- Ctrl + D - Download selected item
- Ctrl + X - Cut selected item
- Ctrl + C - Copy selected item
- Ctrl + V - Paste copied items
- Ctrl + U - Open file upload window
- Alt + Enter - Display selected item details
- Navigation and Selection
- Ctrl + Home - Focus first item
- Ctrl + End - Focus last item
- Ctrl + Shift + 1 - Switch to Details view
- Ctrl + Shift + 2 - Switch to LargeIcons view
- Shift + Home - Select from current to first item
- Shift + End - Select from current to last item
- Shift + Space - Select current and previous items
- Large Icons View
- Arrow Keys - Navigate in directional movement
- Ctrl + Arrow Keys - Move focus directionally
- Shift + Arrow Keys - Select items directionally
- Details View
- Up/Down Arrow - Navigate files vertically
- Ctrl + Up/Down Arrow - Move focus vertically
- Shift + Up/Down Arrow - Select files vertically