Re: [orca-list] So close to converting, but I have some specific questions



Hi Ben.
Yes, there is a bug in orca that prevents obtain the unicode value of a character when using a laptop layout. The problem is in the file laptop_keyboardmap.py around line 138 and line 139.
The lines are:

    ("comma", defaultModifierMask, ORCA_MODIFIER_MASK,
    "reviewSpellCurrentCharacterHandler",2),

I think that to fix we need to include the following lines after the above lines:

    ("comma", defaultModifierMask, ORCA_MODIFIER_MASK,
    "reviewUnicodeCurrentCharacterHandler", 3),
Thanks.

On 08/04/2010 01:23 AM, Ben J. Bloomgren wrote:
Hello all,
I was trying to obtain the Unicode value for a character tonight, and my
results are somewhat perplexing:
I tried to use Triple KP2 from the laptop layout, but it doesn't tell me
the value. The weird thing is that on the desktop layout, Triple KP2
works like a charm, telling me the hexadecimal value for a Unicode
character. I went into the keybindings page of the Orca preferences. I
could change keybindings, but I could not add any. My only fix is to
switch to the desktop layout and access those keybindings via the
function key on my netbook.
My other interesting result is that my older Pacmate 40 braille display
doesn't like Unicode characters by default. It reverts back to question
marks. What do you all recommend on that one?
Being that this is not a true "bug", I don't want to report a bug
against Orca on Launch Pad; however, I would like to know how to do this
on the laptop layout of Orca. Neither I nor Chris Gilland, my best
friend and Linux guide know how to use Python. Should we contact the
Orca programmers? What should be our battle plan?
Sincerely,
Ben
B



_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp



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