Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dkeycode.rs26 Down, enumerator
40 FunctionKeySuffix::Down => &[0x5b, 0x42], in bytes()
52 [0x5b, 0x42] => Some(FunctionKeySuffix::Down), in try_from()
/NovaShell/src/shell/
H A Dmod.rs208 FunctionKeySuffix::Down => { in handle_funckey()