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

« back to all changes in this revision

Viewing changes to symbols/ro

  • 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
 
// $XFree86: xc/programs/xkbcomp/symbols/ro,v 1.6 2003/09/08 13:12:51 pascal Exp $
3
1
//
4
2
// Complete set of Romanian keyboards as described in the new Romanian standard
5
3
// SR 13392:2004 adopted in December 2004 by ASRO, "Asociatia de Standardizare 
233
231
    key <AC04>  { [         f,          F,          iacute,          Iacute ]   };
234
232
    key <AC07>  { [    ibreve,     Ibreve,               j,               J ]   };
235
233
};
 
234
 
 
235
// EXTRAS:
 
236
 
 
237
partial alphanumeric_keys
 
238
xkb_symbols "ergonomic" {
 
239
    // This layout is optimized for fast touch-typing in Romanian on a
 
240
    // US keyboard, and works by swapping out symbols infrequently used
 
241
    // in written Romanian (q,w,y,k) in favor of native ones, thus reducing
 
242
    // the need to use modifier keys.
 
243
    // Created by Gabriel Somlo, <somlo@cmu.edu> (C) 2011
 
244
 
 
245
    include "ro(basic)"
 
246
 
 
247
    name[Group1]="Romania - Ergonomic Touchtype";
 
248
 
 
249
    key <AD01> { [ abreve,            Abreve,  q,                       Q ] };
 
250
    key <AD02> { [ 0x1000219,      0x1000218,  w,                       W ] };
 
251
    key <AD06> { [ 0x100021b,      0x100021a,  y,                       Y ] };
 
252
    key <AC01> { [ a,                      A,  acircumflex,   Acircumflex ] };
 
253
    key <AC08> { [ icircumflex,  Icircumflex,  k,                       K ] };
 
254
};
 
255