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.
(Even cmd_copyFile doesn't work in this case)
Selecting from the menu Edit > Copy to clipboard > Image Content works.
Copy to clipboard doesn't work properly with keyboard shortcut
Moderators: helmut, XnTriq, xnview, Dreamer
-
- Posts: 4
- Joined: Wed Oct 05, 2022 8:36 am
-
- Posts: 4
- Joined: Wed Oct 05, 2022 8:36 am
Re: Copy to clipboard doesn't work properly with keyboard shortcut
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.
Thank you for the push.
No bug, sorry!
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
No bug, sorry!