Add keymap config via ps2 scheme

This commit is contained in:
Wildan M
2025-10-20 23:36:19 +07:00
parent 99160faeb1
commit d23eaf616a
6 changed files with 224 additions and 15 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ impl SchemeSync for InputScheme {
"control" => Handle::Control,
_ => {
log::error!("inputd: invalid path {path}");
log::error!("inputd: invalid path '{path}'");
return Err(SysError::new(EINVAL));
}
};