Package ai.platon.pulsar.common.io
Object VirtualKeyboard
-
- All Implemented Interfaces:
public class VirtualKeyboard
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, List<String>>CODE_ALIASESprivate final List<String>KEYBOARD_MODIFIERSprivate final IntegerKEYPAD_LOCATIONprivate final Map<String, VirtualKey>KEYBOARD_LAYOUTpublic final static VirtualKeyboardINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, List<String>>getCODE_ALIASES()final List<String>getKEYBOARD_MODIFIERS()final IntegergetKEYPAD_LOCATION()final Map<String, VirtualKey>getKEYBOARD_LAYOUT()Maps from key codes or key texts to key descriptions. -
-
Method Detail
-
getCODE_ALIASES
final Map<String, List<String>> getCODE_ALIASES()
-
getKEYBOARD_MODIFIERS
final List<String> getKEYBOARD_MODIFIERS()
-
getKEYPAD_LOCATION
final Integer getKEYPAD_LOCATION()
-
getKEYBOARD_LAYOUT
final Map<String, VirtualKey> getKEYBOARD_LAYOUT()
Maps from key codes or key texts to key descriptions.
The keys of the map like: Code: "Digit3", "KeyA", "Enter", ... Key: "3", "a", "\r", ... Code aliases: "\n", "ShiftLeft", ...
-
-
-
-