| Package | Description |
|---|---|
| org.igesture.app.keyboard |
Mapping gestures to keystrokes (for example copy/paste).
|
| org.ximtec.igesture.geco.action | |
| org.ximtec.igesture.io.keyboard |
| Modifier and Type | Method and Description |
|---|---|
Key[] |
GestureKeyMapping.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
GestureKeyMapping.setKeys(Key[] keys) |
| Constructor and Description |
|---|
GestureKeyMapping(String gesture,
Key... keys) |
PressKeystroke(Key... keys) |
| Modifier and Type | Method and Description |
|---|---|
Key[] |
KeyboardSimulation.getAllKeys()
Returns the selected keys
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyboardSimulation.setKeys(Key[] keys)
Set the keys to be pressed.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyboardUtils.keyEvent(Key key,
Key status)
Simulates a keyboard input
|
static void |
Win32KeyboardProxy.pressKey(Key... keys)
Simulates a keyboard input
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.