MCPcopy Index your code
hub / github.com/TyberiusPrime/KeyToKey / key_codes.rs

File key_codes.rs

src/key_codes.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::{format, string::String};
2use core::convert::{TryFrom, TryInto};
3use num_enum::{IntoPrimitive, TryFromPrimitive};
4pub const UNICODE_BELOW_256: u32 = 0x100_000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected