Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trick: 禁用MacOS 全局快捷键最小化 Command + M \ Command + Option + M #21

Open
Nauxscript opened this issue Jun 20, 2023 · 0 comments
Labels
trick May benefit you

Comments

@Nauxscript
Copy link
Owner

Nauxscript commented Jun 20, 2023

屏蔽原因:
如果在多窗口的软件如(打开了多个项目的vscode)误触该快捷键后,导致其中一个窗口最小化到dock中,此时是无法通过键盘在让该窗口显示出来的,只能用鼠标重新点击使该窗口显示;

设置 - 键盘 - 键盘快捷键... - App快捷键 中添加如下快捷键:

  • Minimise: Cmd + Ctrl + Opt + Shift + 9
  • Minimize: Cmd + Ctrl + Opt + Shift + 8
  • Minimise All: Cmd + Ctrl + Opt + Shift + 7
  • Minimize All: Cmd + Ctrl + Opt + Shift + 6
  • 最小化: Cmd + Ctrl + Opt + Shift + 5 (针对中文软件)
  • 全部最小化: Cmd + Ctrl + Opt + Shift + 4 (针对中文软件)
image

添加后点击完成,然后切换到任一个软件,点击顶部栏的 窗口 设置,即可看到最小化的快捷键已被修改为以上快捷键组合;

如微信的:
image

如 VScode 的:
image

参考 该回答

@Nauxscript Nauxscript added the enhancement New feature or request label Jun 20, 2023
@Nauxscript Nauxscript added trick May benefit you and removed enhancement New feature or request labels Oct 7, 2023
@Nauxscript Nauxscript changed the title tip: 禁用MacOS 全局快捷键最小化 Command + M \ Command + Option + M Trick: 禁用MacOS 全局快捷键最小化 Command + M \ Command + Option + M Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trick May benefit you
Projects
None yet
Development

No branches or pull requests

1 participant