After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 399472 - laptop hotkey support
laptop hotkey support
Status: RESOLVED DUPLICATE of bug 343679
Product: NetworkManager
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2007-01-22 17:57 UTC by Nicolò Chieffo
Modified: 2007-06-21 05:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolò Chieffo 2007-01-22 17:57:22 UTC
Every laptop now has a wireless hotkey button.
Is it possible that network manager could handle it?

I will better explain the idea.

1) The network manager daemon is the best place where the handler can be put, so this is desktop independent.
2) in /usr/include/linux/input.h is defined a key named KEY_WLAN with number 238, this is definitely the keycode to listen to.
3) The action of course has to be notified to the user, through the applet.
4) the disable action should be to power off all the wireless cards (and hide wireless from the applet)
5) the enable action should be to power on all the cards and do a scan (of course send the results to the applet)

What do you think?
Thank you.
Nicolò Chieffo
Comment 1 Dan Williams 2007-06-21 05:07:46 UTC

*** This bug has been marked as a duplicate of 343679 ***