https://bugzilla.xfce.org/show_bug.cgi?id=13680
--- Comment #14 from DarkTrick <[email protected]> --- Summary so far - First Patch disables the Shortcut on demand - Second Patch asks within the copy-action: "are you an input field?" Question here: The Shortcuts are apparently defined to work within the whole application. I would limit the shortcuts to work only as long as the respective view (view of the files) is selected. Are there any cons about this idea (spec?)? Analysis result: GtkActionEntry defines the "<Control>C"-Command to trigger a function. Whenever "<Control>C" is triggered (within 'range'), the function is triggered. - If Thunar is freshly fired up, that function will not be triggered. - After the first selection made within the show-files widget (ThunarStandardView), the function is triggerable - If a file was selected && focus moves outside the widget => the function is triggered - If another folder is clicked on the side pane && the openning folder does not contain a file selection => the function is not triggered -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
