~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

« back to all changes in this revision

Viewing changes to symbols/es

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-04-06 02:41:25 UTC
  • mto: (12.3.3 sid)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20110406024125-viz2oxc3mwv20d44
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $XKeyboardConfig$
2
 
 
3
1
// based on a keyboard
4
2
// Modified for a real Spanish Keyboard by Jon Tombs
5
3
//
6
 
// $XFree86: xc/programs/xkbcomp/symbols/es,v 1.2 2002/11/22 04:03:28 dawes Exp $
7
4
 
8
5
partial default alphanumeric_keys
9
6
xkb_symbols "basic" {
183
180
 
184
181
    key <AC10> { [       ntilde,        Ntilde                  ] };
185
182
    key <AC11> { [         plus,       asterisk,      dead_tilde ] };
186
 
    key <BKSL> { [ bracketright,     braceright                  ] };
 
183
    key <BKSL> { [ bracketright,     braceright,      section    ] };
187
184
 
188
185
    key <AB08> { [        comma,      semicolon                  ] };
189
186
    key <AB09> { [       period,          colon                  ] };
203
200
 
204
201
    key <AE04>  { [         4,     dollar,   dead_tilde,       dollar ] };
205
202
};
 
203
 
 
204
partial alphanumeric_keys
 
205
xkb_symbols "olpc2" {
 
206
 
 
207
    // Modified variant of US International layout, specifically for Peru
 
208
    // Contact: Sayamindu Dasgupta <sayamindu@laptop.org>
 
209
 
 
210
    include "us(olpc)"
 
211
    name[Group1]="Spain - OLPC2";
 
212
 
 
213
    key <AE03> { [  3, numbersign,   dead_grave,  dead_grave] }; // combining grave
 
214
    key <I236>  { [ XF86Start ] };
 
215
 
 
216
    include "level3(ralt_switch)"
 
217
};