public interface CharBindingMap
CharBindingMap
communicate what modifiers and primary key are required to generate
a given symbol.DefaultCharBindingMap
Modifier and Type | Method and Description |
---|---|
int |
getCharKey(char c)
Returns the code of the primary key used to type a symbol.
|
int |
getCharModifiers(char c)
Returns the modifiers that should be pressed to type a symbol.
|
int getCharKey(char c)
c
- Symbol code.InputEvent
int getCharModifiers(char c)
c
- Symbol code.InputEvent