favorites plugin hotkey lose

Solved bugs are moved into this topic...
Post Reply
SamC
Posts: 207
Joined: 12.08.2023 00:49

favorites plugin hotkey lose

Post by SamC »

Hello,
If I add the hotkey for favorites file 01 like alt+1,after close the cuda and reopen,the hotkey will lose.
2024-01-18_10-40-18.png
2024-01-18_10-40-18.png (1.68 KiB) Viewed 7768 times
It may related to the code in key.json? I found there are two segment related:
Snipaste_2024-01-18_10-45-04.png
Snipaste_2024-01-18_10-45-04.png (5.54 KiB) Viewed 7766 times
Snipaste_2024-01-18_10-48-05.png
Snipaste_2024-01-18_10-48-05.png (4.53 KiB) Viewed 7766 times
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Re: favorites plugin hotkey lose

Post by main Alexey »

Seems that hotkeys are not supported here, for custom items of Fav plugin.
On linux it gives even worse results in keys.json, corrupted JSON key

Code: Select all

 "cuda_favorites,open_fav," : {
    "home" : {
      "user" : {
        "dir" : {
          "filename" : {
            "name" : "plugin: Favorites: File 01 - todo",
            "s1" : [
              "Alt+1"
            ]
          }
        }
      }
    }
  }
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Re: favorites plugin hotkey lose

Post by main Alexey »

I fixed the code. Plugin is updated, pls try.
SamC
Posts: 207
Joined: 12.08.2023 00:49

Re: favorites plugin hotkey lose

Post by SamC »

I can't open Github today,could you please also share it on sourceforge or here?Thanks!
SamC
Posts: 207
Joined: 12.08.2023 00:49

Re: favorites plugin hotkey lose

Post by SamC »

It works well now,Thanks!
Post Reply