Skip to content

Conversation

@SkunkApe-jp
Copy link

The popup window was not opening when pressing Ctrl+G on Windows/Linux systems.

The issue was in the hotkey registration where Option + G was being used instead of Control + G for non‑macOS systems.

This change updates the hotkey registration in contextCapture.js to use:

  • macOS: Command + G (unchanged)
  • Windows/Linux: Control + G (fixed from Option + G)

This ensures that the hotkey behavior matches the documented functionality across all platforms, allowing users to open the popup window with Ctrl + G on Windows/Linux systems.

The popup window was not opening when pressing **Ctrl+G** on Windows/Linux systems.  

The issue was in the hotkey registration where **Option + G** was being used instead of **Control + G** for non‑macOS systems.  

This change updates the hotkey registration in `contextCapture.js` to use:  

- **macOS**: Command + G (unchanged)  
- **Windows/Linux**: Control + G (fixed from Option + G)  

This ensures that the hotkey behavior matches the documented functionality across all platforms, allowing users to open the popup window with **Ctrl + G** on Windows/Linux systems.
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Oct 14, 2025
@github-actions
Copy link

This PR was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant