~ubuntu-branches/ubuntu/utopic/console-setup/utopic-proposed

« back to all changes in this revision

Viewing changes to Keyboard/ckb/symbols/epo

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-05 17:02:40 UTC
  • mfrom: (3.2.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110105170240-2i4fqtyjjikwlnit
Tags: 1.57ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Use keymapper to generate decision trees for a restricted subset of
    the pc105 model.
  - If the detect-keyboard debconf plugin is available
    (cdebconf-newt-detect-keys in the installer), then offer to use it to
    detect the keyboard layout.
  - Reset keyboard-configuration/toggle to the default if it's set to "No
    toggling" and you select a non-Latin layout.
  - Change the default font from Fixed to VGA for Lat15; while it's not
    entirely complete, it looks better and is largely good enough.
  - Automatically save the font and keymap to /etc in
    /etc/init.d/console-setup if it isn't being run from init. Similarly,
    ensure that the font and keymap are saved to /etc during initial
    installation.
  - Set keymap and font in the initramfs if possible and sensible.
  - Set default variant for French to oss.
  - Set default for Dutch to us(intl), not just us.
  - Set default layout for Vietnam to 'us'.
  - Set default layout for Kurdish to tr(ku).
  - Stop running debconf-updatepo on clean.
  - Update for new layouts and variants for Montenegro and Serbia, and
    migrate configuration files from the old layouts.
  - Add a "Do not configure keyboard; keep kernel keymap" model option,
    preseedable by keyboard-configuration/modelcode=SKIP.
  - Drop the layout/variant priority to high on fresh installs.
  - Honour OVERRIDE_ALLOW_PRESEEDING environment variable when deciding
    whether to allow preseeding, which is ordinarily only allowed in d-i.
  - If keyboard-configuration/layoutcode is preseeded but not marked as
    seen, then set the default layout but don't lower the layout question
    priority or preseed console-setup/ask_detect.
  - Add an apport hook.
  - Generate a locale locally for translating keyboard names in
    kbdnames-maker.
  - Replace usplash detection code with Plymouth detection code.
  - Move boot tasks to a combination of two udev rules and a single
    Upstart job, ensuring that they're run at points when we are able to
    satisfy the constraints on the relevant ioctls.
  - Depend on kbd (>= 1.15-1ubuntu3) for a valuable loadkeys improvement.
  - Don't try to call update-rc.d if it doesn't exist, such as in d-i.
  - Don't gzip font or ACM files in /etc/console-setup/.  The space saving
    is negligible, and it's more efficient not to need to uncompress them
    at boot time.
  - Remove iconv transliteration.  We don't use non-UTF-8 locales, and it
    breaks ubiquity as we haven't generated the configured locale by the
    time we hit console-setup.
* Go back to always asking layout before variant.
* Migrate from old console-setup/* to new keyboard-configuration/*
  question names.
* Use the default keyboard model if an existing configuration file sets
  XKBMODEL="".
* Exit cleanly from initramfs hook if /etc/default/keyboard or
  /etc/default/console-setup don't exist for some reason (LP: #634402).
* Fix description of upstart job to not incorrectly claim that it sets the
  font (LP: #632366).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $XKeyboardConfig: xkeyboard-config/symbols/epo,v 1.2 2007/01/11 23:08:23 svu Exp $
 
1
// $XKeyboardConfig$
2
2
 
3
3
// Esperanto keyboard maps -- "Ekverto"
4
4
//
113
113
 
114
114
  include "level3(ralt_switch)"
115
115
};
 
116
 
 
117
// Add Esperanto supersignos to the corresponding key in a Qwerty keyboard.
 
118
// This is a generic "component" that is not used to the other layouts in this
 
119
// file but it is meant to be applied to any layout. If you have any questions
 
120
// ask J. Pablo Fernández <pupeno@pupeno.com>.
 
121
partial
 
122
xkb_symbols "qwerty" {
 
123
    key <AB03> { [ NoSymbol, NoSymbol, ccircumflex, Ccircumflex ] };
 
124
    key <AC05> { [ NoSymbol, NoSymbol, gcircumflex, Gcircumflex ] };
 
125
    key <AC06> { [ NoSymbol, NoSymbol, hcircumflex, Hcircumflex ] };
 
126
    key <AC07> { [ NoSymbol, NoSymbol, jcircumflex, Jcircumflex ] };
 
127
    key <AC02> { [ NoSymbol, NoSymbol, scircumflex, Scircumflex ] };
 
128
    key <AD07> { [ NoSymbol, NoSymbol,      ubreve,      Ubreve ] };
 
129
};
 
130
 
 
131
// Add Esperanto supersignos to the corresponding key in a Dvorak keyboard.
 
132
// Same comment as the Qwerty one above applies.
 
133
partial
 
134
xkb_symbols "dvorak" {
 
135
    key <AD08> { [ NoSymbol, NoSymbol, ccircumflex, Ccircumflex ] };
 
136
    key <AD07> { [ NoSymbol, NoSymbol, gcircumflex, Gcircumflex ] };
 
137
    key <AC07> { [ NoSymbol, NoSymbol, hcircumflex, Hcircumflex ] };
 
138
    key <AB03> { [ NoSymbol, NoSymbol, jcircumflex, Jcircumflex ] };
 
139
    key <AC10> { [ NoSymbol, NoSymbol, scircumflex, Scircumflex ] };
 
140
    key <AC04> { [ NoSymbol, NoSymbol,      ubreve,      Ubreve ] };
 
141
};