How to change the default shortcut in Windows 10
Creating your own keyboard shortcuts in Windows 10 is not too complicated. Just right-click on anything you want to create a shortcut for it, then click Properties, and then enter the new command in the box.
But what if the user wants to change the default shortcuts that Windows 10 has created, such as using Win + S to open your own Search tool instead of just pressing the Windows key? Everything seemed a bit more complicated at the time, but it was still fully feasible.
Learn about AutoHotkey
Unfortunately there is no way to change the default shortcuts in Windows. After so many years, Microsoft has not yet provided a bit of that simple flexibility, perhaps fearing that users will use shortcuts to access non-Microsoft applications.
Instead, users will have to create scripts for every shortcut they want to replace. Don't worry, this process is really easy thanks to a great tool called AutoHotkey. This is a scripting tool that can be used for all creative purposes, but today the article will only look specifically at how users can use it to change their default shortcuts. Windows.
How to change the default shortcut in Windows 10 with AutoHotkey
First, download AutoHotKey. After doing that, on the Windows desktop, right-click an empty space, then select 'New > Auto Hotkey script' , and give it a memorable name with a suffix ahk. (The example in today's article named the script 'Search.ahk', because the Windows Search shortcut will be replaced with a shortcut to the superior search engine, Search Everything).
Next, readers will become familiar with the basics of AutoHotkey syntax to change Windows shortcuts. Most Windows shortcuts use the following buttons:
AutoHotkey Syntax Representation ^ Ctrl key! Alt key + Shift key # Keys Win Up, Down, Left, Right Arrow keys run, Make hotkey open file, folder or program on PC send, Redirect hotkey to selected key combinationIf you want to enter a letter, press the corresponding buttons on the keyboard. Buttons like Esc and Del and other letters can also be entered directly into the script. You can find a list of AutoHotkey syntax at this website: http://xahlee.info/mswin/autohotkey_key_notations.html
So if you want to redirect the default Windows Search shortcut Win + S to Search Everywhere, enter the following command:
#s::run, "C:Program FilesEverythingEverything.exe"
:: is the one that separates the hotkey from the action the user wants it to take. The preceding paragraph :: is the hotkey to enter ( Win + S in this case) and the following 'run' is the command to open the Search Everything application.
With all shortcut replacement on the table, users should add the #NoTrayIcon second line to the script. This will prevent the AutoHotkey icon from appearing, but make sure the entire process is in the background.
When the script is complete, close and save it, then double-click the script to run and check the keyboard shortcut to see if everything is right.
If everything is okay, move the .ahk script to the system startup folder in File Explorer (C: ProgramDataMicrosoftWindowsStart MenuProgramsStartUp). Do the same for all keyboard shortcuts that need replacing. In this way, all shortcuts will take effect as soon as the user starts the PC.
It will take a little bit of work, but it will certainly work, and the important thing is, now, users have learned the basics of AutoHotkey tool - an extremely handy tool, capable of running. The scenarios are much more complicated than what the article mentions here.
Good luck!
See more:
- Create shortcuts with AutoHotkey
- How to create shortcuts to open applications on Windows 10
- 17 shortcuts contain Shift useful in Windows
You should read it
- How does Windows stop adding '- Shortcut' to the file name Shortcut?
- What is a shortcut? How to create a Shortcut on Windows
- How to delete or change the arrow on the Windows 7,8 and 10 Shortcut icons
- How to set the default browser when opening any link on the computer
- 3 ways to change the default browser in Windows 10
- The shortcut virus removal has never been this simple
- Instructions for changing the default web browser in Windows 7
- List of common Mac shortcuts
- How to create shortcuts to open applications on Windows 10
- Instructions for using Gmail shortcuts in Outlook web apps
- How to change the default Windows 10 font
- How to change the default webcam on a Windows 10 computer
Maybe you are interested
How to Enable and Disable Tabs in File Explorer on Windows 11
5 macOS Sequoia Features Not Available on Windows 11
Why does Windows operating system have such a bad reputation?
Quickly fix Unmountable Boot Volume error on Windows 10/11
15 safe software and application download websites for Windows
How to Fix Clipboard History Error in Windows 11 Latest Update