Hello,
If I add the hotkey for favorites file 01 like alt+1,after close the cuda and reopen,the hotkey will lose.
It may related to the code in key.json? I found there are two segment related:
favorites plugin hotkey lose
-
- Posts: 2257
- Joined: 25.08.2021 18:15
Re: favorites plugin hotkey lose
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
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"
]
}
}
}
}
}
-
- Posts: 2257
- Joined: 25.08.2021 18:15
Re: favorites plugin hotkey lose
I fixed the code. Plugin is updated, pls try.
Re: favorites plugin hotkey lose
I can't open Github today,could you please also share it on sourceforge or here?Thanks!
-
- Posts: 2257
- Joined: 25.08.2021 18:15
Re: favorites plugin hotkey lose
It works well now,Thanks!