Commit 55b4a33
committed
fix(tui): fix burst capture key ordering and add tmux-safe alias
Ctrl+P was checked before Ctrl+Shift+P, so the narrower (single-frame)
handler swallowed the event and the burst handler was unreachable. Swap
the checks so the shift-modifier branch runs first.
Additionally, tmux strips the shift bit from Ctrl+Shift+P in its default
mode, so users inside tmux cannot trigger burst at all. Accept bare
Shift+P as a tmux-safe alias for burst record. Ctrl+P continues to
capture single frames.1 parent aa86886 commit 55b4a33Copy full SHA for 55b4a33
1 file changed
+4-4Lines changed: 4 additions & 4 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
245 | 245 | |
246 | 246 | |
247 | 247 | |
248 | | - |
249 | | - |
| 248 | + |
| 249 | + |
250 | 250 | |
251 | 251 | |
252 | | - |
253 | | - |
| 252 | + |
| 253 | + |
254 | 254 | |
255 | 255 | |
256 | 256 | |
|
0 commit comments