Re: Middle click functionality as paste in KDE

2019-10-15 Thread Thom Castermans
Hi Alexandros,

> Does anyone know how can i make middle click work as paste?
>
 Just wondering: do you want middle click to work the same as Ctrl+V?
Because by default, the middle click clipboard (this might have a proper
name) is separate from the KDE clipboard (i.e. klipper). When you select
text, you can paste that text anywhere else using middle click, but this is
not recorded in klipper. Are you trying to use that functionality and is
that broken, or are you trying to make middle click behave the same as
Ctrl+V?

Best, Thom


Re: Middle click functionality as paste in KDE

2019-10-14 Thread Boris Pek
Hi,

> Middle click indeed open links in new tabs in firefox.'
>
> So that means that middle button i guess are identified
> at some level. But if you are correct i must search in
> X config level to make it work?

Could you show the output of commands:
  echo $XDG_SESSION_TYPE
and
  dpkg -l | grep -i X | grep -i input

Best wishes,
Boris



Re: Middle click functionality as paste in KDE

2019-10-12 Thread Alex DEKKER

On 12/10/2019 02:09, aprekates wrote:

mysystem :
Debian 10
plasmashell 5.14.5
KDE Frameworks: 5.54.0

Does anyone know how can i make middle click workas paste?

It works for me, always has, and I've never had to do anything to enable 
it. So unfortunately I don't know what you need to do to enable it. Does 
the middle mouse button work? You can test it with 'xev'.


alexd



Re: Middle click functionality as paste in KDE

2019-10-12 Thread aprekates

Middle click indeed open links in new tabs in firefox.'

So that means that middle button i guess are identified
at some level. But if you are correct i must search in
X config level to make it work?

Alexandros

On 12/10/19 12:31 μ.μ., Shai Berger wrote:

Hi alexandros,

On Sat, 12 Oct 2019 04:09:37 +0300
aprekates  wrote:


Does anyone know how can i make middle click workas paste?


This is usually defined at the graphic system level (X or Wayland), not
KDE. For me, it has always worked "out of the box".

Does your middle mouse button work otherwise? e.g. if you middle-click
links in your web browser, do they open in a new tab?

If not, it is an indication that your mouse is misconfigured, and
middle clicks are not identified at all. Until you solve this issue,
you may set up "Press left and right buttons for middle-click" in
system-settings -> Input Devices (under Hardware) -> Mouse

HTH,
Shai






Re: Middle click functionality as paste in KDE

2019-10-12 Thread Shai Berger
Hi alexandros,

On Sat, 12 Oct 2019 04:09:37 +0300
aprekates  wrote:

> 
> Does anyone know how can i make middle click workas paste?
> 

This is usually defined at the graphic system level (X or Wayland), not
KDE. For me, it has always worked "out of the box".

Does your middle mouse button work otherwise? e.g. if you middle-click
links in your web browser, do they open in a new tab?

If not, it is an indication that your mouse is misconfigured, and
middle clicks are not identified at all. Until you solve this issue,
you may set up "Press left and right buttons for middle-click" in
system-settings -> Input Devices (under Hardware) -> Mouse

HTH,
Shai




Middle click functionality as paste in KDE

2019-10-11 Thread aprekates

mysystem :
Debian 10
plasmashell 5.14.5
KDE Frameworks: 5.54.0

Does anyone know how can i make middle click workas paste?

alexandros