[xorg-bugzilla-noise] [Bug 657] New: logicdit symbol definitions missing from /usr/X11R6/lib/X11/xkb configuration files

bugzilla-daemon at pdx.freedesktop.org bugzilla-daemon at pdx.freedesktop.org
Fri May 21 08:45:05 PDT 2004


http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=657

           Summary: logicdit symbol definitions missing from
                    /usr/X11R6/lib/X11/xkb configuration files
           Product: xorg
           Version: 6.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Input/Keyboard
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: jpalko at ipi.fi


The /usr/X11R6/lib/X11/xkb/rules/xorg.xml lists the logicdit in it, but the files:
/usr/X11R6/lib/X11/xkb/rules/xorg
/usr/X11R6/lib/X11/xkb/rules/xorg.lst
/usr/X11R6/lib/X11/xkb/symbols/inet

do not specify the needed information.

I added the following to /usr/X11R6/lib/X11/xkb/symbols/inet:
---
partial alphanumeric_keys
xkb_symbols "logicdit" {
    name[Group1]= "Logitech Cordless Desktop iTouch";

    key <I5F>   {       [ XF86Standby           ]       };

    key <I20>   {       [ XF86AudioMute         ]       };
    key <I2E>   {       [ XF86AudioLowerVolume  ]       };
    key <I30>   {       [ XF86AudioRaiseVolume  ]       };
    key <I22>   {       [ XF86AudioPlay, XF86AudioPause ] };
    key <I24>   {       [ XF86AudioStop         ]       };
    key <I10>   {       [ XF86AudioPrev         ]       };
    key <I19>   {       [ XF86AudioNext         ]       };

    key <I32>   {       [ XF86HomePage          ]       };
    key <I6C>   {       [ XF86Mail              ]       };
    key <I65>   {       [ XF86Search            ]       };
    key <I66>   {       [ XF86Go                ]       };
};
---

And did the following modification to /usr/X11R6/lib/X11/xkb/rules/xorg from:
---
              rapidaccess rapidaccess2 rapidaccess2a \
              ltcd logiaccess logicdp logicdpa logicink logiciink \
              logiinkse logiinkseusb logiik itouch \
---
to:
---
              rapidaccess rapidaccess2 rapidaccess2a \
              ltcd logiaccess logicdp logicdpa logicdit logicink logiciink \
              logiinkse logiinkseusb logiik itouch \
---

Also modifying the /usr/X11R6/lib/X11/xkb/rules/xorg.lst from:
---
  logicdpa      Logitech Cordless Desktop Pro (alternate option)
  logiaccess    Logitech Access Keyboard
---
to:
---
  logicdpa      Logitech Cordless Desktop Pro (alternate option)
  logicdit      Logitech Cordless Desktop iTouch
  logiaccess    Logitech Access Keyboard
---



------- 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