-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Manually set a keyboard shortcut for a name #16
Comments
This would be great indeed as I had to read through the sources to figure out the storage mechanism. Another possible solution would be to allow to customize storage strategy that can be implemented to provide backwards compatiblity during the app migration. The silly implementation I used to have was to just write |
Agreed. I could use your thoughts in #18. |
This can be useful for migrating over to this package from some other solution.
Inside some one-time migration method:
Alternatively:
That way, the user doesn't need to know the implementation details on how it's stored. Like here: p0deje/Maccy@1001035#diff-2589021fe69dedfc5619fc6a19136f23R117-R126
@p0deje Any thoughts?
The text was updated successfully, but these errors were encountered: