Bug 143837 - keyboard shortcuts dialog treats windows key as Super_L
Summary: keyboard shortcuts dialog treats windows key as Super_L
Keywords:
Status: CLOSED DUPLICATE of bug 139167
Alias: None
Product: Fedora
Classification: Fedora
Component: control-center
Version: 5
Hardware: All
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: David Lawrence
URL:
Whiteboard:
: 153260 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-29 17:19 UTC by Stig Hackvan
Modified: 2007-11-30 22:10 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-27 00:35:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stig Hackvan 2004-12-29 17:19:03 UTC
Description of problem:

in a deviation from old behavior, the windows key cannot be used for
modified keystrokes in the window manager's "preferences -> keyboard
shortcuts" dialog.

I used to successfully set Windows-F1 to switch to workspace 1 (etc)
but it no longer works.  'xmodmap -pm' reports that super_l is <mod4>
and so why is it being treated as a normal keystroke instead of the
modifier that it is?  

Also, I check the bottom radio button in the "preferences -> windows"
dialog (Super is also used as the movement modifier for mouse
actions)...  

This does seem to be a change from relatively recent behavior.

Version-Release number of selected component (if applicable):


Steps to Reproduce:

preferences -> windows -> check super is movement modifier
preferences -> keyboard shortcuts -> move window to workspace 1 ->
Super-F1 

Actual results:

the modified keystroke will not register.

Expected results:

I expect "<mod4>F1" instead of "Super_L" as the keybinding.

Additional info:

Comment 1 Havoc Pennington 2004-12-29 20:52:41 UTC
I don't know of a GNOME change, it could be an X change.

What is the full output of "xmodmap" and what is the output from "xev"
if you type only the windows key, and the windows key plus F1.

control-center maintainers may know of a relevant gnome change.


Comment 2 Msquared 2005-04-03 15:51:52 UTC
I'm seeing this same problem in FC4t1, but I'll supply the requested information
to help anyway.  :o)

xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x6d)
mod1        Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
mod2        Num_Lock (0x4d)
mod3
mod4        Super_L (0x7f),  Hyper_L (0x80)
mod5        Mode_switch (0x5d),  ISO_Level3_Shift (0x7c)



xev windows key only:

KeyPress event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159802320, (-7,-67), root:(782,616),
    state 0x0, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159802539, (-7,-67), root:(782,616),
    state 0x40, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:




Windows + F1:

KeyPress event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159804390, (-7,-67), root:(782,616),
    state 0x0, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159804560, (-7,-67), root:(782,616),
    state 0x40, keycode 67 (keysym 0xffbe, F1), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159804654, (-7,-67), root:(782,616),
    state 0x40, keycode 67 (keysym 0xffbe, F1), same_screen YES,
    XLookupString gives 0 bytes:

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x58, subw 0x0, time 159804905, (-7,-67), root:(782,616),
    state 0x40, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:


Comment 3 Matthias Clasen 2005-04-21 20:40:22 UTC
*** Bug 153260 has been marked as a duplicate of this bug. ***

Comment 4 Leszek Cieplinski 2005-06-24 11:12:26 UTC
Some additional info:
- the same seems to be happening also with FC4
- one problem seems to be that X/gnome thinks Super_L is on 0x7f when it is
  on 0x73 (see 115 in xev output above)
- adding 0x73 works in the sense that it shows up in xmodmap output
  but for some reason it is ignored when I try to use it. More specifically,
  when I try to bind it using "keyboard shortcuts", it gets added in the display
  but when I try to use the key combination nothing happens. Similarly, trying
  to use the modifier key in emacs has no effect.
- I tried using mod3 instead, which helps with emacs, where the key seems to
  be interpreted as super (I get "s-a" etc. when testing with ctrl-h).
  It does not make any difference when trying to modify gnome shortcuts,
  i.e. it shows up in the list as e.g. "<Mod3>l" but when I press the keys
  nothing happens.


Comment 5 Thomas J. Baker 2006-01-26 02:02:20 UTC
I am experiencing this same thing for FC5T2.

Comment 6 Matthew Miller 2006-07-10 20:17:30 UTC
Fedora Core 3 is now maintained by the Fedora Legacy project for security
updates only. If this problem is a security issue, please reopen and
reassign to the Fedora Legacy product. If it is not a security issue and
hasn't been resolved in the current FC5 updates or in the FC6 test
release, reopen and change the version to match.

Thank you!


Comment 7 Matthew Miller 2006-07-11 18:29:35 UTC
(Reporter moved bug to FC5. Thanks!)

Comment 8 Matthew Miller 2006-07-11 18:31:09 UTC
(Clearing needinfo bit.)

Comment 9 Topher 2006-10-03 21:28:44 UTC
I think this is a duplicate of Bug #139167, though I'm not sure that
control-center is the root of the problem.  I sometimes get the same behavior
while using just Fluxbox, and othertimes (just by logging out, then logging in
again) it works correctly.  I used xbindkeys to show my keystrokes when it was
broken, and when it was working correctly.  Here's what happened when I pressed
Mod4+z:

When it was working:
"NoCommand"
    m:0x40 + c:52
    Mod4 + z
"NoCommand"
    m:0x40 + c:115
    Mod4 + Super_L

When it was broken:
"NoCommand"
    m:0x0 + c:52
    z
"NoCommand"
    m:0x0 + c:115
    Super_L

Comment 10 Stig Hackvan 2006-11-22 07:59:47 UTC
when the HELL is this EVER going to get FIXED?  There's bickering and workaround
and patch and whatnot galore at http://bugzilla.gnome.org/show_bug.cgi?id=165343
and seemingly no end of people that care about this issue.  On
fedora/ubuntu/gnome/usability bugzillas it's been reported over and over as
evidenced by the many duplicate bug pointers.  

I created this instance of the bug report nearly TWO YEARS AGO and it's assigned
and I keep getting mail about it and where is the progress?  

What's the point, really, of reporting bugs when they never get fixed? 

Comment 11 Ray Strode [halfline] 2006-11-27 00:35:46 UTC

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


Note You need to log in before you can comment on or make changes to this bug.