โก 11 Browser Keyboard Shortcuts that will stick to your fingers

I am a full stack developer, YouTuber and blogger!
Search for a command to run...

I am a full stack developer, YouTuber and blogger!
I use Ctrl + L more than Ctrl + K. I dont like to put my mouse on the address bar again and again to search.
And yeah F6 focuses the tab first and then the address bar
Usman Sabuwala Why do you need Ctrl+K to search? I just F6 and type in the keyboard and enter, boom.
Caleb Sometimes when you might not want autocomplete.
Yeah Ctrl + Enter is also pretty useful. I like that but I don't use it that much because of autocomplete
Thanks Bhanu! So 3 of them are new to you!
Hey all ๐๐ Webhooks are a powerful tool that allow applications to communicate with each other in real-time. They are often used to send notifications or updates from one system to another without requiring manual intervention. If you know the bas...

Hey everyone! It's been a while since I wrote my last article. But here I am with another topic that might be informational to you ๐. This time I am writing about why you should avoid the onclick attribute in your HTML and JavaScript code. This ar...

โ What and Why Memoriez โ This is a very important question because it makes things clear as to why this app is needed. I built Memoriez because I honestly found it hard to write and maintain journal/diary entries daily. It's not easy to maintain a j...

Explained with a simple project

๐ Hey developers! This post is about how you can sort import statements in your JavaScript/TypeScript/React/Node etc projects easily with Prettier in VS Code when you format the code. https://www.youtube.com/watch?v=QQWgN0_gUxI What will you achieve...

In this post, I have covered 11 most useful browser keyboard shortcuts which will stick to your fingers! And this will increase your productivity as well! So let's get startteddd!
Note: These keyboard shortcuts work on all browsers. But the last one (BONUS) works on Chromium-based browsers only. But for Firefox users out there, we have a similar thing
This is a very simple one. This shortcut will open a new tab. Works on every browser.
SHORTCUT -
Ctrl + Torโ + T

This shortcut closes the current tab you are on. The shortcut is pretty straightforward. Works on every browser.
SHORTCUT -
Ctrl + Worโ + W

n tabThis shortcut lets you go to a specific tab by a number that you specify. Works on every browser.
SHORTCUT -
Ctrl + "n"orโ + "n"
If you want to go the 3rd tab, press Ctrl + 3, and so on. This shortcut can take you upto 8 tabs. And if you press Ctrl + 9, it will take you to the LAST TAB. So be aware of that.
Works on every browser.

This shortcut is the one I use the most! It surfs you through the tabs by letting you go to the Next Tab. Works on every browser.
SHORTCUT -
Ctrl + Taborโ + Option + Right arrow

This shortcut will open a New Window of your browser. Which is awesome because now you don't have to click the 3 dots and click that option. Works on every browser.
SHORTCUT -
Ctrl + Norโ + N

This shortcut will open a new Incognito/InPrivate/Private window in your browser. Has different shortcut on Firefox.
SHORTCUT (Chromium) -
Ctrl + Shift + Norโ + Shift + NSHORTCUT (Firefox) -
Ctrl + Shift + Porโ + Shift + P

Browser DevTools are very useful for web developers and designers. We have two shortcuts to open the browser DevTools. Works on every browser.
SHORTCUT -
Ctrl + Shift + Iorโ + Option + IORF12

Sometimes we want to go to a website or search the web on a tab we are currently on instead of opening a new tab. We have a very useful shortcut to focus the address bar and go wherever we want. Works on every browser.
SHORTCUT -
Ctrl + Lorโ + L

This shortcut can be similar to the previous one because they don't have much difference. Just that it shows that which search engine you are using. It will let you search by your default search engine. The benefit can be that it can show you better suggestions.
SHORTCUT -
Ctrl + K(Couldn't find for MacOS)

This shortcut is pretty common. If you want to refresh your page without going and clicking that reload button, you can use this shortcut to do that.
SHORTCUT -
Ctrl + RorF5

SEARCH FROM ANY SITE ON ANY SITE! This is my most favourite shortcut which is unknown to so many people.
This shortcut works on Chomium based browsers and Firefox. But it works better on Chromium. Where you can just hit tab on the address bar while putting the site name, and you will be able to search on that site. But you have to visit that site first.
CHROMIUM EXAMPLE:

FIREFOX EXAMPLE:

I also have a YouTube video if you are interested in watching:
I hope this post helped you increase your productivity. Give it a like ๐ , comment ๐ฌ your experience, and share this to help me and them. Thanks for reading