mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-23 00:01:34 +00:00
- Introduced a new setting for terminal right-click actions, allowing users to choose between "none", "menu", and "paste" options. - Updated the InteractionTab component to include a tabbed interface for selecting the right-click action. - Refactored the TerminalContextMenu to handle the new right-click action logic, ensuring appropriate behavior based on user selection. - Added tests for the terminal right-click action functionality to validate expected behaviors and interactions. - Migrated legacy right-click paste settings to the new terminal right-click action configuration.