|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Key | |
|---|---|
| org.igesture.app.keyboard | Mapping gestures to keystrokes (for example copy/paste). |
| org.ximtec.igesture.geco.action | |
| org.ximtec.igesture.io.keyboard | |
| Uses of Key in org.igesture.app.keyboard |
|---|
| Methods in org.igesture.app.keyboard that return Key | |
|---|---|
Key[] |
GestureKeyMapping.getKeys()
|
| Methods in org.igesture.app.keyboard with parameters of type Key | |
|---|---|
void |
GestureKeyMapping.setKeys(Key[] keys)
|
| Constructors in org.igesture.app.keyboard with parameters of type Key | |
|---|---|
GestureKeyMapping(String gesture,
Key... keys)
|
|
PressKeystroke(Key... keys)
|
|
| Uses of Key in org.ximtec.igesture.geco.action |
|---|
| Methods in org.ximtec.igesture.geco.action that return Key | |
|---|---|
Key[] |
KeyboardSimulation.getAllKeys()
Returns the selected keys |
| Methods in org.ximtec.igesture.geco.action with parameters of type Key | |
|---|---|
void |
KeyboardSimulation.setKeys(Key[] keys)
Set the keys to be pressed. |
| Uses of Key in org.ximtec.igesture.io.keyboard |
|---|
| Methods in org.ximtec.igesture.io.keyboard that return Key | |
|---|---|
static Key[] |
Key.parseKeyList(String keys)
Parses a string list of keys Delimiter: + E.g.: ALT + TAB |
static Key |
Key.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.ximtec.igesture.io.keyboard with parameters of type Key | |
|---|---|
void |
KeyboardUtils.keyEvent(Key key,
Key status)
Simulates a keyboard input |
static void |
Win32KeyboardProxy.pressKey(Key... keys)
Simulates a keyboard input |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||