We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems it doesn't be correctly saved, if I use command $ with the same app, it is correctly saved
command $
In the json exported, it appears as cmd + ] when using command + $ :
cmd + ]
command + $
73 "appBundleURL" : "file:\/\/\/Applications\/Spotify.app\/", 74 "appDisplayName" : "Spotify.app", 75 "shortcut" : "cmd+]"
and as a blank shortcut when exporting with command + @ setted:
command + @
73 "appBundleURL" : "file:\/\/\/Applications\/Spotify.app\/", 74 "appDisplayName" : "Spotify.app", 75 "shortcut" : ""
Maybe an issue with my french keyboard layout ?
The text was updated successfully, but these errors were encountered:
Yes, it's related to the keyboard layout, I'll try to fix it in the next version.
Sorry, something went wrong.
No branches or pull requests
It seems it doesn't be correctly saved, if I use
command $
with the same app, it is correctly savedIn the json exported, it appears as
cmd + ]
when usingcommand + $
:and as a blank shortcut when exporting with
command + @
setted:Maybe an issue with my french keyboard layout ?
The text was updated successfully, but these errors were encountered: