Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

awshucks

macrumors regular
Original poster
Sep 13, 2023
211
620
I noticed in the new Magic Keyboard with Touch ID and Numeric Keypad that the fn key below F13 has been relocated to the left corner. But it has been replaced by this key. Anyone know what this is?

Screenshot 2024-10-31 at 5.34.28 PM.jpg
 
To me it looks like a context menu (right click) button. Windows has had that key for a long time (though they replaced it with the "Copilot" button lately), so it's not out of the ordinary.

1730595520612.png
 
do you have to have text selected for the key to do something? if text isn't selected, does it play an alert beep error sound or does it act like you right clicked (secondary clicked) wherever the mouse pointer happens to be
 
I used Karabiner Elements to replace that key with the (🌐)fn key.
It's a "Complex Modification" that looks like this:

Code:
{
    "description": "Change key 'application' to (Globe)fn",
    "manipulators": [
        {
            "from": {
                "key_code": "application",
                "modifiers": {
                    "mandatory": ["any"],
                    "optional": ["any"]
                }
            },
            "to": [
                {
                    "apple_vendor_top_case_key_code": "keyboard_fn",
                    "modifiers": []
                }
            ],
            "type": "basic"
        }
    ]
}

I also did a Simple Modification to replace the (🌐)fn key with left ctrl. I now have two left control keys, but that's fine.
 
  • Like
Reactions: xraydoc
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.