event=hotkey (ATKD|HOTK) 0000005f
action=/etc/acpi/asus-wireless.sh on
#!/bin/sh
# Find and toggle wireless devices on Asus laptops
test -f /usr/share/acpi-support/state-funcs || exit 0
. /usr/share/acpi-support/state-funcs
toggleAllWirelessStates
echo "used" >> /tmp/wifi.log