Skip to content

Instantly share code, notes, and snippets.

@metalefty
Last active November 9, 2019 08:10
Show Gist options
  • Select an option

  • Save metalefty/60a12ccf2e9d7054864827f2696dc958 to your computer and use it in GitHub Desktop.

Select an option

Save metalefty/60a12ccf2e9d7054864827f2696dc958 to your computer and use it in GitHub Desktop.
ダイソーのBluetoothリモートシャッターをMacでいい感じに使うやつ
#!/bin/sh
while true
do
hidutil property \
--filter '{ "VendorID": 9354, "ProductID": 33382 }'\
--set '{
"UserKeyMapping":
[{
"HIDKeyboardModifierMappingSrc":0xC000000e9,
"HIDKeyboardModifierMappingDst":0x700000028}]
}'
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment