Home
last modified time | relevance | path

Searched refs:Up (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/
H A Dkeycode.rs25 Up, enumerator
39 FunctionKeySuffix::Up => &[0x5b, 0x41], in bytes()
51 [0x5b, 0x41] => Some(FunctionKeySuffix::Up), in try_from()
/NovaShell/src/shell/
H A Dmod.rs200 FunctionKeySuffix::Up => { in handle_funckey()