// Describes the extra keys on a Honeywell "Euroboard" keyboard. // - Scott Penrose // - January 2002 // - http://linux.dd.com.au/quest/linux/keyboard/honeywell/ partial alphanumeric_keys xkb_symbols "honeywell" { // These are in Numeric Order // I have tried to keep the names the closest to other drivers as possible name[Group1]= "Honeywell"; // Game - There is no other keyboards with this key - thereofore is it // illigal or can you make up any name? key { [ XF86Game ] }; // Rewind / Previous key { [ XF86AudioPrev ] }; // Eject key { [ XF86Eject ] }; // SC 2 key { [ XF86Launch2 ] }; // Play key { [ XF86AudioPlay ] }; // SC 1 key { [ XF86Launch1 ] }; // Mute key { [ XF86AudioMute ] }; // Fast Forward / Next key { [ XF86AudioNext ] }; // Stop key { [ XF86AudioStop ] }; // Mail key { [ XF86Mail ] }; // Screen Saver key { [ XF86ScreenSaver ] }; // Calculator key { [ XF86Calculator ] }; // Volume - key { [ XF86AudioLowerVolume ] }; // Volume + key { [ XF86AudioRaiseVolume ] }; // WWW key { [ XF86WWW ] }; };