Created
December 1, 2024 05:43
-
-
Save RigoLigoRLC/685d9e4c65e3ab2fefb9d2c55f7610a9 to your computer and use it in GitHub Desktop.
Home/End key on regular keyboard fix for macOS. Tested on macOS 15.1.
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
<!--SPDX License Identifier: CC0-1.0--> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key></key> | |
<string>moveToBeginningOfParagraph:</string> | |
<key>$</key> | |
<string>moveToBeginningOfParagraphAndModifySelection:</string> | |
<key>^</key> | |
<string>moveToBeginningOfDocument:</string> | |
<key>^$</key> | |
<string>moveToBeginningOfDocumentAndModifySelection:</string> | |
<key></key> | |
<string>moveToEndOfParagraph:</string> | |
<key>$</key> | |
<string>moveToEndOfParagraphAndModifySelection:</string> | |
<key>^</key> | |
<string>moveToEndOfDocument:</string> | |
<key>^$</key> | |
<string>moveToEndOfDocumentAndModifySelection:</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment