diff --git a/tauri/src-tauri/src/key_codes.rs b/tauri/src-tauri/src/key_codes.rs index 0b0019cf..58098cd2 100644 --- a/tauri/src-tauri/src/key_codes.rs +++ b/tauri/src-tauri/src/key_codes.rs @@ -30,6 +30,7 @@ pub fn key_from_str(name: &str) -> Option { "ShiftLeft" => Key::ShiftLeft, "ShiftRight" => Key::ShiftRight, "CapsLock" => Key::CapsLock, + "Function" => Key::Function, // Whitespace / navigation "Space" => Key::Space,