jspahrsummers / Microverse

macOS virtualization app for M1/Apple Silicon

Home Page:https://jspahrsummers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VM does not accept keypresses immediately

jspahrsummers opened this issue · comments

Probably something about focus/first responder—after a few taps of Tab, the VM captures all keys.

When first launching a VM:

  1. Clicking inside the VM's display does not give it focus (i.e., keypresses still fail)
  2. Clicking inside the VZVirtualMachineView but outside of the VM's display does give it focus (keypresses afterward succeed)

This reinforces my thinking that it's a focus/responder chain issue.