From 4262bf19f9234351f7879401ae325a8e144a0d40 Mon Sep 17 00:00:00 2001 From: Schark Date: Tue, 17 Mar 2026 00:37:23 -0400 Subject: Fix Shift+F2 swallowing --- cs2pov/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cs2pov/cli.py b/cs2pov/cli.py index 6463489..c3dbf38 100644 --- a/cs2pov/cli.py +++ b/cs2pov/cli.py @@ -305,6 +305,7 @@ def record_demo( send_console_command(f"demo_gototick {first_tick}", display_str, window_id) time.sleep(2.0) # Wait for seek to complete send_key("F5", display_str, window_id) # Re-lock spectator + time.sleep(1.0) # Let F5 settle before sending Shift+F2 # Send Shift+F2 after seek (gototick resets UI state, swallowing earlier sends) if send_key("shift+F2", display_str, window_id): if verbose: -- cgit v1.2.3-18-g5258