~jm-leddy/ubuntu/precise/xkeyboard-config/micmute

« back to all changes in this revision

Viewing changes to symbols/sk

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-08-11 22:01:46 UTC
  • mfrom: (12.2.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110811220146-8y9xgnbyxmro7d08
Tags: 2.3-1ubuntu1
* Merge from Debian experimental.  Remaining Ubuntu changes:
    + xkb-data-i18n.install, xkb-data.install, rules: Split out
      xkb-data-i18n to be used by console-setup.
    + 105_intelligent_keyboard.patch: Add support for the Intelligent
      Keyboard K04
    + 108_fix_intltool_make_check.diff: Fix make check in the presence
      of the quilt patch system.
    + xkb-data.postinst.in: Migrate console-setup/keyboard-configuration
      settings from dvorak-intl to dvorak-alt-intl to match rename in
      xkeyboard-config 1.9. (LP: 742683)
* No need to build the pot file anymore, upstream version is used.
* Fix dh_autoreconf override in rules (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
    include "latin"
9
9
 
10
 
    name[Group1] = "Slovakia";
 
10
    name[Group1] = "Slovak";
11
11
 
12
12
    key <TLDE>  { [ semicolon, dead_abovering,    grave,   asciitilde ] };
13
13
    key <AE01>  { [      plus,          1,       exclam,   dead_tilde ] };
73
73
xkb_symbols "bksl" {
74
74
    include "sk(basic)"
75
75
 
76
 
    name[Group1] = "Slovakia - Extended Backslash";
 
76
    name[Group1] = "Slovak (extended Backslash)";
77
77
 
78
78
    key <BKSL>  { [ backslash,        bar,        slash,     NoSymbol ] };
79
79
};
87
87
    
88
88
    include "sk(basic)"
89
89
 
90
 
    name[Group1] = "Slovakia - qwerty";
 
90
    name[Group1] = "Slovak (qwerty)";
91
91
 
92
92
    key <AB01>  { [         z,          Z,       degree,     NoSymbol ] };
93
93
    key <AD06>  { [         y,          Y,     NoSymbol,     NoSymbol ] };
97
97
xkb_symbols "qwerty_bksl" {
98
98
    include "sk(qwerty)"
99
99
 
100
 
    name[Group1] = "Slovakia - qwerty, extended Backslash";
 
100
    name[Group1] = "Slovak (qwerty, extended Backslash)";
101
101
 
102
102
    key <BKSL>  { [ backslash,        bar,        slash,     NoSymbol ] };
103
103
};