You can actually use your keyboard to naviagte the right-click menu.
Just right click and press W then T.
If you want to customise a keyboard shortcut, you could use something like
AutoHotKey. An example script to do what you want would be like this.
F4::
Macro1:
Click, Right, 1
Sleep, 10
SendRaw, wt
Return
You can use this script by copying it to a text file and saving it as .ahk. With AutoHotKey installed, just double-click to activate.
Quick note:
The first line tells it to run the actions when the F4 is pressed. You can change the key by editing the first line.
The modifier keys are as follows:
# Win (Windows logo key)
! Alt
^ Control
+ Shift
& An ampersand may be used between any two keys or mouse buttons to combine them into a custom hotkey.
Where ^C means Control + C
Anything more advanced can be found in the docs. I suggest checking out the tutorial page.
pin to start menu. After that, click on the new Notepad entry on top of the start menu and chooseProperties. In theShortcuttab, hit the mouse cursor into theShortcut Keybox and press your chosen hot key, e.g.ctrl-alt-n. Close the properties windows with "OK". After that, Notepad will be started after you pressctrl-alt-n. However, if you hitFile - Save as...in Notepad, it will open your Documents library, so you have to browse to the final destination first. – stueja Jun 20 '16 at 11:17explorer.exeand I'm probably right; nevertheless your question should provide that information. A tag will be useful. – Kamil Maciorowski Jul 03 '16 at 17:33fsutil file createnew emptyfile.txt 0– Stamimail Jun 22 '18 at 08:38Ctrl + Landtouch file.txt– Mar 16 '22 at 18:40