views:

18

answers:

0

I'm writing application that will have global hot keys option and I need keys binding panel where user can define their own key shortcuts. I want something similar to Eclipse binding control in Windows - Preferences - General - Keys. I see that other applications use similar concept when typing keys in that control, for example "ctrl+" is always placed first than goes "alt+", and than "shift+". Is there any standard and documented way to do this? Any java source code?