waitUp

suspend fun KeysEvents.waitUp(key: Key): KeyEvent
suspend fun KeysEvents.waitUp(filter: (key: KeyEvent) -> Boolean = { true }): KeyEvent