Package: console-setup Version: 1.29 Severity: normal Tags: patch Hello,
Yes, X recognises braille_dot_{1-10}. The Linux kernel too. The attached patch maps them appropriately. Samuel -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages console-setup depends on: ii console-terminus 4.26-2.1 Fixed-width fonts for fast reading ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii xkb-data 1.5-2 X Keyboard Extension (XKB) configu Versions of packages console-setup recommends: ii kbd 1.14.1-4 Linux console font and keytable ut Versions of packages console-setup suggests: ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip -- debconf information excluded -- Samuel Fatal Error: Found [MS-Windows] System -> Repartitioning Disk for Linux... (By cbbr...@io.org, Christopher Browne)
Index: Keyboard/ckbcomp =================================================================== --- Keyboard/ckbcomp (révision 57499) +++ Keyboard/ckbcomp (copie de travail) @@ -2104,6 +2105,16 @@ 'XF86AudioRaiseVolume' => 'VoidSymbol', 'XF86AudioMute' => 'VoidSymbol', 'XF86PowerOff' => 'VoidSymbol', + 'braille_dot_1' => 'Brl_dot1', + 'braille_dot_2' => 'Brl_dot2', + 'braille_dot_3' => 'Brl_dot3', + 'braille_dot_4' => 'Brl_dot4', + 'braille_dot_5' => 'Brl_dot5', + 'braille_dot_6' => 'Brl_dot6', + 'braille_dot_7' => 'Brl_dot7', + 'braille_dot_8' => 'Brl_dot8', + 'braille_dot_9' => 'Brl_dot9', + 'braille_dot_10' => 'Brl_dot10', # I do not know the Unicodes of these '0x13a4' => 'VoidSymbol', # Special symbol for X or syntax error? '0xfe11' => 'VoidSymbol', # Special symbol for X or syntax error? @@ -2120,16 +2130,6 @@ 'Kanji' => 'VoidSymbol', # Is this recognised by X ? 'Hangul' => 'VoidSymbol', # Is this recognised by X ? 'Hangul_Hanja' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_1' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_2' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_3' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_4' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_5' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_6' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_7' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_8' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_9' => 'VoidSymbol', # Is this recognised by X ? - 'braille_dot_10' => 'VoidSymbol', # Is this recognised by X ? # XFree86 does not recognise these 'SunAudioLowerVolume' => 'VoidSymbol', 'SunAudioRaiseVolume' => 'VoidSymbol',