Hello I also have one of these keyboards and I noticed that as of xlibs 6.9.0.dfsg.1-1 this keyboard is suppored as model "cymotionlinux".
Still in the shipped file two keys are missing and strangely enough they have different codes to what Klaus reported although he uses the German variant, too. The differences are for example: HE and I X86Eject <I70> keycode 240 <K6C> keycode 204 X86Paste <I0A> keycode 138 <K65> keycode 192 I have USB ID 046a:0023 "Cherry GmbH Cymotion Master Linux Keyboard". Before you close the bug as the layout has apparently been added please consider applying the following patch for two keys which are simply missing until now: --- inet.orig 2006-01-06 23:29:27.000000000 +0100 +++ inet 2006-01-06 23:45:56.000000000 +0100 @@ -2138,6 +2139,7 @@ key <I24> { [ XF86AudioStop ] }; key <I10> { [ XF86AudioPrev ] }; key <I19> { [ XF86AudioNext ] }; + key <K6C> { [ XF86Eject ] }; key <I21> { [ XF86Calculator ] }; key <I6C> { [ XF86Mail ] }; key <I02> { [ XF86WWW ] }; @@ -2145,6 +2147,7 @@ key <ALT> { [ XF86ScrollUp ] }; key <I0F> { [ XF86ScrollDown ] }; key <I3C> { [ XF86Cut ] }; + key <K65> { [ XF86Paste ] }; key <I78> { [ XF86Copy ] }; key <I1F> { [ XF86Launch1 ] }; key <I17> { [ XF86Launch2 ] }; bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]