When I first moved from a Windows to a macOS Macbook, the first keyboard shortcuts that I had to learn was Cut, Copy, and Paste 😊. I know you must be thinking it is so trivial! Well yes it is but you must know that we use Command Key ⌘ in combination with keys like X - to cut, C - to copy and - V to paste on windows - this will not work on macOS, you will have to use the Command button instead - Look for this symbol on your Mac Keyboard - ⌘
How to do CUT operation with keyboard on Mac?
Command (or Cmd) ⌘ and X

When both of these keys are pressed together the selected item or text will be copied to the Clipboard. If it's the text, the selected text will be removed from the document and cached in the clipboard.
How to do the COPY operation with the keyboard on Mac?
Command (or Cmd) ⌘ and C
When both of these keys are pressed together the selected item or text will be copied to the Clipboard.
How to do the PASTE operation with the keyboard on Mac?
Command (or Cmd) ⌘ and V
When both of these keys are pressed together the Clipboard item or text will be attached/appended to the current document. If you use these keys on a clipped file it will get pasted to any other location.
Comments:
- [macOS] How to search or view previous terminal command history
- [Eclipse] Locate Preferences in macOS
- macOS Big Sur compatible Macs List
- How to connect Airpods to Macbook Air or Pro?
- Display ls command file sizes in KB (kilobytes) MB (megabytes) or GB (gigabytes) [Linux/macOS]
- [macOS] Change homepage Macbook Safari Browser
- [Vi/Vim] How to move cursor to the start of a line
- bash: command not found error [macOS Terminal Linux, Unix or Windows]
- Set Python 3.8 as a default python version on macOS
- 30+ Zoom video communications application shortcuts for macOS
- say command macOS terminal examples
- Mac (macos) startup keyboard boot sequence combinations
- Cut, Copy and Paste keyboard commands on mac
- Disable Fading Edges Scroll Effect Android Views - Android
- Android : Class file collision: A resource exists with a different case - Android
- Error: Can not find the tag library descriptor for "struts-tags" - Java
- [Java Threads] Should we extend Thread Class or implement Runnable interface - Java
- Android : Unable to load VM from snapshot : Mac OS X Error - Android
- Sublime Add text at start and end of each line - Sublime
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error - Android
- INSTALL_FAILED_INSUFFICIENT_STORAGE Error Android Emulator - Android
- Change Android EditText Cursor Height - Android
- Align left align text in Bootstrap - Bootstrap
- Android Studio : Implement abstract methods shortcut - Android-Studio
- Android Studio Ctrl Shift o auto import not working - Android
- Detect swipes on Android Activity - Android
- Facebook | Error : Sorry, something went wrong We're working on it and we'll get it fixed as soon as we can - Facebook
- How to copy Chrome alert popup text to clipboard - Chrome
> c2cDev: Thanks Jeff, glad to know I am not the only one ;)