1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

darwin: do not remap tilde, do not enableKeyMapping

for some reason this turned '"' into '<', which is not good.

revert it all using:

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

or:

  hidutil property --set '{"UserKeyMapping": [{"HIDKeyboardModifierMappingSrc":0x70000003e, "HIDKeyboardModifierMappingDst":0x70000003e}]}'
This commit is contained in:
RGBCube 2025-07-26 03:45:06 +03:00
parent 7f1381c474
commit b3af8158a7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -6,10 +6,4 @@
AppleMetricUnits = 1;
AppleTemperatureUnit = "Celsius";
};
system.keyboard = {
enableKeyMapping = true;
nonUS.remapTilde = true;
};
}