Commits
Marek Vsechovsky committed 22e18f5a50c
Session 162, Step 1: FTS Ctrl+Enter exact phrase search with double-quote display - AIM-3081 FTS Ctrl+Enter exact phrase search with double-quote display - AIM-3082 FTS Ctrl+Shift+Enter all-words search with ^ prefix display - AIM-3084 FTS Alt+Enter any-words search with ~ prefix display - AIM-3085 FTS info box display for search mode shortcuts - AIM-3086 Text editor auto-indent on Enter for list items - AIM-3087 Workflow sub-tabs alternating click/shortcut behavior - AIM-3088 Document FTS shortcuts in Aisman.Docs Quick Start page Outcome: All 7 issues implemented successfully. FTS search modes updated in initFilterKeyNav (dashboard.js) with new ftsMode option replacing forceTilde. Three ftsSearch functions updated (issues, sessions, workflow). Info box uses ShowAllShortcutsInfoBox setting via shortcutVisualFeedback. Auto-indent added to Kbd dispatcher for list items. Workflow sub-tabs alternating added to mini tabs click handler and Num1-4 shortcut handlers. Documentation updated in keyboard-shortcuts.md and quick-start.md.