Use _NS_4445425547 or NS🐞 for enables debuggging panel. When enabled it, a ladybug 🐞 menu appears in the app menu bar.
“4445425547” means DEBUG in Unicode table.
0x44=D
0x45=E
0x42=B
0x55=U
0x47=G
| logprefs () { | |
| LOG_PROCESS="${*}" | |
| log stream \ | |
| --level debug \ | |
| --style compact \ | |
| --predicate '((process == "'"$LOG_PROCESS"'") AND (subsystem == "com.apple.defaults") AND (eventMessage contains[cd] "for key")) AND NOT ((eventMessage contains[cd] "AppleLanguages") OR (eventMessage contains[cd] "cursorIsCustomized") OR (eventMessage contains[cd] "AppleReduceDesktopTinting") OR (eventMessage contains[cd] "reduceMotion"))' \ | |
| | perl -ne 'printf "%-70s %-70s\n", $1, $2 if /key (\S+) .*?Domain: ([^,]+)/' | |
| } |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "aiohttp", | |
| # "yarl", | |
| # ] | |
| # /// | |
| from __future__ import annotations | |
| import argparse |
| Category | Settings Page | URI Command | |
|---|---|---|---|
| Accounts | Access work or school | ms-settings:workplace | |
| Accounts | Email & app accounts | ms-settings:emailandaccounts | |
| Accounts | Family & other people | ms-settings:otherusers | |
| Accounts | Set up a kiosk | ms-settings:assignedaccess | |
| Accounts | Sign-in options | ms-settings:signinoptions | |
| Accounts | Sync your settings | ms-settings:sync | |
| Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
| Accounts | Your info | ms-settings:yourinfo | |
| Apps | Apps & Features | ms-settings:appsfeatures |
| Name | Shell Command Shortcut | |
|---|---|---|
| %UserProfile% | explorer "shell:::{59031a47-3f72-44a7-89c5-5595fe6b30ee}" | |
| %UserProfile%\Desktop | explorer "shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" | |
| %UserProfile%\Documents | explorer "shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" | |
| %UserProfile%\Downloads | explorer "shell:::{088e3905-0323-4b02-9826-5d99428e115f}" | |
| %UserProfile%\Pictures | explorer "shell:::{24ad3ad4-a569-4530-98e1-ab02f9417aa8}" | |
| Add Network Location | explorer "shell:::{D4480A50-BA28-11d1-8E75-00C04FA31A86}" | |
| Additional Information | explorer "shell:::{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}\resultPage" | |
| Advanced Problem Reporting Settings | explorer "shell:::{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}\pageAdvSettings" | |
| Advanced sharing settings | explorer "shell:::{8E908FC9-BECC-40f6-915B-F4CA0E70D03D}\Advanced" |
| Name | Shell Command Shortcut | |
|---|---|---|
| 3D Objects | explorer "shell:3D Objects" | |
| AccountPictures | explorer "shell:AccountPictures" | |
| AddNewProgramsFolder | explorer "shell:AddNewProgramsFolder" | |
| Administrative Tools | explorer "shell:Administrative Tools" | |
| AppData | explorer "shell:AppData" | |
| AppDataDesktop | explorer "shell:AppDataDesktop" | |
| AppDataDocuments | explorer "shell:AppDataDocuments" | |
| AppDataFavorites | explorer "shell:AppDataFavorites" | |
| AppDataProgramData | explorer "shell:AppDataProgramData" |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | |
| "ShowDownloadsToolbarButton"=dword:00000001 | |
| "ShowRecommendationsEnabled"=dword:00000000 | |
| "CopilotPageContext"=dword:00000000 | |
| "ShowAcrobatSubscriptionButton"=dword:00000000 | |
| "PersonalizeTopSitesInCustomizeSidebarEnabled"=dword:00000000 | |
| "Microsoft365CopilotChatIconEnabled"=dword:00000000 | |
| "NewTabPageContentEnabled"=dword:00000000 |
| type: vertical-stack | |
| cards: | |
| - type: horizontal-stack | |
| cards: | |
| - type: custom:mushroom-title-card | |
| title: Bambu Lab X1C | |
| alignment: start | |
| - type: custom:mod-card | |
| card: | |
| type: custom:mushroom-chips-card |
| [ | |
| { | |
| "titleid": "4156004D", | |
| "title": "Cabela's Outdoor Adventure" | |
| }, | |
| { | |
| "titleid": "555308CD", | |
| "title": "Just Dance 2015" | |
| }, | |
| { |
Update 17.10.2024: macOS 15 no longer requires root privileges for hidutil, you need to add hidutil and Terminal to 'Input Monitoring' in Settings/Privacy & Security tab.
Update 13.04.2024: On macOS 14.2 hidutil requires root privileges.
If you have a mac with an INT (ISO) keyboard you might want to change the ± key to ~. During my research I found that the information on this topic is not at all centralized. I prefer this option because it does not involve installing new software.
With macOS 10.12 Sierra Apple introduced hidutil as a tool to remap keyboard keys. See TN2450.