Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] KDE has lost some desktop mouse actions
Date: Wed, 27 Jan 2021 15:23:50
Message-Id: CAK2H+efLSvgbK4jp9oiXr8BuOj9DwGrGj=S6mrbbr+zWcj99Og@mail.gmail.com
In Reply to: [gentoo-user] KDE has lost some desktop mouse actions by Philip Webb
1 On Wed, Jan 27, 2021 at 12:07 AM Philip Webb <purslow@××××××××.net> wrote:
2 >
3 > Some time ago, KDE lost the ability to assign to desktop Left-Click ;
4 > now it has also lost the ability to assign to desktop Middle-Click ;
5 > only desktop Right-Click remains, which cb assigned either to Context Menu
6 > or to Applications Launcher, both of which are useful :
7 > this is done in ~/.config/plasma-org.kde.plasma.desktop-appletsrc ,
8 > in which I now have at the top :
9 >
10 > [ActionPlugins][0]
11 > LeftButton;NoModifier=org.kde.paste
12 > MidButton;NoModifier=org.kde.contextmenu
13 > RightButton;NoModifier=org.kde.applauncher
14 > wheel:Vertical;NoModifier=org.kde.switchdesktop
15 >
16 > Has anyone managed to assign an action to Left- or Middle-Click ?
17 >
18 > I am using the latest (210123) versions of Qt Frameworks Plasma.
19 >
20 > --
21 > ========================,,============================================
22 > SUPPORT ___________//___, Philip Webb
23 > ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
24 > TRANSIT `-O----------O---' purslowatchassdotutorontodotca
25 >
26
27 Similar to Dale's response:
28
29 mark@science:~$ cat .config/plasma-org.kde.plasma.desktop-appletsrc
30 [ActionPlugins][0]
31 MidButton;NoModifier=org.kde.paste
32 RightButton;NoModifier=org.kde.contextmenu
33 wheel:Vertical;NoModifier=org.kde.switchdesktop
34
35 [ActionPlugins][1]
36 RightButton;NoModifier=org.kde.contextmenu
37
38 [ActionPlugins][127]
39 RightButton;NoModifier=org.kde.contextmenu
40
41 [Containments][1]
42 activityId=
43 formfactor=2
44 immutability=1
45 lastScreen=0
46 location=4
47 plugin=org.kde.panel
48 wallpaperplugin=org.kde.image
49
50
51 and then a couple hundred more lines