Versions in this module Expand all Collapse all v0 v0.12.1 Jul 13, 2016 v0.12.0 Jul 13, 2016 v0.11.0 Feb 17, 2016 Changes in this version + const A + const ArrowDown + const ArrowLeft + const ArrowRight + const ArrowUp + const B + const C + const D + const E + const Eight + const Escape + const F + const Five + const Four + const G + const H + const I + const J + const K + const L + const M + const N + const Nine + const O + const One + const P + const Q + const R + const S + const Seven + const Six + const Spacebar + const T + const Three + const Tilde + const Two + const U + const V + const W + const X + const Y + const Z + const Zero + type KeyEvent struct + Bytes bytes + Char string + Key int + func Parse(input bytes) KeyEvent + type KeyboardDriver struct + func NewKeyboardDriver(name string) *KeyboardDriver + func (k *KeyboardDriver) Connection() gobot.Connection + func (k *KeyboardDriver) Halt() (errs []error) + func (k *KeyboardDriver) Name() string + func (k *KeyboardDriver) Start() (errs []error)