Productivity
Windows Startup
Press Win + R, type shell:startup, and press Enter
In the Startup folder, copy shortcuts for programs you want to launch automatically on windows launch:
- ChatGPT
- Visual Studio Code
- Google Chrome (with specific user profile)
- Always stay on Top window
Pin Programs to Taskbar
Right click on any program shortcut and select Pin to taskbar for easy access
Always stay on Top window
-
For example: It keeps your emulator window always visible on top while coding to avoid losing focus when switching app
-
Open VS Code
-
Create a new file named
alwaysontop.ahk -
Add the following line to the file:
^]:: Winset, Alwaysontop, , A(This sets Ctrl + ] as the hotkey to toggle "Always on Top" for the active window)
-
Save the file, and make
alwaysontop.ahkfile start onWindows Startup
Chrome Extensions
- Google Translate - Quickly translate selected text
- Color Zilla - Eyedropper, color picker, gradient generator
- Youtube Playback Speed Control - Control playback speed with shortcuts
- Previous Tab
- QuicKey – Quick tab switcher
Shortcuts
Windows Keyboard Shortcuts
Ctrl + Shift + Esc: Open Task ManagerAlt + Tab: Switch between open applicationswin + V: Open clipboard historywin + D: Show desktopwin + E: Open File Explorerwin + L: Lock your PCwin + R: Open the Run dialog boxwin + S: Open Searchwin + I: Open Settingswin + Shift + S: Open Snipping Tool for screenshotswin + .(period): Open emoji panelctrl + ]: Toggle Always On Top for the active window
Basics
Ctrl + C: Copy selected itemCtrl + X: Cut selected itemCtrl + V: Paste copied or cut itemCtrl + Z: Undo an actionCtrl + Y: Redo an actionCtrl + A: Select all items in a document or windowCtrl + S: Save the current documentCtrl + P: Print the current documentCtrl + N: Open a new window or documentCtrl + F: Open the Find dialog to search within the current document or window
Chrome Keyboard Shortcuts
Ctrl + N: Open a new windowCtrl + T: Open a new tabCtrl + W: Close the current tabCtrl + Shift + T: Reopen the last closed tabCtrl + Tab: Switch to the next tabCtrl + Shift + Tab: Switch to the previous tabCtrl + LorAlt + D: Focus the address barCtrl + F: Open the find bar to search on the current pageCtrl + RorF5: Reload the current pageCtrl + H: Open the History pageCtrl + J: Open the Downloads pageCtrl + Shift + N: Open a new incognito windowCtrl + Shift + B: Toggle the bookmarks barCtrl + Shift + I: Open Developer ToolsCtrl + Shift + C: Open Developer Tools with the element selector
VSCode Keyboard Shortcuts
Ctrl + Tab: Switch to the next open file tabCtrl + P: Quick Open (navigate to files)Ctrl + Shift + P: Command Palette (access all commands)Ctrl + B: Toggle Sidebar visibility- Ctrl + `: Toggle Terminal
Ctrl + ,: Open SettingsCtrl + K Ctrl + S: Open Keyboard ShortcutsCtrl + /: Toggle line commentCtrl + Space: Trigger suggestion (IntelliSense)Ctrl + .: Trigger parameter hintsCtrl + F: Search within the current fileCtrl + Shift + F: Search across filesCtrl + G: Go to lineF12: Go to definitionAlt + F12: Peek definitionAlt + Left Arrow: Navigate backAlt + Right Arrow: Navigate forwardAlt + Up/Down Arrow: Move line up/downShift + Alt + Up/Down Arrow: Copy line up/downEnd: Go to end of lineHome: Go to beginning of lineCtrl + End: Go to end of fileCtrl + Home: Go to beginning of fileCtrl + Shift + \: Jump to matching bracketCtrl + ]: Indent lineCtrl + [: Outdent lineCtrl + K Ctrl + 0: Fold (collapse) regionCtrl + K Ctrl + J: Unfold (uncollapse) region