Thor icon indicating copy to clipboard operation
Thor copied to clipboard

Command @ app disappear after quit / relaunch app

Open kenji21 opened this issue 2 years ago • 1 comments

It seems it doesn't be correctly saved, if I use command $ with the same app, it is correctly saved

In the json exported, it appears as cmd + ] when using command + $ :

  73     "appBundleURL" : "file:\/\/\/Applications\/Spotify.app\/",
   74     "appDisplayName" : "Spotify.app",
   75     "shortcut" : "cmd+]"

and as a blank shortcut when exporting with command + @ setted:

   73     "appBundleURL" : "file:\/\/\/Applications\/Spotify.app\/",
   74     "appDisplayName" : "Spotify.app",
   75     "shortcut" : ""

Maybe an issue with my french keyboard layout ?

kenji21 avatar Dec 26 '23 18:12 kenji21

Yes, it's related to the keyboard layout, I'll try to fix it in the next version.

gbammc avatar Mar 16 '24 03:03 gbammc