applets/battery: Fix Space Key on inhibition buttons
The buttons to enable/disable inhibitions already handle the space
key automatically. Do not handle it in Key.onPressed
to avoid a
double click event, which cancels the first one.
The buttons to enable/disable inhibitions already handle the space
key automatically. Do not handle it in Key.onPressed
to avoid a
double click event, which cancels the first one.