Skip to content

Commit fa4678f

Browse files
committed
docs(README): note Tab/Shift+Tab cell navigation
Tab and Shift+Tab move focus between cells via the browser's native tabindex traversal rather than registered Logseq commands, so they can't be rebound from the Keymap UI. Document this alongside the existing caret-navigation shortcuts.
1 parent 1a04a6f commit fa4678f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ All shortcuts below are registered as Logseq commands, so you can rebind them fr
7373
| Move caret to cell left | `Ctrl+Alt+Left` |
7474
| Move caret to cell right | `Ctrl+Alt+Right` |
7575

76+
`Tab` and `Shift+Tab` also move focus to the next / previous cell. These use the browser's native focus traversal (each cell is a tab stop), so they aren't registered as Logseq commands and can't be rebound from the Keymap UI.
77+
7678
### Insert rows & columns
7779

7880
| Action | Default |

0 commit comments

Comments
 (0)