How to use Mac OSX Keymap on Windows for WebStorm or IntelliJ IDEA?

蓝咒 提交于 2019-12-09 05:59:31

问题


I use WebStorm on both my Mac and Windows for work purposes. I would like to know if it is possible to use the MAC OSX keymap on Windows.

On windows if you load the MAC OSX keymap the mappings don't seem to line up correctly. For instance I see the character Meta being used, however Windows doesn't seem to properly map that character.

I also would like to note I am using a Mac keyboard on the Windows PC.


回答1:


How does Cmd (Meta) key map to your Windows keys?

You can get the full Mac keymap XML file and replace meta with whatever key it is on Windows. Some keys may not work or you may get conflicting mappings.

There is no easy and straightforward way that will work out of the box.

On Mac keymap is using Alt, Ctrl, Meta and Shift modifiers. This cannot be directly mapped to only 3 modifiers you have on Windows (Alt, Ctrl, Shift). You can't use Win as the modifier by default.

Also, a lot of the combinations with Win would be already taken by the OS (and the only way to disable these default mappings is via registry modification).

You are welcome to give it a try as there is a workaround to make Win work as a modifier in IntelliJ IDEA.




回答2:


On Windows go to file > settings > keymap and in the keymaps dropdown select default and the meta (aka cmd) key will be replaced by ctrl.



来源:https://stackoverflow.com/questions/42422318/how-to-use-mac-osx-keymap-on-windows-for-webstorm-or-intellij-idea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!