gbammc / Thor

Switch the right application ASAP.
MIT License
1.16k stars 69 forks source link

Command @ app disappear after quit / relaunch app #65

Open kenji21 opened 8 months ago

kenji21 commented 8 months ago

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 ?

gbammc commented 5 months ago

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