## Changes Made:
1. **[frontend/src/keyboard/registry.ts](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/155e-remove-keyboard/frontend/src/keyboard/registry.ts)**
- Removed arrow keys from navigation bindings, kept only hjkl
- Fixed Enter key conflict by changing fullscreen toggle to ⌘/Ctrl+Enter
2. **[docs/configuration-customisation/keyboard-shortcuts.mdx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/155e-remove-keyboard/docs/configuration-customisation/keyboard-shortcuts.mdx)**
- Updated Board Navigation section to show hjkl only
- Added fullscreen toggle documentation
All type checks pass ✓
* wip
* cmd click shortcut to deny approval
* cleaner type
* show percentage in progress bar
* improve structure of PendingApprovalComponent
* enter to approve request
* disable kanban scope
* fix approval scope selection
* Scroll card into view when opened
* improve positioning
* More shortcuts (vibe-kanban 9f9f5c89)
Let's add some more shortcuts:
- When in fullscreen mode, 'j' should navigate to the previous task and 'k' to the next
- 'd' should trigger the delete task dialog
* More shortcuts (vibe-kanban 9f9f5c89)
Let's add some more shortcuts:
- When in fullscreen mode, 'j' should navigate to the previous task and 'k' to the next
- 'd' should trigger the delete task dialog
* More shortcuts (vibe-kanban 9f9f5c89)
Let's add some more shortcuts:
- When in fullscreen mode, 'j' should navigate to the previous task and 'k' to the next
- 'd' should trigger the delete task dialog
* Add h/l for column navigation (vibe-kanban eade645d)
Similar to how we have j and k for next/previous can we add h and l for next/previous column