~ubuntu-branches/ubuntu/trusty/xkeyboard-config/trusty-proposed

« back to all changes in this revision

Viewing changes to symbols/it

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2011-02-01 11:57:39 UTC
  • mfrom: (12.2.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201115739-6kl4l72rx5l7zjc0
Tags: 2.1-1ubuntu1
* Merge from debian of 2.1 release.
  - Fixes Ubuntu bugs:
    + Sindhi keyboard layout (locale: sd_PK, sd_IN) (LP: #588918)
    + Fix conflict between Mali and Malayalam layouts (LP: #575660)
    + Support for Philippines "National Keyboard Layout" (LP: #672881)
    + Support for Kinesis keyboard geometry (LP: #393887)
    + Support for Apple Aluminium keyboards (LP: #696232)
    + Support for abnt2 keyboard, thinkpad variant for Lenovo 3000 v100
      laptops (LP: #359719)
    + Fix CapsLock misspelling (LP: #592448)
  - Remaining Ubuntu changes:
    + xkb-data-i18n.install, xkb-data.install, rules: Split out
      xkb-data-i18n to be used by console-setup.
    + rules: Generate pot file for translations during build
    + 104_macbook_expose_and_dashboard.patch: Add keycode definitions
        required for Apples Expose & Dashboard keys (F3/F4).
    + 105_intelligent_keyboard.patch: Add support for the Intelligent
      Keyboard K04
    + 107_lao.patch: New keyboard layout for Lao, implemented as
      an alternative to the default one.
    + 108_taiwan.patch: New keyboard layouts for Taiwan.
* Drop 102_mac_aliases.patch: This appears to have some side effects,
  and the patch was not taken by upstream because it was an incomplete
  fix.  Reopens bug 327963
* Drop patches included in the new upstream release:
    - 106_fixspell3d.patch: upstream
    - 109_mali.patch: upstream
    - 110_variants-cleanup.patch
    - 111_il-missing-symbol.patch
    - 112_zero-with-spacing.patch
    - 113_cz-dvorak-ucw.patch
    - 114_ejn_4_level.patch
    - 115_aluminium_geometries.patch
    - 116_aluminium_keycodes.patch
    - 117_aluminium_symbols.patch
    - 118_aluminium_aliases.patch
    - 119_aluminium_pc_compat.patch
    - 120_aluminium_rules.patch
    - 121_tamil_chars.patch
    - 122_olpc-azerty.patch
    - 123_fix_i18n.patch
    - 124_serbian_ru_level3.patch
    - 125_mapping_tools_launch5_menukb.patch
    - 126_swahili_arabic.patch
    - 127_restore_gb_colemak.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
    include "level3(ralt_switch)"
217
217
};
218
218
 
 
219
partial alphanumeric_keys
 
220
xkb_symbols "htcdream" {
 
221
        include "inet(htcdream)"
 
222
        name[Group1]= "Italy - htcdream";
 
223
 
 
224
        //second row
 
225
        key <AD01> { [ q, Q, Tab, Tab ] };
 
226
        key <AD02> { [ w, W, grave, grave ] };
 
227
        key <AD03> { [ e, E, egrave, egrave] };
 
228
        key <AD04> { [ r, R, eacute, eacute ] };
 
229
        key <AD05> { [ t, T, quotedbl, quotedbl ] };
 
230
        key <AD06> { [ y, Y, apostrophe, apostrophe ] };
 
231
        key <AD07> { [ u, U, ugrave, ugrave ] };
 
232
        key <AD08> { [ i, I, igrave, igrave ] };
 
233
        key <AD09> { [ o, O, ograve, ograve ] };
 
234
        key <AD10> { [ p, P, NoSymbol, NoSymbol ] };
 
235
 
 
236
        //third row
 
237
        key <AC01> { [ a, A, agrave, agrave ] };
 
238
        key <AC02> { [ s, S, bar, bar ] };
 
239
        key <AC03> { [ d ,D, EuroSign, EuroSign ] };
 
240
        key <AC04> { [ f, F, sterling, sterling ] };
 
241
        key <AC05> { [ g, G, division, division ] };
 
242
        key <AC06> { [ h, H, multiply, multiply ] };
 
243
        key <AC07> { [ j, J, minus, minus ] };
 
244
        key <AC08> { [ k, K, plus, plus ] };
 
245
        key <AC09> { [ l, L, equal, equal ] };
 
246
 
 
247
        //forth row
 
248
        key <AB01> { [ z, Z, underscore, underscore ] };
 
249
        key <AB02> { [ x, X, asciitilde, asciitilde ] };
 
250
        key <AB03> { [ c, C, less, less ] };
 
251
        key <AB04> { [ v, V, greater, greater ] };
 
252
        key <AB05> { [ b, B,  backslash, backslash ] };
 
253
        key <AB06> { [ n, N, colon, colon ] };
 
254
        key <AB07> { [ m, M, semicolon, semicolon ] };
 
255
        key <AB08> { [ comma, comma, question, question ] };
 
256
 
 
257
        //fifth row
 
258
        key <FK15> { [ at, at, NoSymbol, NoSymbol ] };
 
259
 
 
260
        include "level3(alt_switch)"
 
261
};
 
262