everex revision 154daed1
1// $Xorg: everex,v 1.3 2000/08/17 19:54:35 cpqbld Exp $ 2// 3default xkb_geometry "STEPnote" { 4 5 description= "Everex STEPnote"; 6 width= 281; 7 height= 150; 8 9 shape.cornerRadius= 1; 10 11 shape "NORM" { 12 { [17,17] }, 13 { [ 2, 1], [ 15, 15 ] } 14 }; 15 shape "NARR" { 16 { [ 15, 17 ] }, 17 { [ 2, 1 ], [ 13, 15 ] } 18 }; 19 shape "FKEY" { 20 { [ 15.1, 15.5 ] }, 21 { [ 1, 1 ], [ 14.1, 14.5 ] } 22 }; 23 shape "ESC" { 24 { [ 16.4, 15.5 ] }, 25 { [ 1, 1 ], [ 14.1, 14.5 ] } 26 }; 27 shape "WIDE" { // backspace, tab and Fn 28 { [ 25, 17 ] }, 29 { [ 2, 1 ], [ 23, 15 ] } 30 }; 31 shape "RTRN" { 32 { [ 27.5, 17 ] }, 33 { [ 2, 1 ], [ 25.5, 15 ] } 34 }; 35 shape "CAPS" { 36 { [ 30, 17 ] }, 37 { [ 2, 1 ], [ 28, 15 ] } 38 }; 39 shape "LFSH" { 40 { [ 38.5, 17 ] }, 41 { [ 2, 1 ], [ 36.5, 15 ] } 42 }; 43 shape "RTSH" { 44 { [ 21, 17 ] }, 45 { [ 2, 1 ], [ 19, 15 ] } 46 }; 47 shape "SPCE" { 48 { [ 88.8, 17 ] }, 49 { [ 2, 1 ], [ 86.8, 15 ] } 50 }; 51 shape "WELL" { 52 { [ 269, 105 ] } 53 }; 54 shape "LED" { 55 cornerRadius= 1.5, 56 { [ 3, 10 ] } 57 }; 58 59 section.left= 6; 60 row.left= 1; 61 key.shape= "NORM"; 62 key.gap= 0.5; 63 64 key.color= "grey20"; 65 labelColor= "white"; 66 baseColor= "grey20"; 67 68 indicator.top= 20; 69 indicator.shape= "LED"; 70 indicator.onColor= "green"; 71 indicator.offColor= "green30"; 72 73 indicator "Power" { left= 40; }; 74 indicator "Battery" { left=101; }; 75 indicator "Suspend" { left=112; }; 76 indicator "HardDrive" { left=123; }; 77 indicator "Floppy" { left=134; }; 78 indicator "KeyPad" { left=145; }; 79 indicator "Num Lock" { left=156; }; 80 indicator "Caps Lock" { left=167; }; 81 indicator "Scroll Lock" { left=178; }; 82 83 solid "KeyWell" { 84 top= 35; 85 left= 6; 86 shape= "WELL"; 87 color= "grey10"; 88 }; 89 section "Whole" { 90 top= 35; 91 row { 92 top= 0.5; 93 key.color= "grey30"; 94 key.shape= "FKEY"; 95 keys { 96 { <ESC>, "ESC" }, 97 <FK01>, <FK02>, <FK03>, <FK04>, <FK05>, <FK06>, 98 <FK07>, <FK08>, <FK09>, <FK10>, <FK11>, <FK12>, 99 <NMLK>, <PRSC>, <SCLK>, <PAUS> 100 }; 101 }; 102 row { 103 top= 16.5; 104 keys { 105 { <TLDE>, "NARR" }, 106 <AE01>, <AE02>, <AE03>, <AE04>, <AE05>, <AE06>, 107 <AE07>, <AE08>, <AE09>, <AE10>, <AE11>, <AE12>, 108 { <BKSP>, shape="WIDE", color="grey30" }, 109 { <HOME>, shape="NARR", color="grey30" } 110 }; 111 }; 112 row { 113 top= 34; 114 keys { 115 { <TAB>, shape="WIDE", color="grey30" }, 116 <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, <AD06>, 117 <AD07>, <AD08>, <AD09>, <AD10>, <AD11>, <AD12>, 118 { <BKSL>, "NARR" }, 119 { <PGUP>, shape="NARR", color="grey30" } 120 }; 121 }; 122 row { 123 top= 51.5; 124 keys { 125 { <CAPS>, shape="CAPS", color="grey30" }, 126 <AC01>, <AC02>, <AC03>, <AC04>, <AC05>, 127 <AC06>, <AC07>, <AC08>, <AC09>, <AC10>, 128 <AC11>, 129 { <RTRN>, shape="RTRN", color="grey30" }, 130 { <PGDN>, shape="NARR", color="grey30" } 131 }; 132 }; 133 row { 134 top= 69; 135 keys { 136 { <LFSH>, shape="LFSH", color="grey30" }, 137 <AB01>, <AB02>, <AB03>, <AB04>, <AB05>, 138 <AB06>, <AB07>, <AB08>, <AB09>, <AB10>, 139 { <RTSH>, shape="RTSH", color="grey30" }, 140 { <UP>, shape="NARR", color="grey30" }, 141 { <END>, shape="NARR", color="grey30" } 142 }; 143 }; 144 row { 145 top= 86.5; 146 key.color= "grey30"; 147 keys { 148 { <FUNC>, "WIDE" }, 149 <LCTL>, <LALT>, 150 { <SPCE>, shape="SPCE", 18, color="grey20" }, 151 <RALT>, <INS>, <DELE>, 152 { <LEFT>, "NARR" }, { <DOWN>, "NARR" }, 153 { <RGHT>, "NARR" } 154 }; 155 }; 156 solid "FakeKey" { 157 top= 86.5; 158 left= 62.1; 159 shape= "NORM"; 160 color= "grey20"; 161 }; 162 overlay "KPAD" { 163 <AE07>=<KP7>, <AE08>=<KP8>, <AE09>=<KP9>, <AE10>=<KPMU>, 164 <AD07>=<KP4>, <AD08>=<KP5>, <AD09>=<KP6>, <AD10>=<KPSU>, 165 <AC07>=<KP1>, <AC08>=<KP2>, <AC09>=<KP3>, <AC10>=<KPAD>, 166 <AB07>=<KP0>, <AB09>=<KPDL>, <AB10>=<KPSL> 167 }; 168 }; // End of "Whole" section 169 170 alias <AC00> = <CAPS>; 171 alias <AA00> = <LCTL>; 172}; 173