Result Pop-Up Window

Display AI results in a floating window near your cursor

Result overlay showing AI output

Overview

The Result Pop-Up Window shows the output of an action in a small floating window. It appears near your cursor (or at a fixed screen position) and auto-dismisses after a configurable duration. This lets you see AI results without switching windows or interrupting your current work.

The window is non-focusable by design: it never steals keyboard focus from the application you are working in. You can continue typing immediately after a result appears. Token usage and response time are shown in the bottom-right corner when available.

Overlay Modes

Each action has an overlay mode setting that controls when the Result Pop-Up Window appears. This is configured per-action in Settings > Actions on each action card.

Mode Behavior
Off (default) No pop-up window. Results are delivered by paste, copy, or clipboard as normal.
Always Show the pop-up window on every execution, whether triggered from the panel or via hotkey.
Hotkey Only Show the pop-up window only when the action is triggered by a keyboard hotkey or mouse trigger. Panel executions do not show the window. Useful when you run an action both from the panel (where you can already see results) and via hotkey in other applications.
Hotkey Only is a practical choice for most actions. You get the pop-up when working away from PasteSuiteAI, and avoid a redundant window when you are already looking at the panel.

Position Options

You can choose where the pop-up window appears. Fixed corner positions use the primary monitor. Cursor mode uses the monitor that contains the mouse pointer at the time the action completes.

Position Description
Cursor (default) Near the mouse cursor position. Placement is window-aware: if the foreground application is not maximized, the overlay is placed in free screen space beside or below that window. Falls back to cursor-offset placement with edge clamping when the foreground window is maximized or cannot be detected.
Upper Left Top-left corner of the primary monitor, 20px from the edges.
Upper Right Top-right corner of the primary monitor.
Lower Left Bottom-left corner of the primary monitor.
Lower Right Bottom-right corner of the primary monitor.

Duration

The duration setting controls how long the pop-up stays visible before it auto-dismisses.

While the auto-dismiss timer is active, a pause button appears in the top bar. Click it to cancel the timer and keep the window visible. The pause button is hidden when duration is set to 0, because there is no timer to pause.

The window also dismisses automatically when a new action starts executing, so a stale result is cleared before the next one arrives.

Press Escape to dismiss the overlay immediately at any time.

Appearance

The Result Pop-Up Window is a glass-effect floating window with the following characteristics:

The pop-up window cannot receive keyboard focus by design, so you cannot select text inside it. Use click-to-copy to get the full result onto your clipboard.

Configuration

Per-action settings are on each action card in Settings > Actions:

Setting Default Description
Overlay Mode Off Three-segment toggle: Off / Always / Hotkey Only.
Position Cursor Dropdown: Cursor, Upper Left, Upper Right, Lower Left, Lower Right.
Duration (seconds) 20 How long the window stays visible before auto-dismissing. Set to 0 to disable auto-dismiss. Maximum: 999.
Result Overlay Scale 1.4× Zoom level of the pop-up window. Range: 1.0×–3.0×. Configured in Settings > General. Independent from the main panel UI scale and the Prompt Library overlay scale.

PromptBar Overlay

The PromptBar also supports the Result Pop-Up Window for AI Paste results. Its overlay settings are configured separately in Settings > General under the PromptBar section:

The PromptBar default execution mode is overlay, so PromptBar AI Paste results show in the pop-up window by default.

Related