Fix the Home and End Buttons for an External Keyboard on Mac

Learn how to Fix the Home and end buttons for an external Keyboard on a Mac using the simple and easy guide with the help of simple commands that you will be implemented to get these issues fixed.

For the general users of Mac, those who rely on the inbuilt keyboard for their typing or controlling assistance of the device, they all know very well that the shortcut keys “Command + Left Arrow” key moves the cursor to the start of the line while the keys “Command + Right Arrow” moves it to the end of the line respectfully.

There are important key combinations that all users might use more of the time, and in case these keys are not working perfectly, it is a tough job to perform these similar actions. For the users who use up the external keyboard with their Mac, they would find that the Home and End buttons aren’t working at all. This is so because Apple hasn’t bound those keys to any of the functions in an External keyboard.

Although you would be seeking how these keys could work, keeping that in the notice, we have grasped how the Home and the End keys could be made to work properly on the external keyboard attached to the Mac. Just read up on the method from the article below and then learn how to make those Home and End keys work like a charm!

Also Read: How To Change your SIM number Using Android

Fix the Home and End Buttons for An External Keyboard On MAC

The method is simple and easy, and you need to follow the simple step-by-step guide discussed below.

Also Read: How To Perform Dynamic Analysis of your Android Apps

1. First, open up the Terminal on your Mac; you could easily do that right from the launchpad where the icon for the Terminal would be there. The terminal is just like the command prompt of windows, but it has more control and debugging depth over it. Through commands, the simple to complex aspects of the Mac OS could easily be changed inside the terminal.

2. Type in the Following Commands and then Press Enter after each of the commands:

* cd -/Library
*mkdir KeyBindings
*cd KeyBindings
*nano DefaultKeyBinding.dict

After processing the above commands, make up the new KeyBindings folder in the Library Folder and add the new DefaultKeyBinding.dict file. The process might feel complicated, but when you perform it, it won’t be tough enough. It is all like making of new folders and placing certain files inside that folders; the only difference is that it is all done through the commands!

3. You will notice that the text editor will open up after the above step; just copy and paste the following commands.

{
/* Remap Home / End keys */
/* Home Button*/
"\UF729" = "moveToBeginningOfLine:";
/* End Button */
"\UF72B" = "moveToEndOfLine:";
/* Shift + Home Button */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* Shift + End Button */
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* Ctrl + Home Button */
"^\UF729" = "moveToBeginningOfDocument:";
/* Ctrl + End Button */
"^\UF72B" = "moveToEndOfDocument:";
/* Shift + Ctrl + Home Button */
"$^\UF729" = "moveToBeginningOfDocumentAndModifySelection:";
/* Shift + Ctrl + End Button*/
"$^\UF72B" = "moveToEndOfDocumentAndModifySelection:";
}

This text is all programming meant to make up certain functions assembled in any feature of the Mac OS. If this program is pasted inside the above text editor, it will affect the addition of some features or their amendments in Mac OS. Here as we are going to make the Home and End keys work for the Mac keyboard, so, therefore, this programming coding is for the same purpose!

4. Save up the file and then exit. This could be easily done through the keyboard’s Ctrl+o and Ctrl+x key combinations. Restart the Mac after all, and you will then be able to use up the Home and End buttons of your External keyboard.

Making the above changes won’t affect any scratches in your ideal keyboard functioning but would add some new functions to your device keyboard. If you are familiar with the programming and know how to add or make some changes to the functioning of the keyboard through it, then use your desired customizations to completely unfold the whole new design of your Mac Keyboard using the above method!

In case you feel that the changes you made to the keyboard are not at all good and are distracting your performance, then you could easily revert the changes made through the step by deleting the text file from step 3. This also wouldn’t cause your system to be free of all the worries while deleting the folders or files made through this method!

Also Read: How To Recover Deleted Photos & Videos From Android

So through this article, you learn how to fix the non-working Home and End keys for an External Keyboard attached to the Mac. As for the method, you might have the thing you won’t require to make so many multiple changes to the preferences or grate some hard software amendments, but the method could be implemented very easily. Now it’s just your turn to grab the benefits from the method and make those keys work on the Mac!

LEAVE A REPLY

Please enter your comment!
Please enter your name here