Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ sendkey
Function
sendkey
src/dev/kbd/mod.rs:164–167 ·
view source on GitHub ↗
Send key
(c: char)
Source
from the content-addressed store, hash-verified
162
163
// Send key
164
fn sendkey(c: char)
165
{
166
crate::sys::console::keyhandler(c);
167
}
168
169
170
// Set keyboard
Callers
2
intrh
Function · 0.85
sendcsi
Function · 0.85
Calls
1
keyhandler
Function · 0.85
Tested by
no test coverage detected