Commits
Marek Vsechovsky committed 8b5bc383551
Session 153, Step 2: Alt+L / Alt+Ctrl+L step execution history walking - AIM-2826 Alt+L / Alt+Ctrl+L step execution history walking - AIM-2827 New global shortcutVisualFeedback function - AIM-2829 L shortcut resets Alt+L pointer and does not record nav history - AIM-2830 Text editor selection trimming on double/triple click - AIM-2831 Expand selection to markdown markup on double-click - AIM-2832 Add markdown keyboard shortcuts to all text editors - AIM-2835 Ctrl+- — strikethrough shortcut - AIM-2836 Ctrl+Shift+1 — H1 heading shortcut - AIM-2840 Ctrl+U — bullet list shortcut with paragraph behavior - AIM-2841 Ctrl+= — numbered list shortcut with paragraph behavior - AIM-2842 Ctrl+Shift+= — check list shortcut with paragraph behavior - AIM-2844 Ctrl+Alt+. — code block shortcut - AIM-2845 Ctrl+Q — block quote shortcut - AIM-2846 Ctrl+Alt+L — link shortcut - AIM-2847 Toolbar bullet/numbered/check list button paragraph behavior - AIM-2848 Fix user story split view scroll sync feedback loop - AIM-2849 Fix Shift+E hijacking note editing in Wf S1 Outcome: Fixed by adding `_wfHasTextareaFocus()` guard to `handleWfS1ShiftEKey()` in dashboard-workflow.js and adding a `TEXTAREA`/`INPUT`/`contentEditable` tag check to `ShiftE_kd_InlineDescEdit` in dashboard.js. Both guards prevent the Shift+E shortcut from firing when the user is typing in any text editor.