Comment 14 for bug 22451

Revision history for this message
Paul Sladen (sladen) wrote : Re: g-p-m should display battery status on KEY_F24 (covering for KEY_BATTERY)

IIRC, all the other 'hal-keyboard-addon' codes are the KEY_NAME from 'linux/input.h' processed with:

  s/^KEY_//;y/A-Z/a-z/

so if Matthew sent 'KEY_BATTERY' upstream that would be just "battery".