~eugenenuke/ubuntu/wily/console-setup/fix-for-1565542

« back to all changes in this revision

Viewing changes to Keyboard/ckb/symbols/braille

  • Committer: Bazaar Package Importer
  • Author(s): Anton Zinoviev, Anton Zinoviev, Samuel Thibault
  • Date: 2011-03-21 07:08:43 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: james.westby@ubuntu.com-20110321070843-dyzebcgrrm3dnvfx
Tags: 1.71
[ Anton Zinoviev ]
* FAQ: correct some typos and apply two patches by Jonathan Nieder.
  Thanks also to Vincent Lefevre.  Closes: #565391 (with apologies for
  the delay).
* New manual pages keyboard(5) and console-setup(5).  Updated ckbcomp(1)
  and setupcon(1). Remove README.fonts.  Common documentation directory
  for keyboard-configuration, console-setup-linux,
  console-setup-freebsd, console-setup and console-setup-mini.  New
  README.Debian.  Thanks to Jorgen Grahn, closes: #617580.
* Remove most of the comments in the default configuration files.  It is
  difficult to update these comments when the functionality of
  console-setup changes and the new manual pages make these comments
  less necessary.
* Remove the VERBOSE_OUTPUT option from the default configuration file
  (but it is still supported).
* Install *.bug-control files for reportbug.
* Ask the keyboard option question even when Debconf doesn't support the
  layout.  Thanks to Petr Baudis and Julien Cristau, closes: #581758.
* ckbcomp_mini: process properly empty layout and/or variant options.
  Thanks to Baptiste Carvello who reported the problem and traced its
  source.  Closes: #617499.
* ckbcomp: ignore actions[...] = ... specifications in key definitions.
  Thanks to Klaus Ethgen, closes: #607532.
* setupcon: accept all methods to state font size in the configuration
  file (8x14, 14x8, 14).
* Debconf: More human-friendly options for the font size question.  By
  default use 8x14 format for all sizes.
* setupcon: Improved test whether we are on the console.  Thanks to
  Michael Schutte and Julien Cristau for the suggestions.
* console-setup(-mini).postinst: add again commands to configure the
  console.
* ckbcomp: improved implementation for Alt+PrintScreen=SysRq and
  Ctrl+Pause=Break on AT keyboards.
* ckbcomp: more correct use of approximate().  This probably affects
  only some exotic key combination such as Ctrl+Alt+Shift+AltGr+F1.
* ckbcomp: lets try to remove some unnecessary and potentialy harmful on
  non-standard layouts mappings for Linux (Ctrl+'=^G, Ctrl+3=^[,
  Ctrl+4=^\, Ctrl+5=^], Ctrl+7=^_, Ctrl+8=^?).
* Do not source /etc/default/keyboard in /etc/default/console-setup
  (on new installs or upgrades from pre 1.47 versions).
* setupcon: do not cache automatically the keymap.  Instead add --save
  option the init script.
* Do not remove /etc/console-setup in postrm.
* setupcon, config, postinst: recognise 'guess' value in the
  configuration file.
* postinst: do not fail if setupcon fails.
* Include Terminus font in the compiled packages.  Do not depend, but
  conflict and provide console-terminus.  New upstream version of the
  Terminus font (4.32).
* Keyboard/ckb: update with keyboard data of version 2.1 of xkb files.
  (This change is not relevant for Debian.)
* New install targets in the Makefiles and debian/rules to better
  support non-Debian installs.
* Support for FreeBSD.  Packages for Debian GNU/kFreeBSD:
  - bdf2psf: new option --raw to generate raw fonts.  Try to use CP437
    code positions if possible.  When generating raw fonts with same
    codeset, use identical font map.
  - ckbcomp and setupcon: support for FreeBSD keymaps.
  - ckbcomp: new option -backspace [ del | bs ] to determine the
    behaviour of the keys BackSpace and Delete.
  - setupcon, postinst: A corresponding variable BACKSPACE in
    /etc/default/keyboard.
  - Termcap and Terminfo entries for FreeBSD.
  - setupcon: When UTF-8 is requested on FreeBSD, act as if the encoding
    is ISO-8859-1.
  - Debconf: Don't ask the question about font size on kFreeBSD (no need
    for this -- all available sizes will be loaded).
  - New configuration variable VIDEOMODE.  Currently it is most useful
    on FreeBSD because the default Linux framebuffer driver (VesaFB)
    doesn't permit changes of the videomode.
  - Support for 8-bit encodings in console-setup-mini and in the udebs
  - Udebs for kFreeBSD.

[ Samuel Thibault ]
* Fonts/bdf2psf: Fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $XKeyboardConfig$
2
 
 
3
 
// 10-dot patterns on the home row + v and n
4
 
partial default alphanumeric_keys
5
 
xkb_symbols "home_row" {
6
 
    include "braille(keypad)"
7
 
 
8
 
    name[Group1]="Braille";
9
 
 
10
 
    key <AC04>  { [ braille_dot_1 ] };
11
 
    key <AC03>  { [ braille_dot_2 ] };
12
 
    key <AC02>  { [ braille_dot_3 ] };
13
 
    key <AC07>  { [ braille_dot_4 ] };
14
 
    key <AC08>  { [ braille_dot_5 ] };
15
 
    key <AC09>  { [ braille_dot_6 ] };
16
 
    key <AC01>  { [ braille_dot_7 ] };
17
 
    key <AC10>  { [ braille_dot_8 ] };
18
 
    key <AB04>  { [ braille_dot_9 ] };
19
 
    key <AB06>  { [ braille_dot_10 ] };
20
 
};
21
 
 
22
 
// 6-dot patterns for the left hand
23
 
partial alphanumeric_keys
24
 
xkb_symbols "left_hand" {
25
 
    include "braille(keypad)"
26
 
 
27
 
    name[Group1]="Braille - Left hand";
28
 
 
29
 
    key <AC03>  { [ braille_dot_1 ] };
30
 
    key <AC02>  { [ braille_dot_2 ] };
31
 
    key <AC01>  { [ braille_dot_3 ] };
32
 
    key <AC04>  { [ braille_dot_4 ] };
33
 
    key <AB05>  { [ braille_dot_5 ] };
34
 
    key <AB04>  { [ braille_dot_6 ] };
35
 
};
36
 
 
37
 
// 6-dot patterns for the right hand
38
 
partial alphanumeric_keys
39
 
xkb_symbols "right_hand" {
40
 
    include "braille(keypad)"
41
 
 
42
 
    name[Group1]="Braille - Right hand";
43
 
 
44
 
    key <AC07>  { [ braille_dot_1 ] };
45
 
    key <AB05>  { [ braille_dot_2 ] };
46
 
    key <AB06>  { [ braille_dot_3 ] };
47
 
    key <AC08>  { [ braille_dot_4 ] };
48
 
    key <AC09>  { [ braille_dot_5 ] };
49
 
    key <AC10>  { [ braille_dot_6 ] };
50
 
};
51
 
 
52
 
// 6-dot patterns on the keypad
53
 
partial hidden keypad_keys
54
 
xkb_symbols "keypad" {
55
 
    key <KP4>   { [ braille_dot_1 ] };
56
 
    key <KP1>   { [ braille_dot_2 ] };
57
 
    key <KP0>   { [ braille_dot_3 ] };
58
 
    key <KP5>   { [ braille_dot_4 ] };
59
 
    key <KP6>   { [ braille_dot_5 ] };
60
 
    key <KPAD>  { [ braille_dot_6 ] };
61
 
};
62