labelmeai / labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
https://labelme.io
Other
13.11k stars 3.37k forks source link

Copy/Paste shortcut (Ctrl+C/Ctrl+V) doesn't work on 5.4.0 #1385

Closed jihankim closed 8 months ago

jihankim commented 8 months ago

Provide environment information

Labelme 5.4.0

What OS are you using?

Windows 10

Describe the Bug

Copy/Paste shortcut (Ctrl+C/Ctrl+V) doesn't work. Both Ctrl+C and Ctrl+V are not working.

Copy/Pate on right-click context menu is working, so the copy/paste function is fine, but the shortcut seems have issues.

Version 5.3.1 seems working fine, I guess this bug is introduced on 5.4.0.

Expected Behavior

Copy/Paste shortcut (Ctrl+C/Ctrl+V) should do copy and paste.

To Reproduce

  1. Select one or multiple polygon(s)
  2. Press Ctrl+C for copying the selected polygon(s)
  3. Press Ctrl+V for pasting.
  4. Nothing happens