[xorg-bugzilla-noise] [Bug 1238] New: Keycodes for PrintScreen and SysRq

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 30 12:56:22 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1238        
   
           Summary: Keycodes for PrintScreen and SysRq
           Product: xorg
           Version: CVS_head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Input/Keyboard
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: otaylor at redhat.com


PrintScreen and SysRequest==Alt+PrintScreen should give the same
keycode since they are the same physical key. This was fixed about
a year ago with the following code in xf86PostKbdEvent():

  if (scanCode == KEY_SysReqest)
    scanCode = KEY_Print;
  else if (scanCode == KEY_Break)
    scanCode = KEY_Pause;

And the shippe XKB files expect this to be the case. But now the
keys are reporting different keycodes again, so the above code
is not getting run or not working as expected.        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list