You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the program on linux and in worked. Compiled and runned on windows and get following error
thread '' panicked at 'cannot transmute_copy if Dst is larger than Src', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26\library\core\src\mem\mod.rs:1056:5
when trying to execute
KeySequence("b").send();
or
inputbot::KeybdKey::BKey.press();
The text was updated successfully, but these errors were encountered:
Hello,
I tested the program on linux and in worked. Compiled and runned on windows and get following error
thread '' panicked at 'cannot transmute_copy if Dst is larger than Src', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26\library\core\src\mem\mod.rs:1056:5
when trying to execute
The text was updated successfully, but these errors were encountered: