Dung Huynh Ducblog.productsway.com·Aug 5, 2024Reassigning the Caps Lock Key: A Small Change with Big ImpactContext The first time I had the idea to reassign the Caps Lock key to an Escape key was when I worked at a startup in Thailand in 2018. I had no idea whether it was possible or advisable to make that change. It turns out that it was the best decisio...Discuss·49 readsA little thingkarabiner-elements
HyperFoxhyperfox.hashnode.dev·Apr 2, 2024Command Your Mac: The Shortcut Guide Every Fan NeedsFirst, get familiar with your keys! The whole power of your Mac may be unlocked by mastering these keyboard keys, much like learning the alphabet as a youngster opens up a universe of words. Symbol Key Name ⌘ Command (Cmd) ⌃ Control (Ct...DiscussApple
Neil Patelblog.neilbpatel.com·Feb 20, 2024Turbocharge Your Workflow with Keyboard ShortcutsIn the quest for productivity and efficiency, we often overlook simple yet powerful tools that can make a significant impact on our daily work. Keyboard shortcuts, while not a panacea for all productivity challenges, are a hidden gem that can dramati...Discusskeyboard shortcuts
Md.Jahirul Islamjahirul.hashnode.dev·Jan 21, 2024Visual Studio Refactoring Tips5 Visual Studio Refactoring Tips 💡 Either for the sake of optimization or better code readability, we often refactor the code. Code refactoring includes many actions, such as deleting unnecessary code, encapsulating certain functionalities, changi...Discussrefactoring
Chris Lewellyn-Ottenclewott.hashnode.dev·Dec 8, 2023Helpful Mac keyboard shortcutsThese are some of the most common shortcuts that I use daily. I will try and keep the list updated. cmd + [1-9]: jumps you to that current tab in the browser cmd + `: toggles you between the currently selected open application windows cmd + contro...Discussmac
Olamiji Badmosolamijibadmos.hashnode.dev·Oct 6, 2023Supercharge your productivity with keyboard shortcutsIntroduction Keyboard shortcuts are like magic buttons on your computer that make things quicker and easier. They help you get stuff done faster and smoother, which is super important for everyone who uses a computer, no matter what job you have. Dis...Discuss·6 likes·54 readskeyboard shortcuts
Yuvaraj Jblog.jyuvaraj.in·Sep 12, 2023A Programmer's Setup: How to Never Touch Your Arrow Keys AgainAs developers, we spend countless hours hunched over our keyboards, meticulously crafting lines of code, and navigating through sprawling codebases. Some of us spend exorbitant amounts to buy (or even build) custom keyboards. But, rarely does most of...Discuss·5 likes·51 readskeyboard shortcuts
Serdar ŞENserdarsen.hashnode.dev·Sep 12, 2023Enhancing Productivity: Accessibility Tools for Smoothly Switching Between Ubuntu and macOSAlthough I'm pleased with Ubuntu, I started to use macOS both to take an official exam and to benefit from the powerful hardware. Since I had become so accustomed to the productivity tools on Linux, I tried to find equivalents to switch smoothly betw...Discuss·28 readsProductivity
anonanonrax.hashnode.dev·Sep 9, 2023🚀 Supercharge Your Coding with VSCode Shortcuts for Linux 🐧Are you ready to elevate your coding game on Linux using Visual Studio Code (VSCode)? Say goodbye to manual navigation and embrace a more efficient coding experience with these minimalist VSCode shortcuts. These shortcuts will not only simplify your ...Discuss·1 like·33 readsLinux
Anwesh Gangulaanweshgangula.hashnode.dev·Jun 14, 2023Use same shortcut for different scripts in VS CodeHave you ever had to run different npm/gulp/python commands in different projects - for starting a dev instance? The npm commands that I have to run to start a dev instance of a web app vary based on the type of framework I use, the project and its t...Discuss·198 readsVS Code