Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 542 Bytes

File metadata and controls

18 lines (15 loc) · 542 Bytes

Tilde key mapping on Logitech MX Keys

Change tilde mapping:

hidutil property --set '{"UserKeyMapping":[
{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064},
{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035}
]}'

Reset the mapping:

hidutil property --set '{"UserKeyMapping":[]}'

Resources: