SCAN_PRESS
return (scancode | (up ? SCAN_RELEASE : SCAN_PRESS));
code |= (up ? SCAN_RELEASE : SCAN_PRESS);