Свойство | Тип | Описание | |
---|---|---|---|
keytranslator | VKeysScan>.Dictionary |
Метод | Описание | |
---|---|---|
KeyBoard ( ) : System | ||
keyDown ( char key ) : void | ||
keyUp ( char key ) : void | ||
pressEnter ( ) : void |
Sends an Enter key to EVE
|
|
sendAltCharacter ( char c ) : void |
Sends the given character with the alt key pressed
|
|
sendChar ( char c ) : void |
Sends the given keypress to the EVE client
|
|
sendCtrlCharacter ( char c ) : void |
Sends the given character with the control key pressed
|
|
sendFKey ( int key ) : void | ||
sendKeyPresses ( String text ) : void |
Sends keypresses to the EVE client with a static wait between keypresses
|
|
sendKeyPresses ( String text, int minWait, int maxWait ) : void |
Sends a string of keys to the Eve Client with a random wait
|
Метод | Описание | |
---|---|---|
VkKeyScan ( char ch ) : |
||
populateTranslator ( ) : void |
public sendAltCharacter ( char c ) : void | ||
c | char | The character to send |
Результат | void |
public sendCtrlCharacter ( char c ) : void | ||
c | char | Character to send with control |
Результат | void |
public sendKeyPresses ( String text ) : void | ||
text | String | The text to send |
Результат | void |
public sendKeyPresses ( String text, int minWait, int maxWait ) : void | ||
text | String | The string to enter |
minWait | int | The minimum time to wait between keypresses in miliseconds |
maxWait | int | The maximum time to wait between keypresses in miliseconds |
Результат | void |