Community
Participate
Working Groups
If you want to add/remove ACTIVE_KEYS/CANCEL_KEYS to the existing set of keys you have to deal with manipulating of arrays all the time. It will be more convenient to provide utility methods for such operations. Something like: addActiveKeys( Control, String[] ) removeActiveKeys( Control, String[] ) addActiveKeys( Display, String[] ) removeActiveKeys( Display, String[] ) and the same for cancel keys. Of course, we have to find a proper "home" for these methods.