-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Improve Alt+M hiding/showing windows #12656
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
Comments
Mac上点击dock图标也有这个问题,只第一个打开的工作空间显示,obsidian就没这个问题,总是显示最后一个使用的窗口。 |
出现一个问题,我之前是两个空间设置了不同的快捷键进行 显示/隐藏,一个是 ALT+M,一个是 ALT+N;这两个互不干扰,可是更新后两个快捷键都只对最后打开的窗口有效,无法用不同快捷键区分想要显示的空间了。 @Vanessa219 |
下个版本改进 |
mouyase
pushed a commit
to mouyase/siyuan
that referenced
this issue
Feb 28, 2025
mouyase
pushed a commit
to mouyase/siyuan
that referenced
this issue
Feb 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改进隐藏/显示窗口和 Mac 上点击 Dock 图标
In what scenarios do you need this feature?
目前 显示\隐藏窗口 的全局快捷键alt+m只对第一个打开的工作空间生效,对后打开的工作空间无效。希望能够对所有的工作空间都生效。
Describe the optimal solution
可以在electron的渲染进程中焦点的获取事件,获取焦点后向主进程发送消息,在主进程中记录最后获取焦点的渲染进程。
按下alt+m全局快捷键时,主进程对最后获取焦点的渲染进程窗口进行显示\隐藏
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: