mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07: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:
parent
7f1381c474
commit
b3af8158a7
1 changed files with 0 additions and 6 deletions
|
@ -6,10 +6,4 @@
|
||||||
AppleMetricUnits = 1;
|
AppleMetricUnits = 1;
|
||||||
AppleTemperatureUnit = "Celsius";
|
AppleTemperatureUnit = "Celsius";
|
||||||
};
|
};
|
||||||
|
|
||||||
system.keyboard = {
|
|
||||||
enableKeyMapping = true;
|
|
||||||
|
|
||||||
nonUS.remapTilde = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue