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

« back to all changes in this revision

Viewing changes to symbols/nbsp

  • 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
// Let Space key provide No-Break Space (NBSP), Narrow No-Break Space (NNBSP),
4
2
// Zero-Width Non-Joiner (ZWNJ), and Zero-Width Joiner (ZWJ) for the desired
5
3
// levels.
147
145
 
148
146
 
149
147
// ZWNJ on level 2
150
 
// ZWJ on level 3
151
 
// NBSP on level 4
152
 
// Used by lk(sin_phonetic)
 
148
// NBSP on level 3
153
149
partial
154
150
xkb_symbols "zwnj2nb3s" {
155
151
  key <SPCE> {
195
191
  };
196
192
};
197
193
 
 
194
 
 
195
// NBSP on level 2
 
196
// ZWNJ on level 3
 
197
// Used by lk(sin_phonetic)
 
198
partial
 
199
xkb_symbols "nb2zwnj3s" {
 
200
  key <SPCE> {
 
201
    type[Group1]="FOUR_LEVEL",
 
202
    symbols[Group1]= [ space, nobreakspace, 0x100200c, NoSymbol ]
 
203
  };
 
204
};