Windows Shortcuts
- Ctrl + C: Copy selected text or item
- Ctrl + V: Paste copied text or item
- Ctrl + Z: Undo last action
- Alt + Tab: Switch between open applications
- Win + D: Show or hide the desktop
Linux Shortcuts
- Ctrl + Alt + T: Open a terminal window
- Ctrl + C: Stop the current command
- Ctrl + Z: Suspend the current command
- Alt + F2: Run a command
- Ctrl + Alt + L: Lock the screen
Python Shortcuts
- Ctrl + Enter: Run the selected code in Jupyter Notebook
- Shift + Enter: Run the current cell and select the next one in Jupyter Notebook
- F5: Run the script in IDLE
- Ctrl + S: Save the current file
- Ctrl + F: Open the find dialog
VS Code Shortcuts
- Ctrl + Shift + P: Open Command Palette
- Ctrl + P: Quick Open files
- Ctrl + B: Toggle sidebar visibility
- Ctrl + `: Show integrated terminal
- F8: Go to next error or warning
General Keyboard Shortcuts
- Ctrl + A: Select all text or items
- Ctrl + F: Open find dialog
- Ctrl + Shift + N: Create a new folder in Windows Explorer
- Ctrl + Shift + T: Reopen the last closed tab in a browser
- Alt + F4: Close the current window or application
Go Back