๐ Linked issue
None.
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This feature allows users to specify the desired shortcut key separator.
Previously, only an underscore (_) was used. That is, the extractShortcuts utility has always been creating key combinations.
Now, it can also create key sequences if users pass a dash (-) as a separator.
๐ Checklist
I think this PR doesn't require the checklist to be completed.
- I have linked an issue or discussion.
- I have updated the documentation accordingly.