Re: [orca-list] Tabs with brltty and orca



On Sat, Dec 01, 2007 at 03:08:22PM -0000, Sérgio Neves wrote:
When I press the tab key on graphical editors, such as gedit and eclipse, my
braille display presents a strange character (that occupies one cell),

        It's a Tab character.  Understand that the Tab is only one
character to the computer, and is treated differently than a standard
alpha-numeric character, and may be displayed as a variable length of
white-space, much like the new-line or carriage return characters.  nano
most likely displays the Tab character by displaying it as spaces,
rather than as an actual Tab character.  If nano converts the character
to spaces, it will take more than a single backspace to remove it, while
a non-converted Tab takes only one backspace to remove it.  The computer
doesn't know what a Tab is.  To the computer, it is just another numeric
variable in memory to be displayed on the screen as a specific amount of
white-space, or like a character with special instructions associated with
it, much like an alias or a script.  All that you're actually seeing is
that there are two ways of displaying the Tab character.  nano is
converting the character to white-space on it's own, while other editors
are letting the operating system handle how things are
being presented.  Nano is just converting your key-press to multiple spaces.  HTH,

                                Michael




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]