Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TyberiusPrime/KeyToKey
/ is_private_keycode
Method
is_private_keycode
src/key_codes.rs:391–393 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
389
return UNICODE_BELOW_256 <= self && self <= UNICODE_BELOW_256 + 0xE7; //RGui
390
}
391
fn is_private_keycode(self) -> bool {
392
return UserKey::UK0.to_u32() <= self && self <= UserKey::UK99.to_u32(); //RGui
393
}
394
}
395
396
mod test {
Callers
1
process_keys
Method · 0.80
Calls
1
to_u32
Method · 0.80
Tested by
no test coverage detected