mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
- Added clipboard event handling to support native clipboard operations (copy, cut, paste) based on input focus. - Introduced functions to check if an input element is focused and to execute native clipboard commands. - Updated keybind listener to trigger appropriate actions based on clipboard events, differentiating between text input and file operations. - Enhanced menu setup to ensure clipboard actions are always enabled for better user experience.