Dropped Shift Modifier key from System Events Key Codes #496
dexwolfram
started this conversation in
General
Replies: 1 comment
-
Since key events are handled by Virtualization, this is most likely a bug in virtualization itself. However it is possible that it's something we could work around in the app somehow 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, great utility!
When using Applescript in host OS (MacOS 15.3.2) to send keystrokes as System Events to guest OS (MacOS 15.3.2, Ubuntu), the shift key is dropped. So uppercase letters become lowercase, symbols become numbers ($ -> 4, : -> ;). Happens with all guest OS tested, including MacOS guest and Ubuntu guest. VirtualBuddy 1.7.
Do you think tis is a problem with VirtualBuddy or Apple Virtualization Framework (AVF)?
Applescript:
Expected result:
HELLO
Actual result:
hello
Beta Was this translation helpful? Give feedback.
All reactions