Cmd key in Windows

I am using the atom editor on Windows. Atom makes heavy use of the CMD key, which the Windows keyboard does not have. Although the ctrl key acts like a CMD key, I don't want that! I want the ctrl key to be as it is, and another key (like Windows key) to act as a CMD key.

Can I make Windows key (or any other key) as CMD key?

+3


source to share


1 answer


I'm not on a windows machine, but it looks like you need to edit your layout file. Here is a guide to edit the file: http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/

Otherwise, if it turns out to be too complicated or cumbersome (I've heard others have problems getting old key bindings to be "undone")



you can use the following package which is for mapping non-US keyboard layouts, but can be used to create a fully custom keyboard layout on a US layout keyboard. https://atom.io/packages/keyboard-localization

0


source







All Articles