Keyboard class

Main Keyboard object

Constructors

Keyboard()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

hotKey(List<String> keys) Future<void>
Simulate a hotkey press , e.g Ctrl+i Example usage
keyboardKeys() Future<List<String>>
Returs a Future<List<String>> of all the available keys within your system
typeWord(String word, {int interval = 0}) Future<void>
Type a sentence , int interval is by default 0