Created
May 27, 2019 19:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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