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 139061 - Many "multimedia keys" can't be bound on microsoft natural pro keyboard.
Many "multimedia keys" can't be bound on microsoft natural pro keyboard.
Status: RESOLVED DUPLICATE of bug 139190
Product: gnome-control-center
Classification: Core
Component: [obsolete] Keybinding
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-04 20:07 UTC by Benjamin Keil
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Also compare keycode when searching for duplicates (915 bytes, patch)
2004-04-06 09:10 UTC, Sjoerd Simons
none Details | Review

Description Benjamin Keil 2004-04-04 20:07:38 UTC
With a Microsoft Natural Pro keyboard:

1. Open Keyboard Preferences, Layouts Tab
2. Select "Microsoft Natural Pro/Microsoft Internet Keyboard Pro"
3. Close Keyboard Preferences dialog

4. Open Keyboard Shortcuts
5. Select "Launch Help Browser" and bind it to some non-multimedia key combo,
like "<Control><Shift>H"
6. Select "Log out" and press backspace to delete its keybinding.
7. Select "Sleep" and press the sleep button.

Expected Result:
The sleep function should be bound to the sleep key.

Actual Result:
Error box: The shortcut "0xe3" is already used for:
 "Log Out"

Additional Unbindable Keys:
Search: 0x78
Media: 0x81
Web/Home: 0x82

Additional problems:
"My Computer" key comes up as "Print" for keyboard shortcuts.
Comment 1 Sjoerd Simons 2004-04-06 09:10:36 UTC
Created attachment 26393 [details] [review]
Also compare keycode when searching for duplicates

In cb_check_for_uniqueness only the mask and the keyval were compared with the
current entries. My special keys (powerbook G4 keyboard) only have a keycode
and not a keyval (keyval == 0), causing the keys to match with al unbound
functions.
Comment 2 Jody Goldberg 2004-04-06 17:07:17 UTC

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