We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure whether this might be the same error as #74 and/or #131 or not, but I managed to narrow down the crash I'm getting to this statement:
let mut layout = TISGetInputSourceProperty(keyboard, kTISPropertyUnicodeKeyLayoutData);
In the file src/macos/keyboard.rs, function string_from_code, line 95:
src/macos/keyboard.rs
string_from_code
rdev/src/macos/keyboard.rs
Line 95 in 5b8d412
There is no error message, the program just crashes, so I narrowed it down to this line by println debugging.
I'm using MacOS Ventura 13.7, using rdev from a tauri app, and using the Dvorak keyboard layout, if that matters.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm not sure whether this might be the same error as #74 and/or #131 or not, but I managed to narrow down the crash I'm getting to this statement:
In the file
src/macos/keyboard.rs
, functionstring_from_code
, line 95:rdev/src/macos/keyboard.rs
Line 95 in 5b8d412
There is no error message, the program just crashes, so I narrowed it down to this line by println debugging.
I'm using MacOS Ventura 13.7, using rdev from a tauri app, and using the Dvorak keyboard layout, if that matters.
The text was updated successfully, but these errors were encountered: