On Wed, Jan 27, 2021 at 12:07 AM Philip Webb <purs...@ca.inter.net> wrote:
>
> Some time ago, KDE lost the ability to assign to desktop Left-Click ;
> now it has also lost the ability to assign to desktop Middle-Click ;
> only desktop Right-Click remains, which cb assigned either to Context Menu
> or to Applications Launcher, both of which are useful :
> this is done in  ~/.config/plasma-org.kde.plasma.desktop-appletsrc ,
> in which I now have at the top :
>
>   [ActionPlugins][0]
>   LeftButton;NoModifier=org.kde.paste
>   MidButton;NoModifier=org.kde.contextmenu
>   RightButton;NoModifier=org.kde.applauncher
>   wheel:Vertical;NoModifier=org.kde.switchdesktop
>
> Has anyone managed to assign an action to Left- or Middle-Click ?
>
> I am using the latest (210123) versions of Qt Frameworks Plasma.
>
> --
> ========================,,============================================
> SUPPORT     ___________//___,   Philip Webb
> ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
> TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca
>

Similar to Dale's response:

mark@science:~$ cat .config/plasma-org.kde.plasma.desktop-appletsrc
[ActionPlugins][0]
MidButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu
wheel:Vertical;NoModifier=org.kde.switchdesktop

[ActionPlugins][1]
RightButton;NoModifier=org.kde.contextmenu

[ActionPlugins][127]
RightButton;NoModifier=org.kde.contextmenu

[Containments][1]
activityId=
formfactor=2
immutability=1
lastScreen=0
location=4
plugin=org.kde.panel
wallpaperplugin=org.kde.image


and then a couple hundred more lines

Reply via email to