Skip to main content

Posts

Showing posts with the label Bird's Eye View

How to activate TaskView with Hot Corners in Windows 10

We have some really productive features in Windows 10. Most notably Task View and Start Menu/Screen But in order to fully realize their potential, I felt that they should be activated by Hot Corners just like in Mac OS. So here are some tweaks to achieve the same. I used: 1.        AutoHotKey : Great program for sending keystrokes. 2.        Hot Corners 2: To activate hot corners. Step 1. Install AutoHotKey: I used it to send keystrokes to the processor. Installation is fairly simple. Step 2: Enter the following script in notepad and save it with an “ .ahk” extension: TaskView.ahk                   Send {LWin Down}{Tab}                   Send {LWin up...