+branch/ubiquity

« back to all changes in this revision

Viewing changes to ubiquity/components/kbd_chooser.py

  • Committer: Colin Watson
  • Date: 2006-05-08 16:25:33 UTC
  • Revision ID: colin.watson@canonical.com-20060508162533-0e0b26945064a81c
* Map mk, nl, ro, and ru console keymaps to the X keymaps by the same
  names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
            xmap = "es"
236
236
            break
237
237
 
 
238
        if k == "mk":
 
239
            xmap = "mk"
 
240
            break
 
241
 
 
242
        if k == "nl":
 
243
            xmap = "nl"
 
244
            break
 
245
 
238
246
        if k == "no":
239
247
            xmap = "no"
240
248
            break
247
255
            xmap = "pt"
248
256
            break
249
257
 
 
258
        if k == "ro":
 
259
            xmap = "ro"
 
260
            break
 
261
 
 
262
        if k == "ru":
 
263
            xmap = "ru"
 
264
            break
 
265
 
250
266
        if k == "uk":
251
267
            xmap = "gb"
252
268
            break