1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
861 stars 35 forks source link

Inability to Use Command-W on Mac #11

Closed kzkiyo closed 6 months ago

kzkiyo commented 6 months ago

While using your application, I've noticed that the Command-W shortcut becomes unresponsive, even when the application is running in the background. For instance, I'm unable to close tabs in Chrome or exit VSCode.

I'm using an M2 MacBook Air, and the Bluestone version is 1.4.9.

Is there any chance that something in Bluestone is blocking the Command-W functionality?

1943time commented 6 months ago

In order to be compatible with the Ctrl+W shortcut key in Windows, I chose to intercept it. In theory, when the application loses focus, cmd+W can work normally. I will cancel the interception of this shortcut key on the Mac system in the next version