西本です。
> (1)文字入力に対応しないKGSドライバ
> (2)文字入力に対応するKGSドライバ
>
> とりあえず(1)案について、方針を検討します。
本家チケット1266で Braille Sense ドライバについて議論されています。
http://www.nvda-project.org/ticket/1266
このドライバは NVDA 日本語版でも動くんでしょうか。。
提案されたドライバの実装に対する James Teh さんのコメント:
http://www.nvda-project.org/ticket/1266#comment:11
内容を簡単に紹介します。
(紹介ここから)
NVDA doesn't currently support braille input. I don't want to
hard-code support in one driver which is tied to specific languages or
the like, so this would need to be removed for the driver to be
included. When NVDA does get proper support for braille input, this
driver will of course benefit.
NVDAは現在、点字ディスプレイからの入力をサポートしていない。
ドライバが特定の言語に依存するのは好ましく。
だから文字入力機能を削除して欲しい。
ただし NVDA が文字入力に対応する準備ができたら、このドライバを役立てたい。
The auto probe functionality worries me. Probing could potentially
confuse other devices. It should be possible to support USB and
bluetooth without probing as we do for other drivers. Unfortunately,
this means we can't support serial displays for now, but that's also
true for other drivers.
ポートの検出機能について懸念がある。
この処理は他のデバイスに悪影響を与える可能性がある。
他のドライバがやっているようにUSBとブルートゥースだけをサポートしたい。
シリアルポートは他のドライバでも現在は対応していない。
(ここまで)
NVDA 日本語版ではこの方針にこだわるつもりはないのですが、
議論の参考になれば幸いです。