Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dkeycode.rs30 Home, enumerator
43 FunctionKeySuffix::Home => &[0x5b, 0x48], in bytes()
55 [0x5b, 0x48] => Some(FunctionKeySuffix::Home), in try_from()
/NovaShell/src/shell/
H A Dmod.rs228 FunctionKeySuffix::Home => { in handle_funckey()