Value of the key being pressed
String get key => _wrapped.key;
set key(String v) { _wrapped.key = v; }