hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.52k stars 439 forks source link

shortcuts twice #2085

Open efarcy opened 1 year ago

efarcy commented 1 year ago

Before creating a new issue, see list of known issues.

Describe the bug When I use copyQ, I must press twice the shortcut to paste in a window.

To Reproduce Steps to reproduce the behavior:

  1. Go to a text editor
  2. Click on copy a text in the clipboard
  3. Press enter to creat a new line
  4. Try to paste the text with the shortcut
  5. You must press a second time the shortcut

Expected behavior Just one time for the shortcut Screenshots If applicable, add screenshots to help explain your problem.

Version, OS and Environment (Get details from copyq version command if possible.)

Additional context Add any other context about the problem here.

hluk commented 1 year ago

CopyQ by default does not change/override the shortcuts for pasting (Shift+Insert or Ctrl+V) - it does not define any global shortcut by default. Or do you refer to a different shortcut?

efarcy commented 1 year ago

I have this in my config :+1:

image

When i must press twice meta+alt+V (it's the same problem with meta+alt+C) to open this window :

image

efarcy commented 1 year ago

One solution I found is to press meta+alt+V+C to open this window. Previously, it worked well.

hluk commented 1 year ago

Can you update CopyQ to the latest version (currently 6.2.0)?

efarcy commented 1 year ago

it' my version

hluk commented 1 year ago

it' my version

In the description it says version is 3.4.5 - which is actually invalid.

Can you post output of copyq version?

efarcy commented 1 year ago

sorry, it was a mistake : image

NA0341 commented 1 year ago

Did you try different shortcuts? (other letters, other key than Meta, etc.)

I'm on Manjaro GNOME 44 and Meta + V opens the notification panel. Many times when shortcuts don't work as intended it's because some other Software is interfering, because it listens for shortcuts as well [...].

efarcy commented 1 year ago

The issue is if I press super+v it displays "v" on the screen on the first press, only on the second press it shows the tray menu.

It's my problem with meta+V, or meta+other key, but it's good with alt+v. meta is the problem.

NA0341 commented 11 months ago

The issue is if I press super+v it displays "v" on the screen on the first press, only on the second press it shows the tray menu.

It's my problem with meta+V, or meta+other key, but it's good with alt+v. meta is the problem.

As I said: it's very likely that this is caused by another program listening for the same shortcuts.

Considering the fact that the meta/super key is affected, it's very likely that the program interfering is your window manager, composer or some other part of the desktop environment. Since meta is used by most DE's for desktop actions such as workspaces (desktops), window management or other inbuilt features.

In short: find out what is interfering - and either make a workaround or change your setup.

Tip: You can pack yourself some live ISO's on a USB Stick with Ventoy on it - and test with different Desktop environments as well as your current system as a live version.