00001 /* defkeymapclass.h */ 00002 00003 /* This is not a true header, but merely a method for 00004 * statically storing KepMapClass tables statically. 00005 * At run time, these are read into the appropriate containers. */ 00006 00007 DEFKEYMAPCLASS(kKEYMAPCL_SSW, "ssw", "BUNIT\tbunit_ssw\n" \ 00008 "BMAJ Bmajor_ssw\n" \ 00009 "noexist,intKey3_ssw\n") 00010 00011 DEFKEYMAPCLASS(kKEYMAPCL_GNG, "gng", "LONPOLE\tlongitude_pole_gng\n" \ 00012 "BUNIT\tbunit_gng\n" \ 00013 "EQUINOX, intKey_gng\n") 00014