From d438e7527c293983f3c8d259437920a55c2184f9 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:54:43 +0200 Subject: [PATCH] Name binaries fitting azw command style --- modules/06-install-remap-keys.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/06-install-remap-keys.sh b/modules/06-install-remap-keys.sh index a20789a..62dcb95 100755 --- a/modules/06-install-remap-keys.sh +++ b/modules/06-install-remap-keys.sh @@ -12,7 +12,7 @@ function getDataForMicrosoftKeyboard() { [ "$name" = "ProductID" ] && echo '0x7a5' [ "$name" = "VendorID" ] && echo '0x45e' [ "$name" = "LaunchdServiceName" ] && echo 'de.astzweig.macos.launchdaemons.microsoft-keymapper' - [ "$name" = "BinaryName" ] && echo 'remap-keys-microsoft' + [ "$name" = "BinaryName" ] && echo 'azw-remap-keys_microsoft' [ "$name" = "KeyMappings" ] && cat <<- KEYMAPPINGS {"HIDKeyboardModifierMappingSrc": 0x700000065, "HIDKeyboardModifierMappingDst": 0x7000000e7}, {"HIDKeyboardModifierMappingSrc": 0x7000000e3, "HIDKeyboardModifierMappingDst": 0x7000000e2}, @@ -25,7 +25,7 @@ function getDataForLogitechKeyboard() { [ "$name" = "ProductID" ] && echo '0xc52b' [ "$name" = "VendorID" ] && echo '0x46d' [ "$name" = "LaunchdServiceName" ] && echo 'de.astzweig.macos.launchdaemons.logitech-keymapper' - [ "$name" = "BinaryName" ] && echo 'remap-keys-logitech' + [ "$name" = "BinaryName" ] && echo 'azw-remap-keys_logitech' [ "$name" = "KeyMappings" ] && cat <<- KEYMAPPINGS {"HIDKeyboardModifierMappingSrc": 0x7000000e6, "HIDKeyboardModifierMappingDst": 0x7000000e7}, {"HIDKeyboardModifierMappingSrc": 0x7000000e7, "HIDKeyboardModifierMappingDst": 0x7000000e6}