|
|
|
|
|
by cpleppert
1090 days ago
|
|
The mac doesn't use ctrl modifiers to use copy paste. If you remapped Alt/option and windows/command keys on a windows keyboard alt-c & alt-v (i.e. the keys to the right/left of the spacebar) would be recognized as cmd-c and cmd-v on the mac. PyCharm supports a windows and linux keybinding that lets you use ctrl-c and ctrl-v to copy paste but the mac generally uses the cmd key as opposed to the ctrl key. If you want to use ctrl-c and ctrl-v you can remap both of those pretty easily using karabiner elements to cmd-c and cmd-v. |
|