macos의 명령어를 추가해주실 수 있나요?
Mission Control이나 Spaces 전환 등의 명령어가 있으면 매우 큰 도움이 될 것입니다.단축키로 지정할 경우 일부 앱에서 무시되는 경우가 있습니다 (해당 앱들이 문제인데, SteerMouse 같은 마우스를 커스텀하는 앱에선 명령어를 직접 할당하여 어떠한 상황에서도 해당 명령어를 사용할 수 있게 해줍니다.)
你好,我们已将此需求录入功能需求池,并会评估其技术实现路径和资源安排。
我们非常鼓励您或与您有类似需求的用户在官方论坛或社区中进一步讨论:
除了Mission Control和Spaces,还有哪些macOS系统控制功能您希望能在Deck上稳定触发?
This limitation seems to be affecting the Mission Control & Spaces. I thought its the Control key but it's not.
Setting up the shortcut in macos system settings for example to the "show spotlight search" to Ctrl+S and than setting the same shortcut in Ulanzi Studio works.
But if i add Ctrl+→ which pressed on keyboard switches to the next space in mission control this does not work in Ulanzi Studio. Pressing this key on the deck functions as the right arrow alone ignoring the control :(
If you could solve that in update it would be super helpfull.
Additionally ability to add the "globe" button as a shortcut (starts dictation in macos). 本帖最后由 k000bk 于 2026-2-3 18:55 编辑
After additional investigation: no matter what shortcut combination i set up for Mission Control it it does not work in Ulanzi.
https://i.postimg.cc/FHW2NNVN/SCR-20260203-krbp.png
As a temporary workaround I managed to run the mission control shortcuts via app made in Automator, but it's not ideal - there is a significant delay running the app that invokes the shortcut vs pressing it on a physical keyboard. The faster workaround was launching Apple Script with Scripts app, but it resulted in privilages error (scripts are not allowed to invoke keystrokes).
The Automator app setup does only 1 thing which is "Run AppleScript":
on run {input, parameters}
tell application "System Events"
key code 126 using control down
end tell
return input
end run
However: the apple script proves it should be possible to add this to Ulanzi Studio. Maybe this will help with development.
页:
[1]