-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hi, I have the Logitech MX Keys S and I have configured the non_us_backslash --> grave_accent_and_tilde ()` and vice versa. See screenshot. This is working on my Macbook Pro M4, but the same configs are not working on my Mac mini M4. Is this a possible bug or some other configs that I am missing? I have the save setup on both devices. I have also confirmed the two keys in the event viewer.
[
{
"type": "down",
"name": {"pointing_button":"button1"},
"usagePage": "9 (0x0009)",
"usage": "1 (0x0001)",
"misc": ""
},
{
"type": "up",
"name": {"pointing_button":"button1"},
"usagePage": "9 (0x0009)",
"usage": "1 (0x0001)",
"misc": ""
},
{
"type": "down",
"name": {"key_code":"grave_accent_and_tilde"},
"usagePage": "7 (0x0007)",
"usage": "53 (0x0035)",
"misc": ""
},
{
"type": "up",
"name": {"key_code":"grave_accent_and_tilde"},
"usagePage": "7 (0x0007)",
"usage": "53 (0x0035)",
"misc": ""
},
{
"type": "down",
"name": {"key_code":"non_us_backslash"},
"usagePage": "7 (0x0007)",
"usage": "100 (0x0064)",
"misc": ""
},
{
"type": "up",
"name": {"key_code":"non_us_backslash"},
"usagePage": "7 (0x0007)",
"usage": "100 (0x0064)",
"misc": ""
},
{
"type": "down",
"name": {"key_code":"left_shift"},
"usagePage": "7 (0x0007)",
"usage": "225 (0x00e1)",
"misc": "flags left_shift"
},
{
"type": "up",
"name": {"key_code":"left_shift"},
"usagePage": "7 (0x0007)",
"usage": "225 (0x00e1)",
"misc": ""
},
{
"type": "down",
"name": {"pointing_button":"button1"},
"usagePage": "9 (0x0009)",
"usage": "1 (0x0001)",
"misc": ""
},
{
"type": "up",
"name": {"pointing_button":"button1"},
"usagePage": "9 (0x0009)",
"usage": "1 (0x0001)",
"misc": ""
}
]

Metadata
Metadata
Assignees
Labels
No labels