OBS User unknown 2008-03-10 02:00:34 +00:00 committed by Git OBS Bridge
parent 4f6b95cfdf
commit e127118235
3 changed files with 255 additions and 1 deletions

243
microsoftnek4k.diff Normal file
View File

@ -0,0 +1,243 @@
Index: geometry/microsoft
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/geometry/microsoft,v
retrieving revision 1.5
diff -u -r1.5 microsoft
--- geometry/microsoft 9 Oct 2007 20:56:16 -0000 1.5
+++ geometry/microsoft 8 Mar 2008 22:24:25 -0000
@@ -533,3 +533,43 @@
alias <AC00> = <CAPS>;
alias <AA00> = <LCTL>;
};
+
+xkb_geometry "nek4k" {
+
+ // Approximate layout for a Microsoft Natural Keyboard
+ description= "Microsoft Natural Ergonomic Keyboard 4000";
+ width= 500;
+ height= 260;
+
+ shape.cornerRadius= 1;
+ shape "ZOOM" { { [ 16,15] } };
+ shape "MUL1" { { [ 22,10] } };
+ shape "MUL2" { { [ 20,10] } };
+ shape "MUL3" { { [ 26,10] } };
+ shape "DIR" { { [ 17,15] } };
+ shape "LDEF" { { [ 18,18] }, { [2,1], [15,16] } };
+ shape "FUNC" { { [ 18,15] }, { [3,1], [15,10] } };
+ shape "TABK" { { [ 36,18] }, { [3,1], [34,16] } };
+ shape "CAPS" { { [ 37,18] }, { [3,1], [33,16] } };
+ shape "LFSH" { { [ 23,18] }, { [3,1], [21,16] } };
+ shape "KEY~" { { [ 28,18] }, { [3,1], [25,15] } };
+ shape "KEY6" { { [ 20,18] }, { [2,1], [16,16] } };
+ shape "KEYB" { { [ 19,18] }, { [2,1], [15,16] } };
+ shape "KEYT" { { [ 30,18] }, { [2,1], [26,16] } };
+ shape "KEYG" { { [ 26,18] }, { [2,1], [22,16] } };
+ shape "LCTL" {
+ approx= { [ 33, 21 ] },
+ { [ 0, 0], [ 33, 0 ], [ 33, 25 ], [ 0, 18 ] },
+ { [ 2, 1], [ 30, 1 ], [ 30, 20 ], [ 2, 15 ] }
+ };
+ shape "LWIN" {
+ approx= { [ 26, 26 ] },
+ { [ 0, 0], [ 26, 0 ], [ 26, 28 ], [ 0, 25 ] },
+ { [ 2, 1], [ 23, 1 ], [ 23, 23 ], [ 2, 21 ] }
+ };
+ shape "LALT" {
+ approx= { [ 27, 29 ] },
+ { [ 0, 0], [ 27, 0 ], [ 27, 30 ], [ 0, 28 ] },
+ { [ 2, 1], [ 24, 1 ], [ 24, 26 ], [ 2, 24 ] }
+ };
+};
Index: keycodes/Makefile.am
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/keycodes/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- keycodes/Makefile.am 16 Oct 2006 19:04:52 -0000 1.6
+++ keycodes/Makefile.am 8 Mar 2008 22:24:25 -0000
@@ -11,6 +11,7 @@
hp \
ibm \
macintosh \
+nek4k \
sony \
sun \
xfree86 \
Index: keycodes/nek4k
===================================================================
RCS file: keycodes/nek4k
diff -N keycodes/nek4k
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ keycodes/nek4k 8 Mar 2008 22:24:25 -0000
@@ -0,0 +1,45 @@
+default xkb_keycodes "nek4k" {
+
+ <WEB> = 180;
+ <FIND> = 225;
+ <MAIL> = 223;
+
+ <ZMUP> = 191;
+ <ZMDN> = 192;
+
+ <PREV> = 166;
+ <SUCC> = 167;
+
+ <EQUL> = 125;
+ <PARO> = 187;
+ <PARC> = 188;
+
+ <MUTE> = 121;
+ <VOLD> = 122;
+ <VOLU> = 123;
+ <PLAY> = 172;
+
+ <CALC> = 148;
+
+alias <BKMK> = <DOWN>;
+
+ <ONE> = 218;
+ <TWO> = 219;
+ <THRE> = 220;
+ <FOUR> = 221;
+ <FIVE> = 222;
+
+ <HELP> = 146;
+ <UNDO> = 139;
+ <REDO> = 190;
+ <NEW> = 189;
+ <OPEN> = 142;
+
+ <CLOS> = 214;
+ <REPL> = 240;
+ <FWD> = 241;
+ <SEND> = 239;
+ <SPLL> = 193;
+ <SAVE> = 242;
+alias <PRNT> = <ONE>;
+};
Index: rules/base.lists.part
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.lists.part,v
retrieving revision 1.62
diff -u -r1.62 base.lists.part
--- rules/base.lists.part 6 Mar 2008 22:20:16 -0000 1.62
+++ rules/base.lists.part 8 Mar 2008 22:24:25 -0000
@@ -51,6 +51,7 @@
logidinovo logidinovoedge \
microsoftinet microsoftpro microsoftprousb microsoftprooem microsoftprose \
microsoftoffice microsoftmult \
+ microsoftnek4k \
mx1998 mx2500 mx2750 \
oretec \
presario propeller \
Index: rules/base.m_g.part
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.m_g.part,v
retrieving revision 1.15
diff -u -r1.15 base.m_g.part
--- rules/base.m_g.part 7 Jan 2008 23:07:51 -0000 1.15
+++ rules/base.m_g.part 8 Mar 2008 22:24:25 -0000
@@ -1,5 +1,6 @@
microsoftelite = microsoft(elite)
$msmodels = microsoft(natural)
+ microsoftnek4k = microsoft(nek4k)
dell101 = dell(dell101)
dellm65 = dell(dellm65)
flexpro = keytronic(FlexPro)
Index: rules/base.m_k.part
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.m_k.part,v
retrieving revision 1.15
diff -u -r1.15 base.m_k.part
--- rules/base.m_k.part 7 Jan 2008 23:07:52 -0000 1.15
+++ rules/base.m_k.part 8 Mar 2008 22:24:25 -0000
@@ -7,6 +7,7 @@
abnt2 = xfree86(abnt2)
jp106 = xfree86(jp106)
evdev = evdev
+ microsoftnek4k = evdev+nek4k(nek4k)
olpc = evdev
macintosh_hhk = macintosh(hhk)
macintosh_old = macintosh(old)
Index: rules/base.xml.in
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.xml.in,v
retrieving revision 1.245
diff -u -r1.245 base.xml.in
--- rules/base.xml.in 1 Mar 2008 21:01:56 -0000 1.245
+++ rules/base.xml.in 8 Mar 2008 22:24:25 -0000
@@ -835,6 +835,13 @@
</model>
<model>
<configItem>
+ <name>microsoftnek4k</name>
+ <_description>Microsoft Natural Ergonomic Keyboard 4000</_description>
+ <vendor>Microsoft Inc.</vendor>
+ </configItem>
+ </model>
+ <model>
+ <configItem>
<name>oretec</name>
<_description>Ortek MCK-800 MM/Internet keyboard</_description>
<vendor>Ortek</vendor>
Index: symbols/inet
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/inet,v
retrieving revision 1.81
diff -u -r1.81 inet
--- symbols/inet 1 Mar 2008 21:01:56 -0000 1.81
+++ symbols/inet 8 Mar 2008 22:24:26 -0000
@@ -1704,6 +1704,42 @@
// My Computer Section -- Left Side
};
+// Microsoft Natural Ergonomic Keyboard 4000
+partial alphanumeric_keys
+xkb_symbols "microsoftnek4k" {
+ key <WEB> { [ XF86WWW ] };
+ key <FIND> { [ XF86Documents ] };
+ key <MAIL> { [ XF86Documents ] };
+ key <ZMUP> { [ XF86Documents ] };
+ key <ZMDN> { [ XF86Documents ] };
+ key <PREV> { [ XF86Documents ] };
+ key <SUCC> { [ XF86Documents ] };
+ key <EQUL> { [ XF86Documents ] };
+ key <PARO> { [ XF86Documents ] };
+ key <PARC> { [ XF86Documents ] };
+ key <MUTE> { [ XF86Documents ] };
+ key <VOLU> { [ XF86Documents ] };
+ key <VOLD> { [ XF86Documents ] };
+ key <PLAY> { [ XF86Documents ] };
+ key <CALC> { [ XF86Documents ] };
+ key <ONE> { [ XF86Documents ] };
+ key <TWO> { [ XF86Documents ] };
+ key <THRE> { [ XF86Documents ] };
+ key <FOUR> { [ XF86Documents ] };
+ key <FIVE> { [ XF86Documents ] };
+ key <HELP> { [ XF86Documents ] };
+ key <UNDO> { [ XF86Documents ] };
+ key <REDO> { [ XF86Documents ] };
+ key <NEW> { [ XF86Documents ] };
+ key <OPEN> { [ XF86Documents ] };
+ key <CLOS> { [ XF86Documents ] };
+ key <REPL> { [ XF86Documents ] };
+ key <FWD> { [ XF86Documents ] };
+ key <SEND> { [ XF86Documents ] };
+ key <SPLL> { [ XF86Documents ] };
+ key <SAVE> { [ XF86Documents ] };
+};
+
// Oretec
// Oretec MCK-800 MM/Internet keyboard
--- keycodes/Makefile.in.orig 2008-03-08 22:45:22.000000000 +0000
+++ keycodes/Makefile.in 2008-03-08 22:46:01.000000000 +0000
@@ -222,6 +222,7 @@
hp \
ibm \
macintosh \
+nek4k \
sony \
sun \
xfree86 \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 8 23:51:33 CET 2008 - sndirsch@suse.de
- added support for 'Microsoft Natural Ergonomic Keyboard 4000'
(bnc #366515)
-------------------------------------------------------------------
Tue Mar 4 00:14:31 CET 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
AutoReqProv: on
Version: 1.2
Release: 14
Release: 16
Summary: The X Keyboard Extension
Source: %name-%version.tar.bz2
Patch4: xkeyboard-config.mainline-cvs.mac-es.patch
@ -32,6 +32,7 @@ Patch101: ibm_space_saver.diff
Patch103: xkeyboard-config.powerbook-usb-iso-keyboard.patch
Patch104: xkeyboard-config.inet.patch
Patch105: lv.diff
Patch106: microsoftnek4k.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -61,6 +62,7 @@ Authors:
%patch103
%patch104
%patch105
%patch106
%build
%configure --with-xkb-rules-symlink=xfree86,xorg \
@ -86,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/X11/xkb/
%changelog
* Sun Mar 09 2008 sndirsch@suse.de
- added support for 'Microsoft Natural Ergonomic Keyboard 4000'
(bnc #366515)
* Tue Mar 04 2008 sndirsch@suse.de
- lv.diff
* fixed accented characters in latvian keyboard layout