fn + c 누르면 나오는 제어센터를
단축키를 변경하고 싶은데 말이죠
단축키 바꿀 수 있을가요?
tell application "System Events"
tell process "SystemUIServer"
click menu bar item "Control Center" of menu bar 1
end tell
end tell

fn + c 누르면 나오는 제어센터를
단축키를 변경하고 싶은데 말이죠
단축키 바꿀 수 있을가요?
tell application "System Events"
tell process "SystemUIServer"
click menu bar item "Control Center" of menu bar 1
end tell
end tell

저 같은 경우에는 "카라비너"로 단축키 매핑을 걸어서 씁니다.
원하는 단축키를 fn + c 로 매핑 하는 Complex modifications을 재미나이 같은 무료ai에 만들어 달라고 해서 설정하면 됩니다.
카라비너가 기능은 좋은데, 설정이 까다로운 편인데, ai로 설정을 만들수 있게 되서 쉽게 쓸수 있게 됐습니다.
tell application "System Events"
tell process "ControlCenter"
-- 메뉴바 전체 아이콘 중에서 '제어 센터' 기능을 가진 버튼을 찾아 클릭합니다.
click (every menu bar item of menu bar 1 whose description is "Control Center")
end tell
end tell
이러합니다! 중간에 주석부 삭제하셔도 무관해요~
저는 맥 버전이 26.6 입니다 !
저기 위에 Receive Images and 17 more 어쩌구 라고 써있는 블록이요!
mackey님이 단축어 설정하실때 헷갈리실 수 있을까봐, 그 창에 있던 내용 전부 찍어서 올린거거든요!! 에고 해결되셨으면좋겠는데 ㅠㅠ 또 여쭐거있으면 여쭤보셔요!! 도와드리고싶어요~~ㅋㅋ