I would like to include customizable keyboard shortcuts in my Java application (the user can change them). Since this is not very unusual request, I was wondering if there exists a library/project that could help me achieve my goal.
Unfortunately I was not able to find anything useful on Google.
Thank you, aZen
Ended up building my own shortcut manager from scratch. This took around 20h.