ImageGlass icon indicating copy to clipboard operation
ImageGlass copied to clipboard

Bug when changing default keys

Open mak7im01 opened this issue 6 months ago β€’ 6 comments

System information

  • Windows OS version: Windows 11 Pro 22H2 β€Ž04.β€Ž10.β€Ž2023 ОБ 22621.3958 Windows Feature Experience Pack 1000.22700.1026.0

  • ImageGlass version: 9.1.8.723

  • ImageGlass release: Classic

To Reproduce

Steps to reproduce the behavior: When changing the combinations Ctrl+Shift+C to Ctrl+C, everything works and is displayed, but after some time, more than 5 minutes, the values ​​are automatically reset to Ctrl+Shift+Alt+

Actual behavior

"MenuHotkeys": {
    "MnuCopyFile": [
      "Ctrl+C"
    ],
    "MnuCopyImageData": [
      "Ctrl+Shift+C"
    ]
  },

Changes over time to this

"MenuHotkeys": {
    "MnuCopyFile": [
      "Ctrl+Shift+Alt+"
    ],
    "MnuCopyImageData": [
      "Ctrl+Shift+Alt+"
    ]
  },

Expected behavior

Please help me solve this problem

mak7im01 avatar Aug 20 '24 12:08 mak7im01