ZSKBD_KEY_UP
if (key & ZSKBD_KEY_UP)
wskbd_input(sc->sc_dc->wskbddev, type, (key & ~ZSKBD_KEY_UP));
*data = key & ~ZSKBD_KEY_UP;