I have wrote patch for multimedia keyboard model "Genius Comfy KB-19e" --- xorg.lst.dist 2004-11-16 22:42:48.000000000 +0200 +++ xorg.lst 2004-11-23 14:58:31.791053697 +0200 @@ -48,6 +48,7 @@ ennyah_dkb1008 Ennyah DKB-1008 genius Genius Comfy KB-16M / Genius MM Keyboard KWD-910 geniuscomfy2 Genius Comfy KB-21e-Scroll + geniuscomfy19e Genius Comfy KB-19e hpi6 Hewlett-Packard Internet Keyboard hp2501 Hewlett-Packard SK-2501 Multimedia Keyboard hp2505 Hewlett-Packard SK-2505 Internet Keyboard --- xorg.xml.dist 2005-06-03 01:36:58.000000000 +0300 +++ xorg.xml 2005-08-29 17:31:16.000000000 +0300 @@ -491,6 +491,12 @@ </model> <model> <configItem> + <name>geniuscomfy19e</name> + <description>Genius Comfy KB-19e</description> + </configItem> + </model> + <model> + <configItem> <name>hpi6</name> <description>Hewlett-Packard Internet Keyboard</description> <description xml:lang="fr">clavier Hewlett-Packard Internet</description> --- xorg.dist 2004-11-16 22:42:48.000000000 +0200 +++ xorg 2004-11-23 14:58:02.921163152 +0200 @@ -104,7 +104,7 @@ chicony chicony9885 \ compaqeak8 compaqik7 compaqik13 compaqik18 armada presario ipaq \ dell inspiron dtk2000 \ - dexxa diamond genius geniuscomfy2 \ + dexxa diamond genius geniuscomfy2 geniuscomfy19e\ ennyah_dkb1008 \ hpi6 hp2501 hp2505 hp5181 hpxe3gc hpxe3gf hpxe4xxx hpzt11xx \ hp500fa hp5xx hp5185 \ --- inet.dist 2004-11-16 22:42:47.000000000 +0200 +++ inet 2004-11-23 15:00:39.714139124 +0200 @@ -674,6 +674,32 @@ key <I6D> { [ XF86AudioMedia ] }; }; +partial alphanumeric_keys +xkb_symbols "geniuscomfy19e" { + name[Group1]= "Genius Comfy KB-19e"; + + key <I20> { [ XF86AudioMute ] }; + key <I2E> { [ XF86AudioLowerVolume ] }; + key <I30> { [ XF86AudioRaiseVolume ] }; + key <I10> { [ XF86AudioPrev ] }; + key <I6D> { [ XF86AudioMedia ] }; + key <I22> { [ XF86AudioPlay, XF86AudioPause ] }; + key <I24> { [ XF86AudioStop ] }; + key <I19> { [ XF86AudioNext ] }; + key <I6C> { [ XF86Mail ] }; + key <I68> { [ XF86Stop ] }; + key <I67> { [ XF86Refresh ] }; + key <I6A> { [ XF86Back ] }; + key <I32> { [ XF86WWW ] }; + key <I69> { [ XF86Forward ] }; + key <I65> { [ XF86Search ] }; + key <I66> { [ XF86Favorites ] }; + key <I5F> { [ XF86Sleep ] }; + key <I21> { [ XF86Calculator ] }; + key <I6B> { [ XF86MyComputer ] }; +}; + + // Hewlett-Packard partial alphanumeric_keys
Added patch keyword
*** This bug has been marked as a duplicate of 4054 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.