OBS User unknown 2008-05-17 01:00:14 +00:00 committed by Git OBS Bridge
parent a80412a67a
commit fcf47e0fd6
3 changed files with 25 additions and 1 deletions

13
unknown-keysym.diff Normal file
View File

@ -0,0 +1,13 @@
diff -u -r -p ../xkeyboard-config-1.2.orig//symbols/inet ./symbols/inet
--- ../xkeyboard-config-1.2.orig//symbols/inet 2008-05-16 21:50:08.244931431 +0200
+++ ./symbols/inet 2008-05-16 21:51:27.401594046 +0200
@@ -911,7 +911,8 @@ xkb_symbols "ennyah_dkb1008" {
partial alphanumeric_keys
xkb_symbols "fscaa1667g" {
include "inet(media_common)"
- key <I32> { [ XF86Info ] };
+ // unknown keysym
+ //key <I32> { [ XF86Info ] };
key <I6C> { [ XF86Mail ] };
};

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 16 21:56:42 CEST 2008 - sndirsch@suse.de
- unknown-keysym.diff
* don't map a key to an unknown keysym (bnc #391341)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 15 08:23:45 CEST 2008 - sndirsch@suse.de Thu May 15 08:23:45 CEST 2008 - sndirsch@suse.de

View File

@ -21,7 +21,7 @@ Provides: xorg-x11:/etc/X11/xkb/symbols/us XFree86:/etc/X11/xkb/symbols/us
PreReq: /bin/ln /bin/rm PreReq: /bin/ln /bin/rm
AutoReqProv: on AutoReqProv: on
Version: 1.2 Version: 1.2
Release: 37 Release: 38
Summary: The X Keyboard Extension Summary: The X Keyboard Extension
Source: %name-%version.tar.bz2 Source: %name-%version.tar.bz2
Patch4: xkeyboard-config.mainline-cvs.mac-es.patch Patch4: xkeyboard-config.mainline-cvs.mac-es.patch
@ -37,6 +37,7 @@ Patch107: microsoftnek4k-symbols.diff
Patch108: microsoftnek4k-keycodes.diff Patch108: microsoftnek4k-keycodes.diff
Patch109: disable-2xalt_2xctrl-toggle.diff Patch109: disable-2xalt_2xctrl-toggle.diff
Patch110: MDSW-change-keycode.diff Patch110: MDSW-change-keycode.diff
Patch111: unknown-keysym.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -71,6 +72,7 @@ Authors:
%patch108 %patch108
%patch109 -p1 %patch109 -p1
%patch110 %patch110
%patch111
%build %build
%configure --with-xkb-rules-symlink=xfree86,xorg \ %configure --with-xkb-rules-symlink=xfree86,xorg \
@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/X11/xkb/ /usr/share/X11/xkb/
%changelog %changelog
* Fri May 16 2008 sndirsch@suse.de
- unknown-keysym.diff
* don't map a key to an unknown keysym (bnc #391341)
* Thu May 15 2008 sndirsch@suse.de * Thu May 15 2008 sndirsch@suse.de
- MDSW-change-keycode.diff - MDSW-change-keycode.diff
* change keycode for virtual <MDSW> key (bnc #389943) * change keycode for virtual <MDSW> key (bnc #389943)