[Xfce-bugs] [Bug 13680] Copying address bar text: unintuitive behaviour
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Apr 8 22:45:33 CEST 2020
https://bugzilla.xfce.org/show_bug.cgi?id=13680
--- Comment #14 from DarkTrick <notebook22312 at gmail.com> ---
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.
More information about the Xfce-bugs
mailing list