8582ad2529
fix(SelectionService): enhance selection and clipboard handling - Updated processSelectTextByShortcut to include a check for the 'started' state before processing. - Modified writeToClipboard to ensure it only attempts to write if the selectionHook is available and 'started'. - Adjusted ShortcutSettings to filter out additional shortcuts when not on Windows, improving platform compatibility.