Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,有时可以在第二个显示器上将视图带入全屏模式。应用程序通过在视图上使用“enterFullscreenMode:withOptions” api 来执行此操作。
奇怪的是,当在另一个显示器上处于全屏模式时,诸如 cmd+tab 或 alt+space 之类的系统快捷方式不再起作用,但所有正常字符都起作用。当我将视图退出全屏模式时,键盘再次正常工作。
我怎样才能解决这个问题?