- Change Space key toggle to 's' for start and 'S' for stop - Remove problematic service status detection logic - Update statusbar shortcuts to show S/Shift+S instead of Space - Split UiCommand::ServiceStartStop into ServiceStart and ServiceStop - Simplify command handling with explicit actions This resolves the toggle bug where Space always sent start commands regardless of current service status.