https://bugs.kde.org/show_bug.cgi?id=392057

Henrik Fehlauer <rk...@lab12.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Invoking region screenshot  |Creating region screenshot
                   |from the keyboard and       |from the keyboard does not
                   |doubleclicking makes the    |respect setting for
                   |cursor show in the image    |"include mouse pointer"

--- Comment #7 from Henrik Fehlauer <rk...@lab12.net> ---
>From https://stackoverflow.com/a/51664338:

If you press the hotkey, a D-Bus command is invoked [...]
  qdbus org.kde.Spectacle / org.kde.Spectacle.RectangularRegion true

The argument for this RectangularRegion method indicates the value for
includeMousePointer

https://bugs.kde.org/show_bug.cgi?id=397113#c1
> Do you request the default [for the shortcut] to be changed?
IMO it makes sense to follow the setting in the GUI, everything else is just
confusing to the user. However, we should probably still provide a DBus option
to explicitly specify the behaviour.

> Or a secondary hotkey with the different behaviour?
I think we already have too many shortcuts, and it would be difficult to
communicate to the user what the difference between all those options is.

As for implementing a fix: Is there a way to set default parameters for
arguments of DBus calls? If not, perhaps it would make sense to only have a
single string parameter, which would allow to specify all options?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to