Copy to clipboard doesn't work properly with keyboard shortcut

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
mikroslavek
Posts: 4
Joined: Wed Oct 05, 2022 8:36 am

Copy to clipboard doesn't work properly with keyboard shortcut

Post by mikroslavek »

It's been a while since it was posted here that XnView MP does not copy part of the image to the clipboard by default using CTRL + C.
OK, it is not the default behavior, BUT when I specifically set the keyboard shortcut for cmd_copyImage to CTRL + C, even this forced setting does not work. Nothing appears in the clipboard. I have version 1.8.1. 64-bit (Windows), it didn't work in older versions of XnView MP either.
 
xnview2.png
xnview2.png (57.18 KiB) Viewed 416 times
(Even cmd_copyFile doesn't work in this case)

Selecting from the menu Edit > Copy to clipboard > Image Content works.
 
xnview1.png
xnview1.png (30.35 KiB) Viewed 416 times
mikroslavek
Posts: 4
Joined: Wed Oct 05, 2022 8:36 am

Re: Copy to clipboard doesn't work properly with keyboard shortcut

Post by mikroslavek »

user0, you have good eye for details! I took a screenshot of the wrong part of default.keys :/

I had the same settings in [View] and it didn't work either. I didn't notice it because it was showing me the correct shortcut in the menu (↑ second screenshot).

HOWEVER, going through it again now, I see that I had CTRL + C on cmd_copy as well. When I deleted it and left CTRL + C only for cmd_copyImage, it works.

Code: Select all

cmd_copy
cmd_copyFileTo Alt+C
cmd_copyFilename 
cmd_copyImage Ctrl+C
cmd_copyName 
cmd_copyPathname 
Thank you for the push.

No bug, sorry!
Post Reply