Open in app
Ben Golus
511 Followers
About

Sign in

511 Followers
About
Open in app
Ben Golus

Ben Golus

May 13, 2018·1 min read

AutoHotKey is capable of overriding most Win key combination. It might be useful to look at what it’s doing, or just use it to remap Win+Arrow to Ctrl+Alt+Arrow.

Here’s the ahk script:

#Up::SendEvent ^!{Up}
#Down::SendEvent ^!{Down}
#Left::SendEvent ^!{Left}
#Right::SendEvent ^!{Right}

Ben Golus

Tech Artist & Graphics Programmer lately focused on Unity VR game dev.

More from Ben Golus

Tech Artist & Graphics Programmer lately focused on Unity VR game dev.

More From Medium

My Boyfriend Sleeps in the Same Bed as Another Woman Every Night

Matilda Swinney in Real Talk About Sex

Owning a Decrepit Shack in The Middle of Nowhere Is The New American Millennial Dream

Jessica Wildfire in The Apeiron Blog

The US Air Force Quietly Admits the F-35 Is a Failure

ExtremeTech in ExtremeTech Access

Three Things in Life That Aren’t Worth The Effort

Sean Kernan in Mind Cafe

Bitcoin Hitting $100,000 Doesn’t Matter. Many People Have Missed the Point.

Tim Denning in The Ascent

12 Things I Stole From People More Successful Than Me

Vincent Carlos in Mind Cafe

Ultimate Web Developer Roadmap for 2021

Mohit in JavaScript in Plain English

Five Books I Have Read Ten Times

Douglas Perkins in Books Are Our Superpower

About

Help

Legal

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store