up

fun up(keys: Set<Key>, callback: suspend (key: KeyEvent) -> Unit): Closeable
fun up(callback: suspend (key: KeyEvent) -> Unit): Closeable
fun up(key: Key, callback: suspend (key: KeyEvent) -> Unit): Closeable
fun up(vararg keys: Key, callback: suspend (key: KeyEvent) -> Unit): Closeable