Page 1 of 1
favorites plugin hotkey lose
Posted: 18.01.2024 02:42
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 (1.68 KiB) Viewed 7769 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 (5.54 KiB) Viewed 7767 times
- Snipaste_2024-01-18_10-48-05.png (4.53 KiB) Viewed 7767 times
Re: favorites plugin hotkey lose
Posted: 18.01.2024 06:34
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"
]
}
}
}
}
}
Re: favorites plugin hotkey lose
Posted: 18.01.2024 07:19
by main Alexey
I fixed the code. Plugin is updated, pls try.
Re: favorites plugin hotkey lose
Posted: 18.01.2024 13:02
by SamC
I can't open Github today,could you please also share it on sourceforge or here?Thanks!
Re: favorites plugin hotkey lose
Posted: 18.01.2024 15:34
by main Alexey
Re: favorites plugin hotkey lose
Posted: 19.01.2024 00:26
by SamC
It works well now,Thanks!