Skip to content

Instantly share code, notes, and snippets.

@DouglasdeMoura
Created May 27, 2019 19:15
Show Gist options
  • Save DouglasdeMoura/895154f5a193c5e7bc74e935845c1625 to your computer and use it in GitHub Desktop.
Save DouglasdeMoura/895154f5a193c5e7bc74e935845c1625 to your computer and use it in GitHub Desktop.
AutoHotKey Script for whom got used to Dell's laptops Fn + Arrow behavior
#Right::Send {End} ; Windows + Right Arrow = End
#Left::Send {Home} ; Windows + Right Arrow = Home
#+Right::Send +{End} ; Windows + Right Arrow + Shift = Select to the End
#+Left::Send +{Home} ; Windows + Right Left + Shift = Select to the Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment