I installed Linux Mint on my MacBook Air, and I prefer to use Cmd for copying/pasting, opening and closing windows, and general things like that. However, I would like to use Ctrl to input to the Terminal. So, pressing Ctrl+C would terminate whatever command I'm running, and Cmd+C would copy any text that's highlighted. How can I do that?
2 Answers
I just did this myself in Linux Mint 20.2, Cinnamon, 64-bit.
Procedure:
Open Terminal
Click on
Edit(in the menu bar at the top).Click on
PreferencesClick on
ShortcutsDouble click on the shortcut you wish to change, then press the new key combination you want to use. For example, to replace copy double click on where it says Shift + Ctrl + C and then press Cmd + C on your keyboard.
NOTE: I had to disable the Clock app from opening, which was already mapped to Cmd + C by default, otherwise it conflicts with Cmd + C for Terminal Copy and it will not work.
How to disable Clock app from opening with Cmd + C:
Right click on your clock in your panel (lower right hand corner).
Left click on
Configure...Double left click on Super + C
You can now reassign the clock app to open with whatever keyboard shortcut you want, or you can simply remove the keyboard shortcut entirely by pressing the Backspace key (or the Delete key, as was true on my keyboard).
Hope this helps, and have fun with the keyboard shortcuts! :)
I found a satisfactory* solution built in to system settings within Linux Mint by enabling the following options under:
Keyboard > Layouts > Options...
Ctrl position:
- Swap Left Alt with Left Ctrl
- Swap Left Win with Left Ctrl
- Swap Right Win with Right Ctrl
*Doesn't map identical to the macOS keyboard layout for Cmd Ctrl and Alt, but it's pretty close for the most common operations one does with their left hand on the Mac.
- 101
- 2
