Allow to easily remap § (with all modifier keys) key to esc (with all modifier keys)

hidutil works perfectly

This is the way to remap section sign key (§) to ESC

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

2 Likes