More renaming. Hopefully fixed version number.
This commit is contained in:
parent
b669e9b5ae
commit
36f0ecb4e2
1288
ChangeLog-pre-2.27.1
1288
ChangeLog-pre-2.27.1
File diff suppressed because it is too large
Load Diff
2
HACKING
2
HACKING
@ -1 +1 @@
|
|||||||
Please contact the MAINTAINERS before making changes to Orca.
|
Please contact the MAINTAINERS before making changes to Cthulhu.
|
@ -1 +1 @@
|
|||||||
See http://wiki.gnome.org/Projects/Orca
|
See http://wiki.gnome.org/Projects/Cthulhu
|
||||||
|
36
README.md
36
README.md
@ -1,12 +1,12 @@
|
|||||||
# Orca v45.3
|
# Cthulhu v45.3
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Orca is a free, open source, flexible, and extensible screen reader
|
Cthulhu is a free, open source, flexible, and extensible screen reader
|
||||||
that provides access to the graphical desktop via user-customizable
|
that provides access to the graphical desktop via user-customizable
|
||||||
combinations of speech and/or braille.
|
combinations of speech and/or braille.
|
||||||
|
|
||||||
Orca works with applications and toolkits that support the assistive
|
Cthulhu works with applications and toolkits that support the assistive
|
||||||
technology service provider interface (AT-SPI), which is the primary
|
technology service provider interface (AT-SPI), which is the primary
|
||||||
assistive technology infrastructure for the Solaris and Linux
|
assistive technology infrastructure for the Solaris and Linux
|
||||||
operating environments. Applications and toolkits supporting the
|
operating environments. Applications and toolkits supporting the
|
||||||
@ -14,17 +14,17 @@ AT-SPI include the GNOME GTK+ toolkit, the Java platform's Swing
|
|||||||
toolkit, OpenOffice/LibreOffice, Gecko, and WebKitGtk. AT-SPI support
|
toolkit, OpenOffice/LibreOffice, Gecko, and WebKitGtk. AT-SPI support
|
||||||
for the KDE Qt toolkit is currently being pursued.
|
for the KDE Qt toolkit is currently being pursued.
|
||||||
|
|
||||||
See also <http://wiki.gnome.org/Projects/Orca> for detailed information
|
See also <http://wiki.gnome.org/Projects/Cthulhu> for detailed information
|
||||||
on Orca, including how to run Orca, how to communicate with the Orca user
|
on Cthulhu, including how to run Cthulhu, how to communicate with the Cthulhu user
|
||||||
community, and where to log bugs and feature requests.
|
community, and where to log bugs and feature requests.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
Orca v45.x is supported on GNOME 45.x only. We highly suggest you
|
Cthulhu v45.x is supported on GNOME 45.x only. We highly suggest you
|
||||||
use the latest releases of GNOME because they contain accessibility
|
use the latest releases of GNOME because they contain accessibility
|
||||||
infrastructure and application bug fixes that help Orca work better.
|
infrastructure and application bug fixes that help Cthulhu work better.
|
||||||
|
|
||||||
Orca also has the following dependencies:
|
Cthulhu also has the following dependencies:
|
||||||
|
|
||||||
* Python 3 - Python platform
|
* Python 3 - Python platform
|
||||||
* pygobject-3.0 - Python bindings for the GObject library
|
* pygobject-3.0 - Python bindings for the GObject library
|
||||||
@ -43,7 +43,7 @@ of AT-SPI2 and ATK for the GNOME 45.x release.
|
|||||||
|
|
||||||
## NOTE FOR BRLTTY USERS:
|
## NOTE FOR BRLTTY USERS:
|
||||||
|
|
||||||
Orca depends upon the Python bindings for BrlAPI available in BrlTTY v4.5
|
Cthulhu depends upon the Python bindings for BrlAPI available in BrlTTY v4.5
|
||||||
or better. You can determine if the Python bindings for BrlAPI are
|
or better. You can determine if the Python bindings for BrlAPI are
|
||||||
installed by running the following command:
|
installed by running the following command:
|
||||||
|
|
||||||
@ -53,22 +53,22 @@ python -c "import brlapi"
|
|||||||
|
|
||||||
If you get an error, the Python bindings for BrlAPI are not installed.
|
If you get an error, the Python bindings for BrlAPI are not installed.
|
||||||
|
|
||||||
## Running Orca
|
## Running Cthulhu
|
||||||
|
|
||||||
If you wish to modify your Orca preferences, you can press "Insert+space"
|
If you wish to modify your Cthulhu preferences, you can press "Insert+space"
|
||||||
while Orca is running.
|
while Cthulhu is running.
|
||||||
|
|
||||||
To get help while running Orca, press "Insert+H". This will enable
|
To get help while running Cthulhu, press "Insert+H". This will enable
|
||||||
"learn mode", which provides a spoken and brailled description of what
|
"learn mode", which provides a spoken and brailled description of what
|
||||||
various keyboard and braille input device actions will do. To exit
|
various keyboard and braille input device actions will do. To exit
|
||||||
learn mode, press "Escape." Finally, the preferences dialog contains
|
learn mode, press "Escape." Finally, the preferences dialog contains
|
||||||
a "Key Bindings" tab that lists the keyboard binding for Orca.
|
a "Key Bindings" tab that lists the keyboard binding for Cthulhu.
|
||||||
|
|
||||||
For more information, see the Orca documentation which is available
|
For more information, see the Cthulhu documentation which is available
|
||||||
within Orca as well as at: <https://help.gnome.org/users/cthulhu/stable/>
|
within Cthulhu as well as at: <https://help.gnome.org/users/cthulhu/stable/>
|
||||||
|
|
||||||
## Scripting Orca
|
## Scripting Cthulhu
|
||||||
|
|
||||||
So, you want to write a script for Orca? The best thing to do is
|
So, you want to write a script for Cthulhu? The best thing to do is
|
||||||
start by looking at other scripts under the src/cthulhu/scripts/ hierarchy
|
start by looking at other scripts under the src/cthulhu/scripts/ hierarchy
|
||||||
of the source tree.
|
of the source tree.
|
@ -1,4 +1,4 @@
|
|||||||
This document provides a step-by-step list to remind Orca
|
This document provides a step-by-step list to remind Cthulhu
|
||||||
maintainers how to make a release.
|
maintainers how to make a release.
|
||||||
|
|
||||||
The general instructions for a release are here:
|
The general instructions for a release are here:
|
||||||
@ -9,7 +9,7 @@ See also:
|
|||||||
|
|
||||||
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
|
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
|
||||||
|
|
||||||
Here's a summary for Orca:
|
Here's a summary for Cthulhu:
|
||||||
|
|
||||||
PREPARE SOURCES FOR THE RELEASE:
|
PREPARE SOURCES FOR THE RELEASE:
|
||||||
-------------------------------
|
-------------------------------
|
||||||
@ -78,7 +78,7 @@ Modify this line in ./configure.ac:
|
|||||||
The major version (40) increments by 1 each new GNOME release cycle.
|
The major version (40) increments by 1 each new GNOME release cycle.
|
||||||
The minor version proceeds as follows: alpha, beta, rc, 0, 1, 2, 3, etc.
|
The minor version proceeds as follows: alpha, beta, rc, 0, 1, 2, 3, etc.
|
||||||
|
|
||||||
Modify ./README.md to make sure it has the right Orca version.
|
Modify ./README.md to make sure it has the right Cthulhu version.
|
||||||
|
|
||||||
git commit -a
|
git commit -a
|
||||||
git push
|
git push
|
||||||
|
2
TODO
2
TODO
@ -1,2 +1,2 @@
|
|||||||
All Orca TODO's are maintained as RFE's and bugs in the GNOME bugzilla
|
All Cthulhu TODO's are maintained as RFE's and bugs in the GNOME bugzilla
|
||||||
database: http://bugzilla.gnome.org/buglist.cgi?query=product%3Acthulhu
|
database: http://bugzilla.gnome.org/buglist.cgi?query=product%3Acthulhu
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
m4_define([cthulhu_version], [45.3])
|
m4_define([cthulhu_version], [0.1])
|
||||||
|
|
||||||
m4_define(pygobject_required_version, 3.18)
|
m4_define(pygobject_required_version, 3.18)
|
||||||
m4_define(atspi_required_version, 2.48)
|
m4_define(atspi_required_version, 2.48)
|
||||||
@ -32,9 +32,9 @@ PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0], [gstreamer="yes"], [gstreamer="n
|
|||||||
dnl Needed programs
|
dnl Needed programs
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
dnl Check for python and python modules needed by Orca
|
dnl Check for python and python modules needed by Cthulhu
|
||||||
dnl TODO: check for incompatibilities between Orca and liblouis
|
dnl TODO: check for incompatibilities between Cthulhu and liblouis
|
||||||
dnl per http://live.gnome.org/Orca/Braille
|
dnl per http://live.gnome.org/Cthulhu/Braille
|
||||||
AM_PATH_PYTHON(3.3)
|
AM_PATH_PYTHON(3.3)
|
||||||
|
|
||||||
# Don't require the DISPLAY to be set - the gtk checking will fail
|
# Don't require the DISPLAY to be set - the gtk checking will fail
|
||||||
|
@ -1,56 +1,56 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name[an]=Lector de pantalla Orca
|
Name[an]=Lector de pantalla Cthulhu
|
||||||
Name[ast]=Llector de pantalla d'Orca
|
Name[ast]=Llector de pantalla d'Cthulhu
|
||||||
Name[be]=Чытач з экрана Orca
|
Name[be]=Чытач з экрана Cthulhu
|
||||||
Name[bg]=Orca — екранен четец
|
Name[bg]=Cthulhu — екранен четец
|
||||||
Name[bs]=Orca čitač ekrana
|
Name[bs]=Cthulhu čitač ekrana
|
||||||
Name[ca]=Lector de pantalla Orca
|
Name[ca]=Lector de pantalla Cthulhu
|
||||||
Name[cs]=Čtečka obrazovky Orca
|
Name[cs]=Čtečka obrazovky Cthulhu
|
||||||
Name[da]=Skærmlæseren Orca
|
Name[da]=Skærmlæseren Cthulhu
|
||||||
Name[de]=Orca-Bildschirmleser
|
Name[de]=Cthulhu-Bildschirmleser
|
||||||
Name[el]=Αναγνώστης οθόνης Orca
|
Name[el]=Αναγνώστης οθόνης Cthulhu
|
||||||
Name[en_GB]=Orca Screen Reader
|
Name[en_GB]=Cthulhu Screen Reader
|
||||||
Name[eo]=Ekranlegilo Orko
|
Name[eo]=Ekranlegilo Orko
|
||||||
Name[es]=Lector de pantalla Orca
|
Name[es]=Lector de pantalla Cthulhu
|
||||||
Name[eu]=Orca pantaila-irakurlea
|
Name[eu]=Cthulhu pantaila-irakurlea
|
||||||
Name[fa]=صفحهخوان اورکا
|
Name[fa]=صفحهخوان اورکا
|
||||||
Name[fi]=Orca-näytönlukija
|
Name[fi]=Cthulhu-näytönlukija
|
||||||
Name[fr]=Lecteur d’écran Orca
|
Name[fr]=Lecteur d’écran Cthulhu
|
||||||
Name[gl]=Lector da pantalla Orca
|
Name[gl]=Lector da pantalla Cthulhu
|
||||||
Name[he]=מקריא המסך Orca
|
Name[he]=מקריא המסך Cthulhu
|
||||||
Name[hi]=Orca स्क्रीन वाचक
|
Name[hi]=Cthulhu स्क्रीन वाचक
|
||||||
Name[hu]=Orka képernyőolvasó
|
Name[hu]=Orka képernyőolvasó
|
||||||
Name[id]=Pembaca Layar Orca
|
Name[id]=Pembaca Layar Cthulhu
|
||||||
Name[is]=Orca skjálestur
|
Name[is]=Cthulhu skjálestur
|
||||||
Name[it]=Lettore schermo Orca
|
Name[it]=Lettore schermo Cthulhu
|
||||||
Name[ka]=Orca - ეკრანის მკითხველი
|
Name[ka]=Cthulhu - ეკრანის მკითხველი
|
||||||
Name[kk]=Orca экраннан оқитын қолданбасы
|
Name[kk]=Cthulhu экраннан оқитын қолданбасы
|
||||||
Name[lt]=Orca ekrano skaityklė
|
Name[lt]=Cthulhu ekrano skaityklė
|
||||||
Name[lv]=Orca ekrāna lasītājs
|
Name[lv]=Cthulhu ekrāna lasītājs
|
||||||
Name[mk]=Orca читач на екранот
|
Name[mk]=Cthulhu читач на екранот
|
||||||
Name[nb]=Orca skjermleser
|
Name[nb]=Cthulhu skjermleser
|
||||||
Name[ne]=ओर्का दृष्टि वाचक
|
Name[ne]=ओर्का दृष्टि वाचक
|
||||||
Name[nl]=Orca schermlezer
|
Name[nl]=Cthulhu schermlezer
|
||||||
Name[oc]=Lector d'ecran Orca
|
Name[oc]=Lector d'ecran Cthulhu
|
||||||
Name[pa]=ਓਰਕਾ ਸਕਰੀਨ ਰੀਡਰ
|
Name[pa]=ਓਰਕਾ ਸਕਰੀਨ ਰੀਡਰ
|
||||||
Name[pl]=Czytnik ekranowy Orca
|
Name[pl]=Czytnik ekranowy Cthulhu
|
||||||
Name[pt]=Leitor de ecrã Orca
|
Name[pt]=Leitor de ecrã Cthulhu
|
||||||
Name[pt_BR]=Leitor de tela Orca
|
Name[pt_BR]=Leitor de tela Cthulhu
|
||||||
Name[ro]=Cititorul de ecran Orca
|
Name[ro]=Cititorul de ecran Cthulhu
|
||||||
Name[ru]=Экранный диктор Orca
|
Name[ru]=Экранный диктор Cthulhu
|
||||||
Name[sl]=Zaslonski bralnik Orka
|
Name[sl]=Zaslonski bralnik Orka
|
||||||
Name[sr]=Читач екрана Орка
|
Name[sr]=Читач екрана Орка
|
||||||
Name[sv]=Orca skärmläsare
|
Name[sv]=Cthulhu skärmläsare
|
||||||
Name[ta]=ஆர்கா திரை படிப்பி
|
Name[ta]=ஆர்கா திரை படிப்பி
|
||||||
Name[te]=ఓర్కా తెరచదువరి
|
Name[te]=ఓర్కా తెరచదువరి
|
||||||
Name[tg]=Хонандаи экрани Orca
|
Name[tg]=Хонандаи экрани Cthulhu
|
||||||
Name[tr]=Orca Ekran Okuyucu
|
Name[tr]=Cthulhu Ekran Okuyucu
|
||||||
Name[ug]=Orca ئېكران ئوقۇغۇ
|
Name[ug]=Cthulhu ئېكران ئوقۇغۇ
|
||||||
Name[uk]=Інструмент читання з екрана «Orca»
|
Name[uk]=Інструмент читання з екрана «Cthulhu»
|
||||||
Name[zh_CN]=Orca 屏幕阅读器
|
Name[zh_CN]=Cthulhu 屏幕阅读器
|
||||||
Name[zh_HK]=Orca 螢幕閱讀器
|
Name[zh_HK]=Cthulhu 螢幕閱讀器
|
||||||
Name=Orca Screen Reader
|
Name=Cthulhu Screen Reader
|
||||||
Exec=cthulhu
|
Exec=cthulhu
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
|
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Orca Screen Reader
|
Name=Cthulhu Screen Reader
|
||||||
Exec=cthulhu
|
Exec=cthulhu
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
|
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<name xml:lang="en">cthulhu</name>
|
<name xml:lang="en">cthulhu</name>
|
||||||
<shortdesc xml:lang="en">Screen reader for individuals who are blind or visually impaired</shortdesc>
|
<shortdesc xml:lang="en">Screen reader for individuals who are blind or visually impaired</shortdesc>
|
||||||
<description xml:lang="en">Screen reader for individuals who are blind or visually impaired</description>
|
<description xml:lang="en">Screen reader for individuals who are blind or visually impaired</description>
|
||||||
<homepage rdf:resource="https://wiki.gnome.org/Projects/Orca" />
|
<homepage rdf:resource="https://wiki.gnome.org/Projects/Cthulhu" />
|
||||||
<mailing-list rdf:resource="https://www.freelists.org/list/cthulhu" />
|
<mailing-list rdf:resource="https://www.freelists.org/list/cthulhu" />
|
||||||
<download-page rdf:resource="https://download.gnome.org/sources/cthulhu/" />
|
<download-page rdf:resource="https://download.gnome.org/sources/cthulhu/" />
|
||||||
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/cthulhu/issues" />
|
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/cthulhu/issues" />
|
||||||
|
@ -112,15 +112,15 @@ in its place.
|
|||||||
.TP
|
.TP
|
||||||
|
|
||||||
.SH KEYBOARD SETTINGS
|
.SH KEYBOARD SETTINGS
|
||||||
Orca provides two keyboard modes, Desktop and Laptop keyboard layout. The
|
Cthulhu provides two keyboard modes, Desktop and Laptop keyboard layout. The
|
||||||
.B Orca_Modifier
|
.B Cthulhu_Modifier
|
||||||
key is
|
key is
|
||||||
.B Insert
|
.B Insert
|
||||||
in desktop keyboard layout and
|
in desktop keyboard layout and
|
||||||
.B Caps_Lock
|
.B Caps_Lock
|
||||||
in laptop keyboard layout.
|
in laptop keyboard layout.
|
||||||
|
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
uses default GNOME keyboard shortcuts to navigate the desktop and interact with various applications. The flat review commands provide an alternative method of interaction in certain inaccessible applications. It should not be confused with flat review functionality provided by other screen readers.
|
uses default GNOME keyboard shortcuts to navigate the desktop and interact with various applications. The flat review commands provide an alternative method of interaction in certain inaccessible applications. It should not be confused with flat review functionality provided by other screen readers.
|
||||||
|
|
||||||
.SH Desktop Mode
|
.SH Desktop Mode
|
||||||
@ -287,41 +287,41 @@ toggle the reading of tables, either by single cell or whole row.
|
|||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu
|
.BI ~/.local/share/cthulhu
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user preferences directory
|
user preferences directory
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu/user-settings.conf
|
.BI ~/.local/share/cthulhu/user-settings.conf
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user preferences configuration file.
|
user preferences configuration file.
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu/cthulhu-customizations.py
|
.BI ~/.local/share/cthulhu/cthulhu-customizations.py
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user customizations configuration file
|
user customizations configuration file
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu/cthulhu-scripts
|
.BI ~/.local/share/cthulhu/cthulhu-scripts
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user cthulhu scripts directory
|
user cthulhu scripts directory
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu/bookmarks
|
.BI ~/.local/share/cthulhu/bookmarks
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user bookmarks directory
|
user bookmarks directory
|
||||||
.TP
|
.TP
|
||||||
.BI ~/.local/share/cthulhu/app-settings
|
.BI ~/.local/share/cthulhu/app-settings
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
user application specific settings directory
|
user application specific settings directory
|
||||||
|
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.B Orca
|
.B Cthulhu
|
||||||
originated as a community effort led by the Sun Microsystems Inc.
|
originated as a community effort led by the Sun Microsystems Inc.
|
||||||
Accessibility Program Office and with contributions from many community members.
|
Accessibility Program Office and with contributions from many community members.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
For more information please visit
|
For more information please visit
|
||||||
.B cthulhu
|
.B cthulhu
|
||||||
wiki at
|
wiki at
|
||||||
.UR http://live.gnome.org/Orca
|
.UR http://live.gnome.org/Cthulhu
|
||||||
<http://live.gnome.org/Orca>
|
<http://live.gnome.org/Cthulhu>
|
||||||
.UE
|
.UE
|
||||||
.P
|
.P
|
||||||
The
|
The
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<info>
|
<info>
|
||||||
<link type="next" xref="commands_controlling_cthulhu" />
|
<link type="next" xref="commands_controlling_cthulhu" />
|
||||||
<link type="guide" xref="index#quick_reference" />
|
<link type="guide" xref="index#quick_reference" />
|
||||||
<title type="sort">4. <app>Orca</app>'s Commands</title>
|
<title type="sort">4. <app>Cthulhu</app>'s Commands</title>
|
||||||
<title type="link">Commands</title>
|
<title type="link">Commands</title>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title><app>Orca</app>'s Commands</title>
|
<title><app>Cthulhu</app>'s Commands</title>
|
||||||
<section id="getting_started" style="2column">
|
<section id="getting_started" style="2column">
|
||||||
<title>Getting Started</title>
|
<title>Getting Started</title>
|
||||||
</section>
|
</section>
|
||||||
|
@ -18,39 +18,39 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Bookmark Commands</title>
|
<title>Bookmark Commands</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> provides several commands which can be used to "bookmark"
|
<app>Cthulhu</app> provides several commands which can be used to "bookmark"
|
||||||
a given object for the purpose of navigating back to it later.
|
a given object for the purpose of navigating back to it later.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Save a bookmark to the numbered slot: <keyseq><key>Orca Modifier</key>
|
Save a bookmark to the numbered slot: <keyseq><key>Cthulhu Modifier</key>
|
||||||
<key>Alt</key><key>1</key></keyseq>-<key>6</key>
|
<key>Alt</key><key>1</key></keyseq>-<key>6</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Save the defined bookmarks for the application or page:
|
Save the defined bookmarks for the application or page:
|
||||||
<keyseq><key>Orca Modifier</key><key>Alt</key><key>B</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Alt</key><key>B</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Go to a specific, numbered bookmark: <keyseq><key>Orca Modifier</key>
|
Go to a specific, numbered bookmark: <keyseq><key>Cthulhu Modifier</key>
|
||||||
<key>1</key></keyseq>-<key>6</key>
|
<key>1</key></keyseq>-<key>6</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Go to the previous bookmark for the application or page:
|
Go to the previous bookmark for the application or page:
|
||||||
<keyseq><key>Orca Modifier</key><key>Shift</key><key>B</key>
|
<keyseq><key>Cthulhu Modifier</key><key>Shift</key><key>B</key>
|
||||||
</keyseq>
|
</keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Go to the next bookmark for the application or page:
|
Go to the next bookmark for the application or page:
|
||||||
<keyseq><key>Orca Modifier</key><key>B</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>B</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Braille Commands</title>
|
<title>Braille Commands</title>
|
||||||
<p>
|
<p>
|
||||||
The following commands allow you to control <app>Orca</app> from your
|
The following commands allow you to control <app>Cthulhu</app> from your
|
||||||
refreshable braille display rather than your keyboard:
|
refreshable braille display rather than your keyboard:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The following commands can be used to access information in the
|
The following commands can be used to access information in the
|
||||||
instant messaging and internet relay chat clients supported by
|
instant messaging and internet relay chat clients supported by
|
||||||
<app>Orca</app>. You will notice that several of these commands
|
<app>Cthulhu</app>. You will notice that several of these commands
|
||||||
are "unbound." Please see <link xref="howto_key_bindings">Modifying
|
are "unbound." Please see <link xref="howto_key_bindings">Modifying
|
||||||
Keybindings</link> for information on how to bind these commands to
|
Keybindings</link> for information on how to bind these commands to
|
||||||
keystrokes.
|
keystrokes.
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Present previous chat room messages:
|
Present previous chat room messages:
|
||||||
<keyseq><key>Orca Modifier</key><key>F1</key></keyseq> through <key>F9</key>
|
<keyseq><key>Cthulhu Modifier</key><key>F1</key></keyseq> through <key>F9</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<info>
|
<info>
|
||||||
<link type="next" xref="commands_where_am_i" />
|
<link type="next" xref="commands_where_am_i" />
|
||||||
<link type="guide" xref="commands#getting_started" />
|
<link type="guide" xref="commands#getting_started" />
|
||||||
<title type="sort">1. Controlling and Learning to Use Orca</title>
|
<title type="sort">1. Controlling and Learning to Use Cthulhu</title>
|
||||||
<title type="link">Controlling and Learning to Use Orca</title>
|
<title type="link">Controlling and Learning to Use Cthulhu</title>
|
||||||
<desc>
|
<desc>
|
||||||
Commands for interacting with <app>Orca</app>
|
Commands for interacting with <app>Cthulhu</app>
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -15,26 +15,26 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Controlling and Learning to Use Orca</title>
|
<title>Controlling and Learning to Use Cthulhu</title>
|
||||||
<section id="controlling">
|
<section id="controlling">
|
||||||
<title>Commands for Controlling <app>Orca</app></title>
|
<title>Commands for Controlling <app>Cthulhu</app></title>
|
||||||
<p>
|
<p>
|
||||||
The following commands can be used to get into <app>Orca</app>'s
|
The following commands can be used to get into <app>Cthulhu</app>'s
|
||||||
Preferences dialogs, toggle <app>Orca</app> on and off, and bypass
|
Preferences dialogs, toggle <app>Cthulhu</app> on and off, and bypass
|
||||||
<app>Orca</app> commands to avoid shortcut conflicts within the
|
<app>Cthulhu</app> commands to avoid shortcut conflicts within the
|
||||||
application being accessed.
|
application being accessed.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Toggle <app>Orca</app> on and off in GNOME:
|
Toggle <app>Cthulhu</app> on and off in GNOME:
|
||||||
<keyseq><key>Super</key><key>Alt</key><key>S</key></keyseq>.
|
<keyseq><key>Super</key><key>Alt</key><key>S</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<p>
|
<p>
|
||||||
If you are using <app>Orca</app> in another desktop environment in which
|
If you are using <app>Cthulhu</app> in another desktop environment in which
|
||||||
there is no command to toggle <app>Orca</app> on and off, you may find the
|
there is no command to toggle <app>Cthulhu</app> on and off, you may find the
|
||||||
command to quit <app>Orca</app> helpful. This command is unbound by default.
|
command to quit <app>Cthulhu</app> helpful. This command is unbound by default.
|
||||||
Please see <link xref="howto_key_bindings">Modifying Keybindings</link> for
|
Please see <link xref="howto_key_bindings">Modifying Keybindings</link> for
|
||||||
information on how to bind unbound commands.
|
information on how to bind unbound commands.
|
||||||
</p>
|
</p>
|
||||||
@ -42,37 +42,37 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<link xref="preferences">Orca Preferences</link> dialog:
|
<link xref="preferences">Cthulhu Preferences</link> dialog:
|
||||||
<keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Orca's Preferences dialog for the focused application:
|
Cthulhu's Preferences dialog for the focused application:
|
||||||
<keyseq><key>Ctrl</key><key>Orca Modifier</key><key>Space</key></keyseq>.
|
<keyseq><key>Ctrl</key><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Pass the next command on to the current application:
|
Pass the next command on to the current application:
|
||||||
<keyseq><key>Orca Modifier</key><key>BackSpace</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>BackSpace</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
</section>
|
</section>
|
||||||
<section id="learning">
|
<section id="learning">
|
||||||
<title>Commands for Learning to Use <app>Orca</app></title>
|
<title>Commands for Learning to Use <app>Cthulhu</app></title>
|
||||||
<p>
|
<p>
|
||||||
In Learn Mode, <app>Orca</app> will announce each keystroke you pressed
|
In Learn Mode, <app>Cthulhu</app> will announce each keystroke you pressed
|
||||||
along with any associated <app>Orca</app> command that keystroke is bound
|
along with any associated <app>Cthulhu</app> command that keystroke is bound
|
||||||
to. In this mode, you can also get a list of shortcuts containing all the
|
to. In this mode, you can also get a list of shortcuts containing all the
|
||||||
<app>Orca</app> commands you can use.
|
<app>Cthulhu</app> commands you can use.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Enter Learn Mode:
|
Enter Learn Mode:
|
||||||
<keyseq><key>Orca Modifier</key><key>H</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>H</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<link type="next" xref="commands_mouse" />
|
<link type="next" xref="commands_mouse" />
|
||||||
<link type="guide" xref="commands#reviewing_screen_contents" />
|
<link type="guide" xref="commands#reviewing_screen_contents" />
|
||||||
<link type="seealso" xref="howto_cthulhu_find" />
|
<link type="seealso" xref="howto_cthulhu_find" />
|
||||||
<title type="sort">2. Orca Find</title>
|
<title type="sort">2. Cthulhu Find</title>
|
||||||
<title type="link">Orca Find</title>
|
<title type="link">Cthulhu Find</title>
|
||||||
<desc>
|
<desc>
|
||||||
Commands for searching window contents
|
Commands for searching window contents
|
||||||
</desc>
|
</desc>
|
||||||
@ -16,21 +16,21 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Orca Find Commands</title>
|
<title>Cthulhu Find Commands</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s <link xref="howto_cthulhu_find">Find feature</link> allows
|
<app>Cthulhu</app>'s <link xref="howto_cthulhu_find">Find feature</link> allows
|
||||||
you to search the <link xref="howto_flat_review">Flat Review</link> context
|
you to search the <link xref="howto_flat_review">Flat Review</link> context
|
||||||
for elements located within the current window.
|
for elements located within the current window.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>Open the <app>Orca</app> Find dialog:</p>
|
<p>Open the <app>Cthulhu</app> Find dialog:</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>Desktop: <keyseq><key>KP Delete</key></keyseq></p>
|
<p>Desktop: <keyseq><key>KP Delete</key></keyseq></p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Laptop: <keyseq><key>Orca Modifier</key><key>Left Bracket</key></keyseq></p>
|
<p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Left Bracket</key></keyseq></p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
@ -40,13 +40,13 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Desktop:
|
Desktop:
|
||||||
<keyseq><key>Orca Modifier</key><key>KP Delete</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>KP Delete</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop:
|
Laptop:
|
||||||
<keyseq><key>Orca Modifier</key><key>Right Bracket</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Right Bracket</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Desktop:
|
Desktop:
|
||||||
<keyseq>
|
<keyseq>
|
||||||
<key>Orca Modifier</key><key>Shift</key><key>KP Delete</key>
|
<key>Cthulhu Modifier</key><key>Shift</key><key>KP Delete</key>
|
||||||
</keyseq>
|
</keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -66,7 +66,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Laptop:
|
Laptop:
|
||||||
<keyseq>
|
<keyseq>
|
||||||
<key>Orca Modifier</key><key>Ctrl</key><key>Right Bracket</key>
|
<key>Cthulhu Modifier</key><key>Ctrl</key><key>Right Bracket</key>
|
||||||
</keyseq>
|
</keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Flat Review Commands</title>
|
<title>Flat Review Commands</title>
|
||||||
<p>
|
<p>
|
||||||
Orca's <link xref="howto_flat_review">Flat Review</link> commands are
|
Cthulhu's <link xref="howto_flat_review">Flat Review</link> commands are
|
||||||
designed for spatially reviewing elements displayed on the screen. They
|
designed for spatially reviewing elements displayed on the screen. They
|
||||||
also provide a means for reading the current line, word, and character
|
also provide a means for reading the current line, word, and character
|
||||||
when navigating in the text of a document. Most of these commands are
|
when navigating in the text of a document. Most of these commands are
|
||||||
@ -31,46 +31,46 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>First line (The "home" position):</p>
|
<p>First line (The "home" position):</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 7</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 7</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>U</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>U</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Previous line:</p>
|
<p>Previous line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 7</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 7</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>U</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>U</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Current line:</p>
|
<p>Current line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>I</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>I</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Spell current line:</p>
|
<item><p>Spell current line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq> (double-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq> (double-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>I</key></keyseq> (double-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>I</key></keyseq> (double-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Phonetically spell current line:</p>
|
<item><p>Phonetically spell current line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 8</key></keyseq> (triple-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>I</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>I</key></keyseq> (triple-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Next line:</p>
|
<item><p>Next line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 9</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 9</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>O</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>O</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Last line (The "end" position):</p>
|
<item><p>Last line (The "end" position):</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 9</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 9</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>O</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>O</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -80,44 +80,44 @@
|
|||||||
<list>
|
<list>
|
||||||
<item><p>Word above:</p>
|
<item><p>Word above:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 4</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 4</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>J</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>J</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Previous word:</p>
|
<item><p>Previous word:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 4</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 4</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>J</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>J</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Current word:</p>
|
<item><p>Current word:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Spell current word:</p>
|
<item><p>Spell current word:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq> (double-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq> (double-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq> (double-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq> (double-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Phonetically spell current word:</p>
|
<item><p>Phonetically spell current word:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 5</key></keyseq> (triple-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq> (triple-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Next word:</p>
|
<item><p>Next word:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 6</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 6</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>L</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>L</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Word below:</p>
|
<item><p>Word below:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 6</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 6</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>L</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>L</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -128,37 +128,37 @@
|
|||||||
<item><p>Previous character:</p>
|
<item><p>Previous character:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 1</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 1</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>M</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>M</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Current character:</p>
|
<item><p>Current character:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Phonetically speak current character:</p>
|
<item><p>Phonetically speak current character:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq> (double-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq> (double-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq> (double-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq> (double-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Speak Unicode value of current character:</p>
|
<item><p>Speak Unicode value of current character:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Desktop: <keyseq><key>KP 2</key></keyseq> (triple-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq> (triple-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq> (triple-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Next character:</p>
|
<item><p>Next character:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP 3</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP 3</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Period</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Period</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Last character on current line:</p>
|
<item><p>Last character on current line:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 1</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 1</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>M</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>M</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -168,20 +168,20 @@
|
|||||||
<list>
|
<list>
|
||||||
<item><p>Toggle flat review (refreshes the flat review context):</p>
|
<item><p>Toggle flat review (refreshes the flat review context):</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP Subtract</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP Subtract</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>P</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>P</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Review current item/widget:</p>
|
<item><p>Review current item/widget:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP 5</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP 5</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Ctrl</key><key>K</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Ctrl</key><key>K</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item><p>Use Say All to review the current dialog or window:</p>
|
<item><p>Use Say All to review the current dialog or window:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <key>KP Plus</key> (double-clicked)</p></item>
|
<item><p>Desktop: <key>KP Plus</key> (double-clicked)</p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>Semicolon</key></keyseq> (double-clicked)</p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Semicolon</key></keyseq> (double-clicked)</p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Monitor live regions:
|
Monitor live regions:
|
||||||
<keyseq><key>Orca Modifier</key><key>Shift</key><key>Backslash</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Shift</key><key>Backslash</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Review live region announcements:
|
Review live region announcements:
|
||||||
<keyseq><key>Orca Modifier</key><key>F1</key></keyseq> through <key>F9</key>
|
<keyseq><key>Cthulhu Modifier</key><key>F1</key></keyseq> through <key>F9</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Mouse/Pointer-Related Commands</title>
|
<title>Mouse/Pointer-Related Commands</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> provides several commands which can be used to manipulate
|
<app>Cthulhu</app> provides several commands which can be used to manipulate
|
||||||
the mouse pointer and read the contents under it. All of the commands are
|
the mouse pointer and read the contents under it. All of the commands are
|
||||||
"bound" to keystrokes with one exception: Toggling Mouse Review Mode.
|
"bound" to keystrokes with one exception: Toggling Mouse Review Mode.
|
||||||
Please see <link xref="howto_key_bindings">Modifying Keybindings</link>
|
Please see <link xref="howto_key_bindings">Modifying Keybindings</link>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"KP" keys are located on the numeric keypad. You will also notice that
|
"KP" keys are located on the numeric keypad. You will also notice that
|
||||||
there are different keystrokes depending upon whether you are using a
|
there are different keystrokes depending upon whether you are using a
|
||||||
desktop or a laptop -- or more accurately, whether you are using
|
desktop or a laptop -- or more accurately, whether you are using
|
||||||
<app>Orca</app>'s Desktop keyboard layout or its Laptop keyboard layout.
|
<app>Cthulhu</app>'s Desktop keyboard layout or its Laptop keyboard layout.
|
||||||
For additional information, please see the
|
For additional information, please see the
|
||||||
<link xref="howto_keyboard_layout">Keyboard Layout</link> topic.
|
<link xref="howto_keyboard_layout">Keyboard Layout</link> topic.
|
||||||
</p>
|
</p>
|
||||||
@ -41,28 +41,28 @@
|
|||||||
<p>Left-click on current item:</p>
|
<p>Left-click on current item:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP Divide</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP Divide</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>7</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>7</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Right-click on current item:</p>
|
<p>Right-click on current item:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>KP Multiply</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>KP Multiply</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>8</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>8</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Route pointer to current item:</p>
|
<p>Route pointer to current item:</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP Divide</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP Divide</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>9</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>9</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Move focus into or away from the current mouse over (web only):</p>
|
<p>Move focus into or away from the current mouse over (web only):</p>
|
||||||
<list>
|
<list>
|
||||||
<item><p>Desktop: <keyseq><key>Orca Modifier</key><key>KP Multiply</key></keyseq></p></item>
|
<item><p>Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP Multiply</key></keyseq></p></item>
|
||||||
<item><p>Laptop: <keyseq><key>Orca Modifier</key><key>0</key></keyseq></p></item>
|
<item><p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>0</key></keyseq></p></item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<title>Reading Commands</title>
|
<title>Reading Commands</title>
|
||||||
<p>
|
<p>
|
||||||
In addition to the caret navigation commands which are part of GNOME,
|
In addition to the caret navigation commands which are part of GNOME,
|
||||||
<app>Orca</app> provides a number of commands which you can use to read a
|
<app>Cthulhu</app> provides a number of commands which you can use to read a
|
||||||
document.
|
document.
|
||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"KP" keys are located on the numeric keypad. You will also notice that
|
"KP" keys are located on the numeric keypad. You will also notice that
|
||||||
there are different keystrokes depending upon whether you are using a
|
there are different keystrokes depending upon whether you are using a
|
||||||
desktop or a laptop -- or more accurately, whether you are using
|
desktop or a laptop -- or more accurately, whether you are using
|
||||||
<app>Orca</app>'s Desktop keyboard layout or its Laptop keyboard layout.
|
<app>Cthulhu</app>'s Desktop keyboard layout or its Laptop keyboard layout.
|
||||||
For additional information, please see the
|
For additional information, please see the
|
||||||
<link xref="howto_keyboard_layout">Keyboard Layout</link> topic.
|
<link xref="howto_keyboard_layout">Keyboard Layout</link> topic.
|
||||||
</p>
|
</p>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<section id="flat_review">
|
<section id="flat_review">
|
||||||
<title>Reading Your Current Location</title>
|
<title>Reading Your Current Location</title>
|
||||||
<p>
|
<p>
|
||||||
The following <app>Orca</app> <link xref="commands_flat_review">Flat
|
The following <app>Cthulhu</app> <link xref="commands_flat_review">Flat
|
||||||
Review Commands</link> can be used to read your current location:
|
Review Commands</link> can be used to read your current location:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>I</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>I</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>K</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>K</key></keyseq>
|
||||||
(triple-clicked)
|
(triple-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -114,7 +114,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -145,7 +145,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Comma</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Comma</key></keyseq>
|
||||||
(triple-clicked)
|
(triple-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<section id="say_all">
|
<section id="say_all">
|
||||||
<title>Say All</title>
|
<title>Say All</title>
|
||||||
<p>
|
<p>
|
||||||
Orca's Say All command will cause <app>Orca</app> to speak the
|
Cthulhu's Say All command will cause <app>Cthulhu</app> to speak the
|
||||||
entire document beginning from your current location.
|
entire document beginning from your current location.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -165,7 +165,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Semicolon</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Semicolon</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -173,10 +173,10 @@
|
|||||||
<section id="attributes_and_selection">
|
<section id="attributes_and_selection">
|
||||||
<title>Text Attributes and Selected Text</title>
|
<title>Text Attributes and Selected Text</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> has a dedicated command for obtaining the attributes of the
|
<app>Cthulhu</app> has a dedicated command for obtaining the attributes of the
|
||||||
text at the caret location. In addition, if you use <app>Orca</app>'s
|
text at the caret location. In addition, if you use <app>Cthulhu</app>'s
|
||||||
Where Am I commands from within a text object in which text has been
|
Where Am I commands from within a text object in which text has been
|
||||||
selected, <app>Orca</app> will announce the selected text. <app>Orca</app>'s
|
selected, <app>Cthulhu</app> will announce the selected text. <app>Cthulhu</app>'s
|
||||||
command to speak the current selection will also perform this function in a
|
command to speak the current selection will also perform this function in a
|
||||||
text object.
|
text object.
|
||||||
</p>
|
</p>
|
||||||
@ -184,7 +184,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Present the text attributes:
|
Present the text attributes:
|
||||||
<keyseq><key>Orca Modifier</key><key>F</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>F</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -197,7 +197,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Return</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Return</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Return</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Return</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -221,7 +221,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Speak current selection:
|
Speak current selection:
|
||||||
<keyseq><key>Orca Modifier</key><key>Shift</key><key>Up</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Shift</key><key>Up</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -229,10 +229,10 @@
|
|||||||
<section id="link_details">
|
<section id="link_details">
|
||||||
<title>Link Details</title>
|
<title>Link Details</title>
|
||||||
<p>
|
<p>
|
||||||
If you are on a link, <app>Orca</app>'s Basic Where Am I command can be
|
If you are on a link, <app>Cthulhu</app>'s Basic Where Am I command can be
|
||||||
used to announce the details associated with the link such as the link type,
|
used to announce the details associated with the link such as the link type,
|
||||||
if the link is visited, the site description, and file size. If you would
|
if the link is visited, the site description, and file size. If you would
|
||||||
instead prefer a dedicated command for this purpose, you can bind <app>Orca</app>'s
|
instead prefer a dedicated command for this purpose, you can bind <app>Cthulhu</app>'s
|
||||||
Speak Link Details command to a keystroke. Please see <link xref="howto_key_bindings">
|
Speak Link Details command to a keystroke. Please see <link xref="howto_key_bindings">
|
||||||
Modifying Keybindings</link> for information on how to do so.
|
Modifying Keybindings</link> for information on how to do so.
|
||||||
</p>
|
</p>
|
||||||
@ -245,26 +245,26 @@
|
|||||||
<section id="browse_and_focus_modes">
|
<section id="browse_and_focus_modes">
|
||||||
<title>Browse and Focus Modes</title>
|
<title>Browse and Focus Modes</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Browse and Focus modes let you switch between reading and
|
<app>Cthulhu</app>'s Browse and Focus modes let you switch between reading and
|
||||||
interacting with web content.
|
interacting with web content.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Switch between browse mode and focus mode:
|
Switch between browse mode and focus mode:
|
||||||
<keyseq><key>Orca Modifier</key><key>A</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Enable sticky focus mode:
|
Enable sticky focus mode:
|
||||||
<keyseq><key>Orca Modifier</key><key>A</key></keyseq> (double-clicked)
|
<keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq> (double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Enable sticky browse mode:
|
Enable sticky browse mode:
|
||||||
<keyseq><key>Orca Modifier</key><key>A</key></keyseq> (triple-clicked)
|
<keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq> (triple-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -272,14 +272,14 @@
|
|||||||
<section id="toggling_layout_mode">
|
<section id="toggling_layout_mode">
|
||||||
<title>Toggling Layout Mode</title>
|
<title>Toggling Layout Mode</title>
|
||||||
<p>
|
<p>
|
||||||
When Layout mode is enabled, <app>Orca</app>'s caret navigation will respect
|
When Layout mode is enabled, <app>Cthulhu</app>'s caret navigation will respect
|
||||||
the on-screen layout of the content and present the full line, including any
|
the on-screen layout of the content and present the full line, including any
|
||||||
links or form fields on that line. When Layout mode is disabled, <app>Orca</app>
|
links or form fields on that line. When Layout mode is disabled, <app>Cthulhu</app>
|
||||||
will treat objects such as links and form fields as if they were on separate
|
will treat objects such as links and form fields as if they were on separate
|
||||||
lines, both for presentation and navigation.
|
lines, both for presentation and navigation.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> provides a command to switch between Layout mode and Object mode.
|
<app>Cthulhu</app> provides a command to switch between Layout mode and Object mode.
|
||||||
This command is unbound by default. Please see <link xref="howto_key_bindings">Modifying
|
This command is unbound by default. Please see <link xref="howto_key_bindings">Modifying
|
||||||
Keybindings</link> for information on how to bind unbound commands.
|
Keybindings</link> for information on how to bind unbound commands.
|
||||||
</p>
|
</p>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title type="sort">2. Speech Settings</title>
|
<title type="sort">2. Speech Settings</title>
|
||||||
<title type="link">Speech</title>
|
<title type="link">Speech</title>
|
||||||
<desc>
|
<desc>
|
||||||
Commands for customizing <app>Orca</app>'s output
|
Commands for customizing <app>Cthulhu</app>'s output
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Speech Settings Commands</title>
|
<title>Speech Settings Commands</title>
|
||||||
<p>
|
<p>
|
||||||
The following commands can be used to customize <app>Orca</app>'s
|
The following commands can be used to customize <app>Cthulhu</app>'s
|
||||||
speech output. You will notice that a number of these commands are
|
speech output. You will notice that a number of these commands are
|
||||||
"unbound." Please see <link xref="howto_key_bindings">Modifying
|
"unbound." Please see <link xref="howto_key_bindings">Modifying
|
||||||
Keybindings</link> for information on how to bind these commands
|
Keybindings</link> for information on how to bind these commands
|
||||||
@ -27,19 +27,19 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Enable/disable speech: <keyseq><key>Orca Modifier</key><key>S</key></keyseq>
|
Enable/disable speech: <keyseq><key>Cthulhu Modifier</key><key>S</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Toggle between cell and row reading in a table:
|
Toggle between cell and row reading in a table:
|
||||||
<keyseq><key>Orca Modifier</key><key>F11</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>F11</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Toggle between verbose and brief verbosity levels:
|
Toggle between verbose and brief verbosity levels:
|
||||||
<keyseq><key>Orca Modifier</key><key>V</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>V</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
<title>Structural Navigation Commands</title>
|
<title>Structural Navigation Commands</title>
|
||||||
<p>
|
<p>
|
||||||
The following commands can be used to navigate by headings, links,
|
The following commands can be used to navigate by headings, links,
|
||||||
and other elements found in applications for which <app>Orca</app>
|
and other elements found in applications for which <app>Cthulhu</app>
|
||||||
provides structural navigation support.
|
provides structural navigation support.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Enable/disable Structural Navigation keys:
|
Enable/disable Structural Navigation keys:
|
||||||
<keyseq><key>Orca Modifier</key><key>Z</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Z</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Table Navigation Commands</title>
|
<title>Table Navigation Commands</title>
|
||||||
<p>
|
<p>
|
||||||
Orca's support for navigation by table cell is part of its
|
Cthulhu's support for navigation by table cell is part of its
|
||||||
<link xref="commands_structural_navigation#tables">Structural Navigation
|
<link xref="commands_structural_navigation#tables">Structural Navigation
|
||||||
commands</link>. In addition you can:
|
commands</link>. In addition you can:
|
||||||
</p>
|
</p>
|
||||||
@ -26,31 +26,31 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Set dynamic row headers to current column:
|
Set dynamic row headers to current column:
|
||||||
<keyseq><key>Orca Modifier</key><key>C</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>C</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Set dynamic column headers to current row:
|
Set dynamic column headers to current row:
|
||||||
<keyseq><key>Orca Modifier</key><key>R</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>R</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Clear dynamic row headers:
|
Clear dynamic row headers:
|
||||||
<keyseq><key>Orca Modifier</key><key>C</key></keyseq> (double-clicked)
|
<keyseq><key>Cthulhu Modifier</key><key>C</key></keyseq> (double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Clear dynamic column headers:
|
Clear dynamic column headers:
|
||||||
<keyseq><key>Orca Modifier</key><key>R</key></keyseq> (double-clicked)
|
<keyseq><key>Cthulhu Modifier</key><key>R</key></keyseq> (double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Toggle between cell and row reading in a table:
|
Toggle between cell and row reading in a table:
|
||||||
<keyseq><key>Orca Modifier</key><key>F11</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>F11</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
|
@ -26,12 +26,12 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Present the time: <keyseq><key>Orca Modifier</key><key>T</key></keyseq>
|
Present the time: <keyseq><key>Cthulhu Modifier</key><key>T</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Present the date: <keyseq><key>Orca Modifier</key><key>T</key></keyseq>
|
Present the date: <keyseq><key>Cthulhu Modifier</key><key>T</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<section id="notifications">
|
<section id="notifications">
|
||||||
<title>Reviewing Notification Messages</title>
|
<title>Reviewing Notification Messages</title>
|
||||||
<p>
|
<p>
|
||||||
Orca has three unbound commands for accessing previously-displayed
|
Cthulhu has three unbound commands for accessing previously-displayed
|
||||||
<link xref="howto_notifications">notification messages</link>. Please
|
<link xref="howto_notifications">notification messages</link>. Please
|
||||||
see <link xref="howto_key_bindings">Modifying Keybindings</link> for
|
see <link xref="howto_key_bindings">Modifying Keybindings</link> for
|
||||||
information on how to bind these commands to keystrokes.
|
information on how to bind these commands to keystrokes.
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Where Am I Commands</title>
|
<title>Where Am I Commands</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Where Am I feature gives you context-sensitive details
|
<app>Cthulhu</app>'s Where Am I feature gives you context-sensitive details
|
||||||
about your present location. For instance, in tables, Where Am I will give
|
about your present location. For instance, in tables, Where Am I will give
|
||||||
you details about the table cell you are in, but in text it will present
|
you details about the table cell you are in, but in text it will present
|
||||||
the current line along with any text which happens to be selected. The full
|
the current line along with any text which happens to be selected. The full
|
||||||
list of what you can expect <app>Orca</app> to present can be found in the
|
list of what you can expect <app>Cthulhu</app> to present can be found in the
|
||||||
<link xref="howto_whereami">Introduction to Where Am I</link>.
|
<link xref="howto_whereami">Introduction to Where Am I</link>.
|
||||||
</p>
|
</p>
|
||||||
<p><app>Orca</app> provides the following Where Am I commands:</p>
|
<p><app>Cthulhu</app> provides the following Where Am I commands:</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>Perform basic Where Am I:</p>
|
<p>Perform basic Where Am I:</p>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<p>Desktop: <key>KP Enter</key></p>
|
<p>Desktop: <key>KP Enter</key></p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Laptop: <keyseq><key>Orca Modifier</key><key>Return</key></keyseq></p>
|
<p>Laptop: <keyseq><key>Cthulhu Modifier</key><key>Return</key></keyseq></p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
</item>
|
</item>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Return</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Return</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
In addition to the dedicated Where Am I commands, <app>Orca</app> has
|
In addition to the dedicated Where Am I commands, <app>Cthulhu</app> has
|
||||||
additional commands related to obtaining information about your present location:
|
additional commands related to obtaining information about your present location:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -63,12 +63,12 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Desktop: <keyseq><key>Orca Modifier</key><key>KP Enter</key></keyseq>
|
Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP Enter</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Slash</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Slash</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -78,13 +78,13 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Desktop: <keyseq><key>Orca Modifier</key><key>KP Enter</key></keyseq>
|
Desktop: <keyseq><key>Cthulhu Modifier</key><key>KP Enter</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Laptop: <keyseq><key>Orca Modifier</key><key>Slash</key></keyseq>
|
Laptop: <keyseq><key>Cthulhu Modifier</key><key>Slash</key></keyseq>
|
||||||
(double-clicked)
|
(double-clicked)
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Bookmarks</title>
|
<title>Bookmarks</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Bookmarks support allows you to indicate that an object
|
<app>Cthulhu</app>'s Bookmarks support allows you to indicate that an object
|
||||||
is of interest. It includes the following features:
|
is of interest. It includes the following features:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<p>
|
<p>
|
||||||
You are not limited to a single object: You can set up to six bookmarks
|
You are not limited to a single object: You can set up to six bookmarks
|
||||||
per environment. You can also save bookmarks so that they will persist
|
per environment. You can also save bookmarks so that they will persist
|
||||||
from Orca session to Orca session.
|
from Cthulhu session to Cthulhu session.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<info>
|
<info>
|
||||||
<link type="guide" xref="index#reviewing"/>
|
<link type="guide" xref="index#reviewing"/>
|
||||||
<link type="next" xref="howto_mouse_review" />
|
<link type="next" xref="howto_mouse_review" />
|
||||||
<title type="sort">3. Orca Find</title>
|
<title type="sort">3. Cthulhu Find</title>
|
||||||
<desc>Searching a window for objects</desc>
|
<desc>Searching a window for objects</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -12,17 +12,17 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Orca Find</title>
|
<title>Cthulhu Find</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Find feature is a
|
<app>Cthulhu</app>'s Find feature is a
|
||||||
<link xref="howto_flat_review">Flat-Review</link>-based search designed to
|
<link xref="howto_flat_review">Flat-Review</link>-based search designed to
|
||||||
help you quickly locate objects that are visible on-screen within the
|
help you quickly locate objects that are visible on-screen within the
|
||||||
current window.
|
current window.
|
||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<title>Activating Orca Find</title>
|
<title>Activating Cthulhu Find</title>
|
||||||
<p>
|
<p>
|
||||||
To open the Orca <gui>Find</gui> dialog, use the following command based
|
To open the Cthulhu <gui>Find</gui> dialog, use the following command based
|
||||||
on your chosen <link xref="howto_keyboard_layout">keyboard layout</link>:
|
on your chosen <link xref="howto_keyboard_layout">keyboard layout</link>:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -31,17 +31,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Laptop:
|
<p>Laptop:
|
||||||
<keyseq><key>Orca Modifier</key><key>Left Bracket</key></keyseq>
|
<keyseq><key>Cthulhu Modifier</key><key>Left Bracket</key></keyseq>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
For a list of additional tasks you can perform, see the
|
For a list of additional tasks you can perform, see the
|
||||||
<link xref="commands_find">Orca Find commands</link>
|
<link xref="commands_find">Cthulhu Find commands</link>
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
<p>
|
<p>
|
||||||
When you activate Orca Find, you will be placed in a dialog box.
|
When you activate Cthulhu Find, you will be placed in a dialog box.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Here you can specify the following items:
|
Here you can specify the following items:
|
||||||
@ -99,7 +99,7 @@
|
|||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
Having performed a search, you can quickly search for the next or previous
|
Having performed a search, you can quickly search for the next or previous
|
||||||
match without having to return to the Orca Find dialog box.
|
match without having to return to the Cthulhu Find dialog box.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Because it is a <link xref="howto_flat_review">Flat Review</link> feature,
|
Because it is a <link xref="howto_flat_review">Flat Review</link> feature,
|
||||||
@ -107,6 +107,6 @@
|
|||||||
matching item or text will become the current review item. Note that focus
|
matching item or text will become the current review item. Note that focus
|
||||||
within the application will not be modified, nor will the caret be
|
within the application will not be modified, nor will the caret be
|
||||||
repositioned. If you need to accomplish either, please see
|
repositioned. If you need to accomplish either, please see
|
||||||
<link xref="commands_mouse">Orca's Mouse/Pointer-Related Commands</link>.
|
<link xref="commands_mouse">Cthulhu's Mouse/Pointer-Related Commands</link>.
|
||||||
</p>
|
</p>
|
||||||
</page>
|
</page>
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
<title>Documents</title>
|
<title>Documents</title>
|
||||||
<p>
|
<p>
|
||||||
To read the contents of any document, use the application's built-in caret
|
To read the contents of any document, use the application's built-in caret
|
||||||
navigation mode. As you navigate within the text of the document, <app>Orca</app>
|
navigation mode. As you navigate within the text of the document, <app>Cthulhu</app>
|
||||||
will present your new location. As a result, you are likely already familiar with
|
will present your new location. As a result, you are likely already familiar with
|
||||||
how to read a document using <app>Orca</app>. For instance:
|
how to read a document using <app>Cthulhu</app>. For instance:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
@ -55,13 +55,13 @@
|
|||||||
<p>
|
<p>
|
||||||
In addition to reading a document by caret navigation, you may find it helpful
|
In addition to reading a document by caret navigation, you may find it helpful
|
||||||
to read, spell, and obtain the Unicode value for the current text. You can do
|
to read, spell, and obtain the Unicode value for the current text. You can do
|
||||||
these things through <app>Orca</app>'s <link xref="howto_flat_review">Flat
|
these things through <app>Cthulhu</app>'s <link xref="howto_flat_review">Flat
|
||||||
Review feature</link>.
|
Review feature</link>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Finally, in order to have <app>Orca</app> speak the entire document from your
|
Finally, in order to have <app>Cthulhu</app> speak the entire document from your
|
||||||
present location, use the Say All command. It, along with a more complete
|
present location, use the Say All command. It, along with a more complete
|
||||||
listing of <app>Orca</app>'s commands for accessing document text, can
|
listing of <app>Cthulhu</app>'s commands for accessing document text, can
|
||||||
be found in the <link xref="commands_reading">Reading Commands</link> guide.
|
be found in the <link xref="commands_reading">Reading Commands</link> guide.
|
||||||
</p>
|
</p>
|
||||||
</page>
|
</page>
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Flat Review</title>
|
<title>Flat Review</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Flat Review feature allows you to spatially review the
|
<app>Cthulhu</app>'s Flat Review feature allows you to spatially review the
|
||||||
contents, both text and widgets, of the active window. In this mode,
|
contents, both text and widgets, of the active window. In this mode,
|
||||||
<app>Orca</app> treats the window as if it were a two-dimensional sheet of
|
<app>Cthulhu</app> treats the window as if it were a two-dimensional sheet of
|
||||||
text, eliminating any notion of widget hierarchy or other logical grouping
|
text, eliminating any notion of widget hierarchy or other logical grouping
|
||||||
within the window.
|
within the window.
|
||||||
</p>
|
</p>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<link xref="commands_flat_review">navigated</link> by line, by word, by
|
<link xref="commands_flat_review">navigated</link> by line, by word, by
|
||||||
character, and by object. In addition, you can perform a left-click or
|
character, and by object. In addition, you can perform a left-click or
|
||||||
right-click on the object being reviewed. Finally, you can use
|
right-click on the object being reviewed. Finally, you can use
|
||||||
<link xref="howto_cthulhu_find">Orca Find</link>, a Flat-Review-based feature
|
<link xref="howto_cthulhu_find">Cthulhu Find</link>, a Flat-Review-based feature
|
||||||
to search the active window's contents.
|
to search the active window's contents.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Finally, Flat Review by its nature is a mode that cannot be used at the same
|
Finally, Flat Review by its nature is a mode that cannot be used at the same
|
||||||
time that <app>Orca</app> is tracking focus. Thus if you are in Flat Review
|
time that <app>Cthulhu</app> is tracking focus. Thus if you are in Flat Review
|
||||||
and then use the application's navigation commands to move the caret or to
|
and then use the application's navigation commands to move the caret or to
|
||||||
give focus to another object, you will automatically leave Flat Review.
|
give focus to another object, you will automatically leave Flat Review.
|
||||||
</p>
|
</p>
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Filling out forms</title>
|
<title>Filling out forms</title>
|
||||||
<p>
|
<p>
|
||||||
When interacting with web pages and other documents using <app>Orca</app>,
|
When interacting with web pages and other documents using <app>Cthulhu</app>,
|
||||||
you are interacting with the document itself; not a buffered copy of that
|
you are interacting with the document itself; not a buffered copy of that
|
||||||
document. <app>Orca</app>'s browse and focus modes let you switch between
|
document. <app>Cthulhu</app>'s browse and focus modes let you switch between
|
||||||
reading and filling out forms.
|
reading and filling out forms.
|
||||||
</p>
|
</p>
|
||||||
<section id="navigating_amongst_form_fields">
|
<section id="navigating_amongst_form_fields">
|
||||||
@ -35,7 +35,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Use <app>Orca</app>'s <link xref="commands_structural_navigation#forms">
|
Use <app>Cthulhu</app>'s <link xref="commands_structural_navigation#forms">
|
||||||
structural navigation commands for forms</link>.
|
structural navigation commands for forms</link>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -48,9 +48,9 @@
|
|||||||
</list>
|
</list>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<p>
|
<p>
|
||||||
In order to use <app>Orca</app>'s caret navigation or structural navigation
|
In order to use <app>Cthulhu</app>'s caret navigation or structural navigation
|
||||||
commands to navigate to a form field, you must be in browse mode. If you are
|
commands to navigate to a form field, you must be in browse mode. If you are
|
||||||
in focus mode, you can switch to browse mode by pressing <keyseq><key>Orca
|
in focus mode, you can switch to browse mode by pressing <keyseq><key>Cthulhu
|
||||||
Modifier</key><key>A</key></keyseq>.
|
Modifier</key><key>A</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Use <app>Orca</app>'s <link xref="commands_structural_navigation#forms">
|
Use <app>Cthulhu</app>'s <link xref="commands_structural_navigation#forms">
|
||||||
structural navigation commands for forms</link> to move to the next or
|
structural navigation commands for forms</link> to move to the next or
|
||||||
previous form field.
|
previous form field.
|
||||||
</p>
|
</p>
|
||||||
@ -84,9 +84,9 @@
|
|||||||
</list>
|
</list>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<p>
|
<p>
|
||||||
In order to use <app>Orca</app>'s caret navigation or structural navigation
|
In order to use <app>Cthulhu</app>'s caret navigation or structural navigation
|
||||||
commands to exit a form field, you must be in browse mode. If you are in
|
commands to exit a form field, you must be in browse mode. If you are in
|
||||||
focus mode, you can switch to browse mode by pressing <keyseq><key>Orca
|
focus mode, you can switch to browse mode by pressing <keyseq><key>Cthulhu
|
||||||
Modifier</key><key>A</key></keyseq>.
|
Modifier</key><key>A</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
|
@ -14,15 +14,15 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Keybindings</title>
|
<title>Keybindings</title>
|
||||||
<p>
|
<p>
|
||||||
Orca has many commands, some of which are bound to a keystroke, others
|
Cthulhu has many commands, some of which are bound to a keystroke, others
|
||||||
of which are unbound. You can bind, rebind, and unbind <app>Orca</app>'s
|
of which are unbound. You can bind, rebind, and unbind <app>Cthulhu</app>'s
|
||||||
commands by following the steps below.</p>
|
commands by following the steps below.</p>
|
||||||
<steps>
|
<steps>
|
||||||
<title>Binding an Unbound Command</title>
|
<title>Binding an Unbound Command</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog
|
||||||
by pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
by pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -58,8 +58,8 @@
|
|||||||
<title>Changing Existing Bindings</title>
|
<title>Changing Existing Bindings</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog by
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog by
|
||||||
pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -90,8 +90,8 @@
|
|||||||
<title>Restoring Original Bindings</title>
|
<title>Restoring Original Bindings</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog by
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog by
|
||||||
pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -111,8 +111,8 @@
|
|||||||
<title>Unbinding Bound Commands</title>
|
<title>Unbinding Bound Commands</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog by
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog by
|
||||||
pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -14,19 +14,19 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Keyboard Layout</title>
|
<title>Keyboard Layout</title>
|
||||||
<p>
|
<p>
|
||||||
Orca has two keyboard layouts: Desktop (i.e. with a numeric keypad) and
|
Cthulhu has two keyboard layouts: Desktop (i.e. with a numeric keypad) and
|
||||||
Laptop. The layout you choose impacts which key is used as the Orca Modifier.
|
Laptop. The layout you choose impacts which key is used as the Cthulhu Modifier.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
If you are using the Laptop layout, the default Orca Modifier will be
|
If you are using the Laptop layout, the default Cthulhu Modifier will be
|
||||||
<key>CapsLock</key>
|
<key>CapsLock</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
If you are using the Desktop layout, the Orca Modifier will be both
|
If you are using the Desktop layout, the Cthulhu Modifier will be both
|
||||||
<key>Insert</key> and <key>KP_Insert</key>, the latter being the
|
<key>Insert</key> and <key>KP_Insert</key>, the latter being the
|
||||||
same key as <key>KP_0</key>.
|
same key as <key>KP_0</key>.
|
||||||
</p>
|
</p>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
The layout also determines the keystrokes associated with a number of
|
The layout also determines the keystrokes associated with a number of
|
||||||
<app>Orca</app>'s commands, especially in the areas of Flat Review,
|
<app>Cthulhu</app>'s commands, especially in the areas of Flat Review,
|
||||||
Where Am I, and Say All.
|
Where Am I, and Say All.
|
||||||
</p>
|
</p>
|
||||||
<steps>
|
<steps>
|
||||||
@ -43,8 +43,8 @@
|
|||||||
</title>
|
</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog
|
||||||
by pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>.
|
by pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<link type="next" xref="howto_keyboard_layout" />
|
<link type="next" xref="howto_keyboard_layout" />
|
||||||
<title type="sort">5. Learn Mode</title>
|
<title type="sort">5. Learn Mode</title>
|
||||||
<desc>
|
<desc>
|
||||||
Discovering <app>Orca</app>'s commands
|
Discovering <app>Cthulhu</app>'s commands
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -16,22 +16,22 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Learn Mode</title>
|
<title>Learn Mode</title>
|
||||||
<p>
|
<p>
|
||||||
In Learn Mode, <app>Orca</app> will announce each keystroke you pressed
|
In Learn Mode, <app>Cthulhu</app> will announce each keystroke you pressed
|
||||||
along with any associated <app>Orca</app> command that keystroke is bound
|
along with any associated <app>Cthulhu</app> command that keystroke is bound
|
||||||
to. In this mode, you can also get a list of shortcuts containing all the
|
to. In this mode, you can also get a list of shortcuts containing all the
|
||||||
<app>Orca</app> commands you can use.
|
<app>Cthulhu</app> commands you can use.
|
||||||
</p>
|
</p>
|
||||||
<steps>
|
<steps>
|
||||||
<title>Using Learn Mode</title>
|
<title>Using Learn Mode</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into Learn Mode by pressing <keyseq><key>Orca Modifier</key>
|
Get into Learn Mode by pressing <keyseq><key>Cthulhu Modifier</key>
|
||||||
<key>H</key></keyseq>.
|
<key>H</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Press any key or keystroke. <app>Orca</app> will announce the keys and
|
Press any key or keystroke. <app>Cthulhu</app> will announce the keys and
|
||||||
any associated command.
|
any associated command.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -43,14 +43,14 @@
|
|||||||
<title>Getting a List of Shortcuts</title>
|
<title>Getting a List of Shortcuts</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into Learn Mode by pressing <keyseq><key>Orca Modifier</key>
|
Get into Learn Mode by pressing <keyseq><key>Cthulhu Modifier</key>
|
||||||
<key>H</key></keyseq>.
|
<key>H</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Press <key>F2</key> if you want a list of shortcuts that apply
|
Press <key>F2</key> if you want a list of shortcuts that apply
|
||||||
<app>Orca</app>-wide, or press <key>F3</key> if you want a list
|
<app>Cthulhu</app>-wide, or press <key>F3</key> if you want a list
|
||||||
of shortcuts that are specifically for the application with focus.
|
of shortcuts that are specifically for the application with focus.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
|
@ -34,10 +34,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="cthulhu_support">
|
<section id="cthulhu_support">
|
||||||
<title><app>Orca</app>'s Support for Live Regions</title>
|
<title><app>Cthulhu</app>'s Support for Live Regions</title>
|
||||||
<p>
|
<p>
|
||||||
Because you might not agree with the politeness level specified by the
|
Because you might not agree with the politeness level specified by the
|
||||||
author whose page you are viewing, <app>Orca</app> provides a number of
|
author whose page you are viewing, <app>Cthulhu</app> provides a number of
|
||||||
<link xref="commands_live_regions">live region commands</link> which
|
<link xref="commands_live_regions">live region commands</link> which
|
||||||
allow you to modify the level of any or all of the regions on a page.
|
allow you to modify the level of any or all of the regions on a page.
|
||||||
In addition, you can:
|
In addition, you can:
|
||||||
|
@ -14,21 +14,21 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Mouse Review</title>
|
<title>Mouse Review</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Mouse Review feature causes <app>Orca</app> to present
|
<app>Cthulhu</app>'s Mouse Review feature causes <app>Cthulhu</app> to present
|
||||||
the object under the mouse pointer. Unlike <app>Orca</app>'s
|
the object under the mouse pointer. Unlike <app>Cthulhu</app>'s
|
||||||
<link xref="howto_flat_review">Flat Review</link> feature, Mouse Review
|
<link xref="howto_flat_review">Flat Review</link> feature, Mouse Review
|
||||||
is not limited to the active window; instead, <app>Orca</app> will attempt
|
is not limited to the active window; instead, <app>Cthulhu</app> will attempt
|
||||||
to identify what accessible object, if any, is visually under the pointer
|
to identify what accessible object, if any, is visually under the pointer
|
||||||
as you move the mouse. If you have moved the pointer over an accessible
|
as you move the mouse. If you have moved the pointer over an accessible
|
||||||
object with information to present, <app>Orca</app> will present that object
|
object with information to present, <app>Cthulhu</app> will present that object
|
||||||
and its information to you.
|
and its information to you.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Because enabling Mouse Review causes <app>Orca</app> to listen for, and then
|
Because enabling Mouse Review causes <app>Cthulhu</app> to listen for, and then
|
||||||
process, all changes in the position of the Mouse Pointer, this feature is
|
process, all changes in the position of the Mouse Pointer, this feature is
|
||||||
disabled by default. To have it always enabled, check the <gui>Speak object
|
disabled by default. To have it always enabled, check the <gui>Speak object
|
||||||
under mouse</gui> checkbox found on the
|
under mouse</gui> checkbox found on the
|
||||||
<link xref="preferences_general">General page of <app>Orca</app>'s
|
<link xref="preferences_general">General page of <app>Cthulhu</app>'s
|
||||||
Preferences dialog</link>. In addition, you will find an unbound command
|
Preferences dialog</link>. In addition, you will find an unbound command
|
||||||
named <gui>Toggle mouse review mode</gui> on the
|
named <gui>Toggle mouse review mode</gui> on the
|
||||||
<link xref="preferences_key_bindings">Key Bindings page</link> of that same
|
<link xref="preferences_key_bindings">Key Bindings page</link> of that same
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
Because notifications are intended to present information to users without
|
Because notifications are intended to present information to users without
|
||||||
interrupting what the user is doing, these messages tend to appear and
|
interrupting what the user is doing, these messages tend to appear and
|
||||||
disappear relatively quickly. They are also not focusable. While
|
disappear relatively quickly. They are also not focusable. While
|
||||||
<app>Orca</app> will present these messages to you as they come in, it is
|
<app>Cthulhu</app> will present these messages to you as they come in, it is
|
||||||
far too easy to interrupt <app>Orca</app>'s announcement accidentally by
|
far too easy to interrupt <app>Cthulhu</app>'s announcement accidentally by
|
||||||
continuing to type or to change focus. For this reason, <app>Orca</app> has
|
continuing to type or to change focus. For this reason, <app>Cthulhu</app> has
|
||||||
three commands which you can use to access previously-displayed notification
|
three commands which you can use to access previously-displayed notification
|
||||||
messages:
|
messages:
|
||||||
</p>
|
</p>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
Note that the most recently-received message is at the top of the list.
|
Note that the most recently-received message is at the top of the list.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Each of <app>Orca</app>'s notification review commands is unbound by
|
Each of <app>Cthulhu</app>'s notification review commands is unbound by
|
||||||
default. You can bind any or all of them to the shortcut or shortcuts
|
default. You can bind any or all of them to the shortcut or shortcuts
|
||||||
you choose. How to do so is described in the
|
you choose. How to do so is described in the
|
||||||
<link xref="howto_key_bindings">Introduction to Key Bindings</link>.
|
<link xref="howto_key_bindings">Introduction to Key Bindings</link>.
|
||||||
|
@ -14,14 +14,14 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Profiles</title>
|
<title>Profiles</title>
|
||||||
<p>
|
<p>
|
||||||
Orca's profiles allow you to save and load multiple configurations so
|
Cthulhu's profiles allow you to save and load multiple configurations so
|
||||||
that you can quickly access the settings you need.
|
that you can quickly access the settings you need.
|
||||||
</p>
|
</p>
|
||||||
<steps>
|
<steps>
|
||||||
<title>Saving a New Profile</title>
|
<title>Saving a New Profile</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog box.
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog box.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<title>Loading an Existing Profile</title>
|
<title>Loading an Existing Profile</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog box.
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog box.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
<title>Changing the <gui>Start-up Profile</gui></title>
|
<title>Changing the <gui>Start-up Profile</gui></title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog box.
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog box.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -108,7 +108,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>Press the <gui>OK</gui> button. The next time you launch <app>Orca</app>,
|
<p>Press the <gui>OK</gui> button. The next time you launch <app>Cthulhu</app>,
|
||||||
the newly-selected profile will be used.
|
the newly-selected profile will be used.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<link type="seealso" xref="preferences" />
|
<link type="seealso" xref="preferences" />
|
||||||
<link type="guide" xref="index#getting_started" />
|
<link type="guide" xref="index#getting_started" />
|
||||||
<link type="next" xref="howto_the_cthulhu_modifier" />
|
<link type="next" xref="howto_the_cthulhu_modifier" />
|
||||||
<title type="sort">4. Orca Configuration</title>
|
<title type="sort">4. Cthulhu Configuration</title>
|
||||||
<title type="link">Configuration</title>
|
<title type="link">Configuration</title>
|
||||||
<desc>
|
<desc>
|
||||||
Setting up <app>Orca</app>
|
Setting up <app>Cthulhu</app>
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -16,12 +16,12 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Orca Configuration</title>
|
<title>Cthulhu Configuration</title>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you want to configure <app>Orca</app>, get into the
|
If you want to configure <app>Cthulhu</app>, get into the
|
||||||
<link xref="preferences">Preferences</link> dialog by pressing
|
<link xref="preferences">Preferences</link> dialog by pressing
|
||||||
<keyseq><key>Orca Modifier</key><key>Space</key></keyseq> from
|
<keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq> from
|
||||||
within any accessible application. Alternatively, you can type
|
within any accessible application. Alternatively, you can type
|
||||||
<cmd>cthulhu</cmd> followed by either <cmd>-s</cmd> or <cmd>--setup</cmd>
|
<cmd>cthulhu</cmd> followed by either <cmd>-s</cmd> or <cmd>--setup</cmd>
|
||||||
in a terminal window or within the <gui>Run</gui> dialog and then press
|
in a terminal window or within the <gui>Run</gui> dialog and then press
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Structural Navigation</title>
|
<title>Structural Navigation</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Structural Navigation feature allows you to navigate
|
<app>Cthulhu</app>'s Structural Navigation feature allows you to navigate
|
||||||
amongst elements in a document. The types of elements by which you can
|
amongst elements in a document. The types of elements by which you can
|
||||||
navigate include:
|
navigate include:
|
||||||
</p>
|
</p>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<title>Supported Applications</title>
|
<title>Supported Applications</title>
|
||||||
<p>
|
<p>
|
||||||
Currently, Structural Navigation is fully implemented for web content,
|
Currently, Structural Navigation is fully implemented for web content,
|
||||||
including the help content you are reading now. <app>Orca</app>'s
|
including the help content you are reading now. <app>Cthulhu</app>'s
|
||||||
Structural Navigation support for table cells has also been implemented
|
Structural Navigation support for table cells has also been implemented
|
||||||
for <app>OpenOffice Writer</app> and <app>LibreOffice Writer</app>.
|
for <app>OpenOffice Writer</app> and <app>LibreOffice Writer</app>.
|
||||||
Implementing the remainder of the Structural Navigation objects to
|
Implementing the remainder of the Structural Navigation objects to
|
||||||
@ -67,13 +67,13 @@
|
|||||||
<p>
|
<p>
|
||||||
On the other hand, in editable documents such as those found in
|
On the other hand, in editable documents such as those found in
|
||||||
<app>OpenOffice</app> and <app>LibreOffice</app>, it is far more
|
<app>OpenOffice</app> and <app>LibreOffice</app>, it is far more
|
||||||
difficult for <app>Orca</app> to accurately predict what you expect
|
difficult for <app>Cthulhu</app> to accurately predict what you expect
|
||||||
to have happen as a result of pressing 'H'. Therefore, before you
|
to have happen as a result of pressing 'H'. Therefore, before you
|
||||||
can use any Structural Navigation command in an editable document,
|
can use any Structural Navigation command in an editable document,
|
||||||
you must first toggle Structural Navigation on by pressing
|
you must first toggle Structural Navigation on by pressing
|
||||||
<keyseq><key>Orca Modifier</key><key>Z</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>Z</key></keyseq>.
|
||||||
When you are finished navigating and ready to resume writing, press
|
When you are finished navigating and ready to resume writing, press
|
||||||
<keyseq><key>Orca Modifier</key><key>Z</key></keyseq> again to toggle
|
<keyseq><key>Cthulhu Modifier</key><key>Z</key></keyseq> again to toggle
|
||||||
Structural Navigation off.
|
Structural Navigation off.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
<section id="settings">
|
<section id="settings">
|
||||||
<title>Available Settings</title>
|
<title>Available Settings</title>
|
||||||
<p>
|
<p>
|
||||||
In addition to the aforementioned commands, <app>Orca</app> has a number
|
In addition to the aforementioned commands, <app>Cthulhu</app> has a number
|
||||||
of configurable options available specifically for applications in which
|
of configurable options available specifically for applications in which
|
||||||
there is structural navigation support.
|
there is structural navigation support.
|
||||||
</p>
|
</p>
|
||||||
@ -89,16 +89,16 @@
|
|||||||
<title>Configuring Structural Navigation</title>
|
<title>Configuring Structural Navigation</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Give focus to an application for which <app>Orca</app> has
|
Give focus to an application for which <app>Cthulhu</app> has
|
||||||
Structural Navigation support.
|
Structural Navigation support.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link>
|
Get into the <link xref="preferences">Cthulhu Preferences</link>
|
||||||
dialog box for the current application by pressing
|
dialog box for the current application by pressing
|
||||||
<keyseq>
|
<keyseq>
|
||||||
<key>Ctrl</key><key>Orca Modifier</key><key>Space</key>
|
<key>Ctrl</key><key>Cthulhu Modifier</key><key>Space</key>
|
||||||
</keyseq>.
|
</keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Tables</title>
|
<title>Tables</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> provides several features specifically designed to improve
|
<app>Cthulhu</app> provides several features specifically designed to improve
|
||||||
access to tables found in web pages and other documents: configurable cell
|
access to tables found in web pages and other documents: configurable cell
|
||||||
versus row reading, <link xref="howto_structural_navigation">Structural
|
versus row reading, <link xref="howto_structural_navigation">Structural
|
||||||
Navigation</link> and Dynamic Headers.
|
Navigation</link> and Dynamic Headers.
|
||||||
@ -25,51 +25,51 @@
|
|||||||
<title>Cell Versus Row Reading</title>
|
<title>Cell Versus Row Reading</title>
|
||||||
<p>
|
<p>
|
||||||
Consider the process of examining the list of messages in your Inbox.
|
Consider the process of examining the list of messages in your Inbox.
|
||||||
In order to have Orca announce the sender, subject, date, and presence
|
In order to have Cthulhu announce the sender, subject, date, and presence
|
||||||
of attachments you would need <app>Orca</app> to speak the row. On the
|
of attachments you would need <app>Cthulhu</app> to speak the row. On the
|
||||||
other hand, when navigating amongst rows in a spreadsheet, hearing the
|
other hand, when navigating amongst rows in a spreadsheet, hearing the
|
||||||
full row may not be desired if for no other reason than the sheer number
|
full row may not be desired if for no other reason than the sheer number
|
||||||
of cells in each row. Thus in that case, you would want <app>Orca</app>
|
of cells in each row. Thus in that case, you would want <app>Cthulhu</app>
|
||||||
to only speak the cell with focus. Similar situations occur in document
|
to only speak the cell with focus. Similar situations occur in document
|
||||||
tables.
|
tables.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> allows you to customize whether only the cell should be
|
<app>Cthulhu</app> allows you to customize whether only the cell should be
|
||||||
read, or if the full row should be, for GUI tables, document tables,
|
read, or if the full row should be, for GUI tables, document tables,
|
||||||
and spreadsheets. Because these settings are independent of one another,
|
and spreadsheets. Because these settings are independent of one another,
|
||||||
you do not have to choose one table reading mode to fit multiple types of
|
you do not have to choose one table reading mode to fit multiple types of
|
||||||
tables.
|
tables.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You can set each of <app>Orca</app>'s table reading preferences <app>Orca</app>
|
You can set each of <app>Cthulhu</app>'s table reading preferences <app>Cthulhu</app>
|
||||||
wide as well as on an application-by-application basis. How to do each is
|
wide as well as on an application-by-application basis. How to do each is
|
||||||
described in the guide on <link xref="preferences"><app>Orca</app>'s preferences
|
described in the guide on <link xref="preferences"><app>Cthulhu</app>'s preferences
|
||||||
dialogs</link>. The settings can be found on the <link xref="preferences_speech">
|
dialogs</link>. The settings can be found on the <link xref="preferences_speech">
|
||||||
<gui>Speech</gui> page</link>.
|
<gui>Speech</gui> page</link>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Lastly, there is also an <app>Orca</app> command which allows you to toggle
|
Lastly, there is also an <app>Cthulhu</app> command which allows you to toggle
|
||||||
cell versus row reading on the fly for the currently-active table:
|
cell versus row reading on the fly for the currently-active table:
|
||||||
<keyseq><key>Orca Modifier</key><key>F11</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>F11</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="structural_navigation">
|
<section id="structural_navigation">
|
||||||
<title>Structural Navigation</title>
|
<title>Structural Navigation</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s <link xref="commands_structural_navigation#tables">table
|
<app>Cthulhu</app>'s <link xref="commands_structural_navigation#tables">table
|
||||||
Structural Navigation commands</link> make it possible for you to quickly
|
Structural Navigation commands</link> make it possible for you to quickly
|
||||||
locate tables, jump immediately to a table's first or last cell, and
|
locate tables, jump immediately to a table's first or last cell, and
|
||||||
move to the next cell in any direction.
|
move to the next cell in any direction.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As you navigate amongst and within tables using Structural Navigation,
|
As you navigate amongst and within tables using Structural Navigation,
|
||||||
<app>Orca</app> will announce additional details to help you understand
|
<app>Cthulhu</app> will announce additional details to help you understand
|
||||||
your position, such as the dimensions of the table you just entered and
|
your position, such as the dimensions of the table you just entered and
|
||||||
the fact that you have reached the edge of the table in the direction you
|
the fact that you have reached the edge of the table in the direction you
|
||||||
are moving.
|
are moving.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In addition, <app>Orca</app> provides configurable
|
In addition, <app>Cthulhu</app> provides configurable
|
||||||
<link xref="preferences_table_navigation">presentation options</link>
|
<link xref="preferences_table_navigation">presentation options</link>
|
||||||
which work in conjunction with Structural Navigation and allow you to
|
which work in conjunction with Structural Navigation and allow you to
|
||||||
control whether or not cell coordinates are presented, multiple cell spans
|
control whether or not cell coordinates are presented, multiple cell spans
|
||||||
@ -94,7 +94,7 @@
|
|||||||
cases, the text was simply formatted to be larger and/or bold. And even if
|
cases, the text was simply formatted to be larger and/or bold. And even if
|
||||||
the table is correctly marked up, that is no guarantee that the application
|
the table is correctly marked up, that is no guarantee that the application
|
||||||
or toolkit exposes that text as header information to assistive technologies.
|
or toolkit exposes that text as header information to assistive technologies.
|
||||||
<app>Orca</app>'s Dynamic Header support makes it possible to overcome these
|
<app>Cthulhu</app>'s Dynamic Header support makes it possible to overcome these
|
||||||
challenges.
|
challenges.
|
||||||
</p>
|
</p>
|
||||||
<steps>
|
<steps>
|
||||||
@ -106,8 +106,8 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Press <keyseq><key>Orca Modifier</key><key>R</key></keyseq> to tell
|
Press <keyseq><key>Cthulhu Modifier</key><key>R</key></keyseq> to tell
|
||||||
<app>Orca</app> that the current row is the one with the headers.
|
<app>Cthulhu</app> that the current row is the one with the headers.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</steps>
|
</steps>
|
||||||
@ -120,15 +120,15 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Press <keyseq><key>Orca Modifier</key><key>C</key></keyseq> to tell
|
Press <keyseq><key>Cthulhu Modifier</key><key>C</key></keyseq> to tell
|
||||||
<app>Orca</app> that the current column is the one with the headers.
|
<app>Cthulhu</app> that the current column is the one with the headers.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</steps>
|
</steps>
|
||||||
<p>
|
<p>
|
||||||
Having set either the column headers or the row headers, you should find
|
Having set either the column headers or the row headers, you should find
|
||||||
that as you navigate amongst the cells, <app>Orca</app> will present each
|
that as you navigate amongst the cells, <app>Cthulhu</app> will present each
|
||||||
header that has changed. Or to put it another way, <app>Orca</app> will
|
header that has changed. Or to put it another way, <app>Cthulhu</app> will
|
||||||
not present the column header over and over again as you move up or down
|
not present the column header over and over again as you move up or down
|
||||||
within the current column. Likewise, it will not present the row header
|
within the current column. Likewise, it will not present the row header
|
||||||
over and over again as you move left or right within the current row.
|
over and over again as you move left or right within the current row.
|
||||||
@ -139,9 +139,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To clear headers, simply double-click the command you used to set them.
|
To clear headers, simply double-click the command you used to set them.
|
||||||
Thus double-clicking <keyseq><key>Orca Modifier</key><key>R</key></keyseq>
|
Thus double-clicking <keyseq><key>Cthulhu Modifier</key><key>R</key></keyseq>
|
||||||
tells <app>Orca</app> there are no column headers. Double-clicking
|
tells <app>Cthulhu</app> there are no column headers. Double-clicking
|
||||||
<keyseq><key>Orca Modifier</key><key>C</key></keyseq> tells <app>Orca</app>
|
<keyseq><key>Cthulhu Modifier</key><key>C</key></keyseq> tells <app>Cthulhu</app>
|
||||||
there are no row headers.
|
there are no row headers.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
<section id="obtaining">
|
<section id="obtaining">
|
||||||
<title>Obtaining Formatting Information</title>
|
<title>Obtaining Formatting Information</title>
|
||||||
<p>
|
<p>
|
||||||
When you press <keyseq><key>Orca Modifier</key><key>F</key>
|
When you press <keyseq><key>Cthulhu Modifier</key><key>F</key>
|
||||||
</keyseq>, <app>Orca</app> will speak known text attribute
|
</keyseq>, <app>Cthulhu</app> will speak known text attribute
|
||||||
information about an object. In addition, <app>Orca</app>
|
information about an object. In addition, <app>Cthulhu</app>
|
||||||
will optionally indicate text attributes in braille by
|
will optionally indicate text attributes in braille by
|
||||||
"underlining" them as you navigate a document.
|
"underlining" them as you navigate a document.
|
||||||
</p>
|
</p>
|
||||||
@ -33,9 +33,9 @@
|
|||||||
Because the number of text attributes is large, and not everyone cares
|
Because the number of text attributes is large, and not everyone cares
|
||||||
about every attribute, the <link xref="preferences_text_attributes">
|
about every attribute, the <link xref="preferences_text_attributes">
|
||||||
Text Attributes page of the preferences dialog</link> allows you to
|
Text Attributes page of the preferences dialog</link> allows you to
|
||||||
customize which text attributes <app>Orca</app> will present in speech,
|
customize which text attributes <app>Cthulhu</app> will present in speech,
|
||||||
along with the order in which they should be presented, and which ones
|
along with the order in which they should be presented, and which ones
|
||||||
<app>Orca</app> will indicate in braille.
|
<app>Cthulhu</app> will indicate in braille.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Because the <link xref="preferences_text_attributes">Text Attributes
|
Because the <link xref="preferences_text_attributes">Text Attributes
|
||||||
@ -59,12 +59,12 @@
|
|||||||
In addition to accessing the presence of spelling errors as a text
|
In addition to accessing the presence of spelling errors as a text
|
||||||
attribute, if you have key echo and/or word echo enabled and type a
|
attribute, if you have key echo and/or word echo enabled and type a
|
||||||
word which is misspelled, when the spelling error indication appears,
|
word which is misspelled, when the spelling error indication appears,
|
||||||
<app>Orca</app> will announce "misspelled" so that you can immediately go
|
<app>Cthulhu</app> will announce "misspelled" so that you can immediately go
|
||||||
back and correct the error.
|
back and correct the error.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Finally, when you are navigating within a document and the caret moves
|
Finally, when you are navigating within a document and the caret moves
|
||||||
into a word which is misspelled, <app>Orca</app> will announce the
|
into a word which is misspelled, <app>Cthulhu</app> will announce the
|
||||||
presence of the spelling error.
|
presence of the spelling error.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<info>
|
<info>
|
||||||
<link type="guide" xref="index#getting_started"/>
|
<link type="guide" xref="index#getting_started"/>
|
||||||
<link type="next" xref="howto_learn_modes" />
|
<link type="next" xref="howto_learn_modes" />
|
||||||
<title type="sort">3. The Orca Modifier</title>
|
<title type="sort">3. The Cthulhu Modifier</title>
|
||||||
<desc>
|
<desc>
|
||||||
A key that works like <key>Shift</key>, <key>Ctrl</key>,
|
A key that works like <key>Shift</key>, <key>Ctrl</key>,
|
||||||
and <key>Alt</key>
|
and <key>Alt</key>
|
||||||
@ -15,29 +15,29 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>The Orca Modifier</title>
|
<title>The Cthulhu Modifier</title>
|
||||||
<p>
|
<p>
|
||||||
Orca has a special modifier key that works like <key>Shift</key>,
|
Cthulhu has a special modifier key that works like <key>Shift</key>,
|
||||||
<key>Ctrl</key>, and <key>Alt</key>. It is designed specifically
|
<key>Ctrl</key>, and <key>Alt</key>. It is designed specifically
|
||||||
for performing <app>Orca</app> commands and doing so without
|
for performing <app>Cthulhu</app> commands and doing so without
|
||||||
introducing conflicts with the commands of the applications you
|
introducing conflicts with the commands of the applications you
|
||||||
are accessing.
|
are accessing.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Which key the "Orca Modifier" is bound to will, by default, depend
|
Which key the "Cthulhu Modifier" is bound to will, by default, depend
|
||||||
on whether you are using <app>Orca</app>'s Laptop keyboard layout
|
on whether you are using <app>Cthulhu</app>'s Laptop keyboard layout
|
||||||
or its Desktop keyboard layout:
|
or its Desktop keyboard layout:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
If you are using the Laptop layout, the default Orca Modifier
|
If you are using the Laptop layout, the default Cthulhu Modifier
|
||||||
will be <key>CapsLock</key>
|
will be <key>CapsLock</key>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
If you are using the Desktop layout, the Orca Modifier will
|
If you are using the Desktop layout, the Cthulhu Modifier will
|
||||||
be both <key>Insert</key> and <key>KP_Insert</key>, the
|
be both <key>Insert</key> and <key>KP_Insert</key>, the
|
||||||
latter being the same key as <key>KP_0</key>.
|
latter being the same key as <key>KP_0</key>.
|
||||||
</p>
|
</p>
|
||||||
@ -48,11 +48,11 @@
|
|||||||
modifier key, you can do so by performing the following steps:
|
modifier key, you can do so by performing the following steps:
|
||||||
</p>
|
</p>
|
||||||
<steps>
|
<steps>
|
||||||
<title>Changing the Orca Modifier</title>
|
<title>Changing the Cthulhu Modifier</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Get into the <link xref="preferences">Orca Preferences</link> dialog by
|
Get into the <link xref="preferences">Cthulhu Preferences</link> dialog by
|
||||||
pressing <keyseq><key>Orca Modifier</key><key>Space</key></keyseq>. Alternatively, you can start Orca with the preferences dialog open from a terminal: type <cmd>cthulhu -s</cmd> and press <key>Return</key>.
|
pressing <keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>. Alternatively, you can start Cthulhu with the preferences dialog open from a terminal: type <cmd>cthulhu -s</cmd> and press <key>Return</key>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<link type="guide" xref="index#getting_started"/>
|
<link type="guide" xref="index#getting_started"/>
|
||||||
<link type="next" xref="howto_key_bindings" />
|
<link type="next" xref="howto_key_bindings" />
|
||||||
<title type="sort">7. CapsLock in Laptop Layout</title>
|
<title type="sort">7. CapsLock in Laptop Layout</title>
|
||||||
<desc>Toggling it when it is the <key>Orca Modifier</key></desc>
|
<desc>Toggling it when it is the <key>Cthulhu Modifier</key></desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
<email>joanied@gnome.org</email>
|
<email>joanied@gnome.org</email>
|
||||||
@ -14,10 +14,10 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>CapsLock in Laptop Layout</title>
|
<title>CapsLock in Laptop Layout</title>
|
||||||
<p>
|
<p>
|
||||||
Orca has two keyboard layouts: Desktop and Laptop. The layout you choose
|
Cthulhu has two keyboard layouts: Desktop and Laptop. The layout you choose
|
||||||
impacts which key is used as the Orca Modifier. If you are using the Laptop
|
impacts which key is used as the Cthulhu Modifier. If you are using the Laptop
|
||||||
layout, the default Orca Modifier will be <key>CapsLock</key>. If you are
|
layout, the default Cthulhu Modifier will be <key>CapsLock</key>. If you are
|
||||||
using <app>Orca</app>'s Laptop Layout and want to lock or unlock
|
using <app>Cthulhu</app>'s Laptop Layout and want to lock or unlock
|
||||||
<key>CapsLock</key>, you can do so by either pressing <key>CapsLock</key>
|
<key>CapsLock</key>, you can do so by either pressing <key>CapsLock</key>
|
||||||
twice (requires at-spi2 version 2.32 or later), or by performing the
|
twice (requires at-spi2 version 2.32 or later), or by performing the
|
||||||
following steps:
|
following steps:
|
||||||
@ -26,8 +26,8 @@
|
|||||||
<title>Toggling CapsLock in Laptop Layout</title>
|
<title>Toggling CapsLock in Laptop Layout</title>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Press the Bypass command, <keyseq><key>Orca Modifier</key><key>BackSpace</key>
|
Press the Bypass command, <keyseq><key>Cthulhu Modifier</key><key>BackSpace</key>
|
||||||
</keyseq>, to tell <app>Orca</app> that the next command should be ignored.
|
</keyseq>, to tell <app>Cthulhu</app> that the next command should be ignored.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<title>Where Am I</title>
|
<title>Where Am I</title>
|
||||||
<p>
|
<p>
|
||||||
In addition to dedicated commands for reading the title bar and the
|
In addition to dedicated commands for reading the title bar and the
|
||||||
status bar, Orca provides two context-sensitive Where Am I commands:
|
status bar, Cthulhu provides two context-sensitive Where Am I commands:
|
||||||
Basic Where Am I and Detailed Where Am I. Basic Where Am I is implemented
|
Basic Where Am I and Detailed Where Am I. Basic Where Am I is implemented
|
||||||
for all objects. Detailed Where Am I is implemented just for those objects
|
for all objects. Detailed Where Am I is implemented just for those objects
|
||||||
for which there is a significant amount of information you may wish to know,
|
for which there is a significant amount of information you may wish to know,
|
||||||
@ -27,7 +27,7 @@
|
|||||||
The best way to become familiar with what Where Am I will present is to
|
The best way to become familiar with what Where Am I will present is to
|
||||||
give the <link xref="commands_where_am_i">Where Am I commands</link> a
|
give the <link xref="commands_where_am_i">Where Am I commands</link> a
|
||||||
try. However, to give you a better idea of the context-sensitive nature
|
try. However, to give you a better idea of the context-sensitive nature
|
||||||
of <app>Orca</app>'s Where Am I feature, consider the following:
|
of <app>Cthulhu</app>'s Where Am I feature, consider the following:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For most widgets, you will at least be told the label and/or name, the
|
For most widgets, you will at least be told the label and/or name, the
|
||||||
@ -93,16 +93,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
If you are in the spell checker of an application where <app>Orca</app>
|
If you are in the spell checker of an application where <app>Cthulhu</app>
|
||||||
provides enhanced support, a basic Where Am I will repeat the error
|
provides enhanced support, a basic Where Am I will repeat the error
|
||||||
respecting your <link xref="preferences_spellcheck">spell check
|
respecting your <link xref="preferences_spellcheck">spell check
|
||||||
preferences</link>. A detailed Where Am I will cause <app>Orca</app> to
|
preferences</link>. A detailed Where Am I will cause <app>Cthulhu</app> to
|
||||||
present the full details of the error.
|
present the full details of the error.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
And so on. Again, the goal of <app>Orca</app>'s Where Am I is to provide
|
And so on. Again, the goal of <app>Cthulhu</app>'s Where Am I is to provide
|
||||||
you with the details you are most likely interested in knowing about the
|
you with the details you are most likely interested in knowing about the
|
||||||
object you are currently in. To give Where Am I a try, see the list of
|
object you are currently in. To give Where Am I a try, see the list of
|
||||||
<link xref="commands_where_am_i">Where Am I commands</link>.
|
<link xref="commands_where_am_i">Where Am I commands</link>.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
type="guide"
|
type="guide"
|
||||||
id="index">
|
id="index">
|
||||||
<info>
|
<info>
|
||||||
<title type="text">Orca Screen Reader</title>
|
<title type="text">Cthulhu Screen Reader</title>
|
||||||
<title type="link">Introduction to the <app>Orca</app> Screen Reader</title>
|
<title type="link">Introduction to the <app>Cthulhu</app> Screen Reader</title>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
<email>joanied@gnome.org</email>
|
<email>joanied@gnome.org</email>
|
||||||
@ -13,16 +13,16 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<desc>Orca is a free, open source, flexible, and extensible screen reader
|
<desc>Cthulhu is a free, open source, flexible, and extensible screen reader
|
||||||
that provides access to the graphical desktop via speech and refreshable
|
that provides access to the graphical desktop via speech and refreshable
|
||||||
braille.</desc>
|
braille.</desc>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
<media type="image" mime="image/png" src="figures/cthulhu-logo.png" its:translate="no">
|
<media type="image" mime="image/png" src="figures/cthulhu-logo.png" its:translate="no">
|
||||||
<span its:translate="yes"><app>Orca</app>'s logo</span>
|
<span its:translate="yes"><app>Cthulhu</app>'s logo</span>
|
||||||
</media>
|
</media>
|
||||||
<app>Orca</app> Screen Reader
|
<app>Cthulhu</app> Screen Reader
|
||||||
</title>
|
</title>
|
||||||
<note style="important">
|
<note style="important">
|
||||||
<title>Before You Begin</title>
|
<title>Before You Begin</title>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<info>
|
<info>
|
||||||
<link type="guide" xref="index#getting_started" />
|
<link type="guide" xref="index#getting_started" />
|
||||||
<link type="next" xref="howto_setting_up_cthulhu" />
|
<link type="next" xref="howto_setting_up_cthulhu" />
|
||||||
<title type="sort">1. Welcome to Orca</title>
|
<title type="sort">1. Welcome to Cthulhu</title>
|
||||||
<desc>
|
<desc>
|
||||||
Introducing the <app>Orca</app> screen reader
|
Introducing the <app>Cthulhu</app> screen reader
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -14,33 +14,33 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Welcome to Orca</title>
|
<title>Welcome to Cthulhu</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> is a free, open source, flexible, and extensible
|
<app>Cthulhu</app> is a free, open source, flexible, and extensible
|
||||||
screen reader that provides access to the graphical desktop via
|
screen reader that provides access to the graphical desktop via
|
||||||
speech and refreshable braille.
|
speech and refreshable braille.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> works with applications and toolkits that support
|
<app>Cthulhu</app> works with applications and toolkits that support
|
||||||
the Assistive Technology Service Provider Interface (AT-SPI), which
|
the Assistive Technology Service Provider Interface (AT-SPI), which
|
||||||
is the primary assistive technology infrastructure for Linux and
|
is the primary assistive technology infrastructure for Linux and
|
||||||
Solaris. Applications and toolkits supporting the AT-SPI include
|
Solaris. Applications and toolkits supporting the AT-SPI include
|
||||||
Gtk+, Qt, Java Swing, LibreOffice, Gecko, WebKitGtk, and Chrome/Chromium.
|
Gtk+, Qt, Java Swing, LibreOffice, Gecko, WebKitGtk, and Chrome/Chromium.
|
||||||
</p>
|
</p>
|
||||||
<section id="launching">
|
<section id="launching">
|
||||||
<title>Launching <app>Orca</app></title>
|
<title>Launching <app>Cthulhu</app></title>
|
||||||
<p>To launch <app>Orca</app>:</p>
|
<p>To launch <app>Cthulhu</app>:</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
The method for configuring <app>Orca</app> to be launched
|
The method for configuring <app>Cthulhu</app> to be launched
|
||||||
automatically as your preferred screen reader will depend upon
|
automatically as your preferred screen reader will depend upon
|
||||||
which desktop environment you use.
|
which desktop environment you use.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
To toggle <app>Orca</app> on and off in GNOME, press
|
To toggle <app>Cthulhu</app> on and off in GNOME, press
|
||||||
<keyseq><key>Super</key><key>Alt</key><key>S</key></keyseq>.
|
<keyseq><key>Super</key><key>Alt</key><key>S</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -56,7 +56,7 @@
|
|||||||
<section id="loadtime">
|
<section id="loadtime">
|
||||||
<title>Load-Time Options</title>
|
<title>Load-Time Options</title>
|
||||||
<p>
|
<p>
|
||||||
The following options can be specified when launching <app>Orca</app>
|
The following options can be specified when launching <app>Cthulhu</app>
|
||||||
in a terminal window or within the <gui>Run</gui> dialog:
|
in a terminal window or within the <gui>Run</gui> dialog:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
@ -66,7 +66,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<cmd>-v</cmd>, <cmd>--version</cmd>: Show the version of
|
<cmd>-v</cmd>, <cmd>--version</cmd>: Show the version of
|
||||||
<app>Orca</app>
|
<app>Cthulhu</app>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -107,12 +107,12 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<cmd>-p</cmd>, <cmd>--profile=<em>filename</em></cmd>:
|
<cmd>-p</cmd>, <cmd>--profile=<em>filename</em></cmd>:
|
||||||
Import a profile from a given <app>Orca</app> profile file
|
Import a profile from a given <app>Cthulhu</app> profile file
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<cmd>-r</cmd>, <cmd>--replace</cmd>: Replace a currently-running <app>Orca</app>
|
<cmd>-r</cmd>, <cmd>--replace</cmd>: Replace a currently-running <app>Cthulhu</app>
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title><app>Orca</app>'s Preferences Dialogs</title>
|
<title><app>Cthulhu</app>'s Preferences Dialogs</title>
|
||||||
<section id="cthulhu" style="2column">
|
<section id="cthulhu" style="2column">
|
||||||
<title>Orca Preferences</title>
|
<title>Cthulhu Preferences</title>
|
||||||
</section>
|
</section>
|
||||||
<section id="application" style="2column">
|
<section id="application" style="2column">
|
||||||
<title>Application-Unique Preferences</title>
|
<title>Application-Unique Preferences</title>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<title type="sort">3. Braille</title>
|
<title type="sort">3. Braille</title>
|
||||||
<title type="link">Braille</title>
|
<title type="link">Braille</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s braille display support
|
Configuring <app>Cthulhu</app>'s braille display support
|
||||||
</desc>
|
</desc>
|
||||||
<link type="guide" xref="preferences#cthulhu" />
|
<link type="guide" xref="preferences#cthulhu" />
|
||||||
<link type="next" xref="preferences_key_echo" />
|
<link type="next" xref="preferences_key_echo" />
|
||||||
@ -19,8 +19,8 @@
|
|||||||
<section id="braillesupport">
|
<section id="braillesupport">
|
||||||
<title>Enable Braille Support</title>
|
<title>Enable Braille Support</title>
|
||||||
<p>
|
<p>
|
||||||
This check box toggles whether or not <app>Orca</app> will make
|
This check box toggles whether or not <app>Cthulhu</app> will make
|
||||||
use of a braille display. If BrlTTY is not running, <app>Orca</app>
|
use of a braille display. If BrlTTY is not running, <app>Cthulhu</app>
|
||||||
will recover gracefully and will not communicate with the braille
|
will recover gracefully and will not communicate with the braille
|
||||||
display.
|
display.
|
||||||
</p>
|
</p>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<p>
|
<p>
|
||||||
If you configure BrlTTY later on, you need to restart <app>Orca</app>
|
If you configure BrlTTY later on, you need to restart <app>Cthulhu</app>
|
||||||
in order to use braille.
|
in order to use braille.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
@ -37,9 +37,9 @@
|
|||||||
<section id="braillewordwrap">
|
<section id="braillewordwrap">
|
||||||
<title>Enable word wrap</title>
|
<title>Enable word wrap</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Enable word wrap</gui> is checked, <app>Orca</app> will adjust the
|
If <gui>Enable word wrap</gui> is checked, <app>Cthulhu</app> will adjust the
|
||||||
text so that only full words are shown on the braille display. If it is not
|
text so that only full words are shown on the braille display. If it is not
|
||||||
checked, <app>Orca</app> will use all of the cells on the display so that
|
checked, <app>Cthulhu</app> will use all of the cells on the display so that
|
||||||
more text can be shown at once.
|
more text can be shown at once.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -49,9 +49,9 @@
|
|||||||
<section id="contractedbraille">
|
<section id="contractedbraille">
|
||||||
<title>Enable Contracted Braille</title>
|
<title>Enable Contracted Braille</title>
|
||||||
<p>
|
<p>
|
||||||
Orca supports contracted braille via the liblouis project. Because many
|
Cthulhu supports contracted braille via the liblouis project. Because many
|
||||||
distros include liblouis, you will likely automatically have access to
|
distros include liblouis, you will likely automatically have access to
|
||||||
contracted braille support in <app>Orca</app>.
|
contracted braille support in <app>Cthulhu</app>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To enable contracted braille on a system where liblouis has been installed,
|
To enable contracted braille on a system where liblouis has been installed,
|
||||||
@ -79,7 +79,7 @@
|
|||||||
<section id="eolindicator">
|
<section id="eolindicator">
|
||||||
<title>Disable end of line symbol</title>
|
<title>Disable end of line symbol</title>
|
||||||
<p>
|
<p>
|
||||||
Checking this checkbox tells <app>Orca</app> to not present the
|
Checking this checkbox tells <app>Cthulhu</app> to not present the
|
||||||
"$l" string at the end of a line of text.
|
"$l" string at the end of a line of text.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -102,9 +102,9 @@
|
|||||||
<title>Selection and Hyperlink Indicators</title>
|
<title>Selection and Hyperlink Indicators</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Selection Indicator</gui> and <gui>Hyperlink Indicator</gui>
|
The <gui>Selection Indicator</gui> and <gui>Hyperlink Indicator</gui>
|
||||||
radio button groups allow you to configure <app>Orca</app>'s behavior
|
radio button groups allow you to configure <app>Cthulhu</app>'s behavior
|
||||||
when displaying selected text and hyperlinks. By default, when you
|
when displaying selected text and hyperlinks. By default, when you
|
||||||
encounter either, <app>Orca</app> will "underline" that text on
|
encounter either, <app>Cthulhu</app> will "underline" that text on
|
||||||
your braille display with Dots 7 and 8. If you would prefer, you
|
your braille display with Dots 7 and 8. If you would prefer, you
|
||||||
can change the indicator to only be Dot 7, only be Dot 8, or not
|
can change the indicator to only be Dot 7, only be Dot 8, or not
|
||||||
be present at all.
|
be present at all.
|
||||||
@ -128,15 +128,15 @@
|
|||||||
Flash messages are similar in nature to notifications or announcements:
|
Flash messages are similar in nature to notifications or announcements:
|
||||||
They are shown on your refreshable braille display for a brief time,
|
They are shown on your refreshable braille display for a brief time,
|
||||||
after which the original contents of the braille display are restored.
|
after which the original contents of the braille display are restored.
|
||||||
<app>Orca</app> has several settings you can use to control flash message
|
<app>Cthulhu</app> has several settings you can use to control flash message
|
||||||
presentation.
|
presentation.
|
||||||
</p>
|
</p>
|
||||||
<section id="flashMessageSettings_enable">
|
<section id="flashMessageSettings_enable">
|
||||||
<title>Enable flash messages</title>
|
<title>Enable flash messages</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Enable flash messages</gui> is checked, <app>Orca</app> will
|
If <gui>Enable flash messages</gui> is checked, <app>Cthulhu</app> will
|
||||||
present messages to you in braille. If you prefer to only have
|
present messages to you in braille. If you prefer to only have
|
||||||
<app>Orca</app>'s messages spoken, you should uncheck this checkbox.
|
<app>Cthulhu</app>'s messages spoken, you should uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Default value: checked
|
Default value: checked
|
||||||
@ -145,9 +145,9 @@
|
|||||||
<section id="flashMessageSettings_detailed">
|
<section id="flashMessageSettings_detailed">
|
||||||
<title>Messages are detailed</title>
|
<title>Messages are detailed</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Messages are detailed</gui> is checked, <app>Orca</app> will
|
If <gui>Messages are detailed</gui> is checked, <app>Cthulhu</app> will
|
||||||
present detailed messages to you in braille. For instance, if you
|
present detailed messages to you in braille. For instance, if you
|
||||||
use <app>Orca</app>'s command to change echo, <app>Orca</app> might
|
use <app>Cthulhu</app>'s command to change echo, <app>Cthulhu</app> might
|
||||||
display "Echo set to word." If you would prefer shorter messages,
|
display "Echo set to word." If you would prefer shorter messages,
|
||||||
such as simply "word," you should uncheck this checkbox.
|
such as simply "word," you should uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
<section id="flashMessageSettings_duration">
|
<section id="flashMessageSettings_duration">
|
||||||
<title>Duration (secs)</title>
|
<title>Duration (secs)</title>
|
||||||
<p>
|
<p>
|
||||||
The amount of time <app>Orca</app> will wait before removing the message and
|
The amount of time <app>Cthulhu</app> will wait before removing the message and
|
||||||
restoring the original contents of your display can be set in the <gui>
|
restoring the original contents of your display can be set in the <gui>
|
||||||
Duration (secs)</gui> spin button. Note that the value of this
|
Duration (secs)</gui> spin button. Note that the value of this
|
||||||
setting will be ignored if you have enabled persistent flash messages.
|
setting will be ignored if you have enabled persistent flash messages.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title type="sort">3. Chat</title>
|
<title type="sort">3. Chat</title>
|
||||||
<title type="link">Chat</title>
|
<title type="link">Chat</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s support for IM and IRC
|
Configuring <app>Cthulhu</app>'s support for IM and IRC
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -17,14 +17,14 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Chat Preferences</title>
|
<title>Chat Preferences</title>
|
||||||
<p>
|
<p>
|
||||||
The following options allow you to customize how <app>Orca</app>
|
The following options allow you to customize how <app>Cthulhu</app>
|
||||||
behaves when providing access to instant messaging and internet
|
behaves when providing access to instant messaging and internet
|
||||||
relay chat clients.
|
relay chat clients.
|
||||||
</p>
|
</p>
|
||||||
<section id="speak_name">
|
<section id="speak_name">
|
||||||
<title>Speak Chat Room name</title>
|
<title>Speak Chat Room name</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will prefix incoming messages
|
If this checkbox is checked, <app>Cthulhu</app> will prefix incoming messages
|
||||||
with the name of the room or buddy they came from, unless they came from
|
with the name of the room or buddy they came from, unless they came from
|
||||||
the currently-focused conversation.
|
the currently-focused conversation.
|
||||||
</p>
|
</p>
|
||||||
@ -35,8 +35,8 @@
|
|||||||
<section id="announce_typing">
|
<section id="announce_typing">
|
||||||
<title>Announce when your buddies are typing</title>
|
<title>Announce when your buddies are typing</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, and if <app>Orca</app> has sufficient
|
If this checkbox is checked, and if <app>Cthulhu</app> has sufficient
|
||||||
information identifying that your buddy is typing, <app>Orca</app> will
|
information identifying that your buddy is typing, <app>Cthulhu</app> will
|
||||||
announce changes in typing status.
|
announce changes in typing status.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<section id="message_histories">
|
<section id="message_histories">
|
||||||
<title>Provide chat room specific message histories</title>
|
<title>Provide chat room specific message histories</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app>'s commands for reviewing
|
If this checkbox is checked, <app>Cthulhu</app>'s commands for reviewing
|
||||||
recent messages will only apply to the currently-focused conversation.
|
recent messages will only apply to the currently-focused conversation.
|
||||||
Otherwise, the history will contain the most recent messages regardless
|
Otherwise, the history will contain the most recent messages regardless
|
||||||
of which conversation they came from.
|
of which conversation they came from.
|
||||||
@ -59,7 +59,7 @@
|
|||||||
<title>Speak messages from</title>
|
<title>Speak messages from</title>
|
||||||
<p>
|
<p>
|
||||||
This group of radio buttons allows you to control under what circumstances
|
This group of radio buttons allows you to control under what circumstances
|
||||||
<app>Orca</app> will present an incoming message to you. Your choices are:
|
<app>Cthulhu</app> will present an incoming message to you. Your choices are:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<title type="sort">1. General</title>
|
<title type="sort">1. General</title>
|
||||||
<title type="link">General</title>
|
<title type="link">General</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s fundamental behaviors
|
Configuring <app>Cthulhu</app>'s fundamental behaviors
|
||||||
</desc>
|
</desc>
|
||||||
<link type="guide" xref="preferences#cthulhu" />
|
<link type="guide" xref="preferences#cthulhu" />
|
||||||
<link type="next" xref="preferences_voice" />
|
<link type="next" xref="preferences_voice" />
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<section id="keyboardlayout">
|
<section id="keyboardlayout">
|
||||||
<info>
|
<info>
|
||||||
<desc>
|
<desc>
|
||||||
Preferences dialog box option to select which <app>Orca</app> keyboard
|
Preferences dialog box option to select which <app>Cthulhu</app> keyboard
|
||||||
layout to use, desktop or laptop.
|
layout to use, desktop or laptop.
|
||||||
</desc>
|
</desc>
|
||||||
</info>
|
</info>
|
||||||
@ -27,9 +27,9 @@
|
|||||||
<p>
|
<p>
|
||||||
The <gui>Keyboard Layout</gui> radio button group allows you to specify if
|
The <gui>Keyboard Layout</gui> radio button group allows you to specify if
|
||||||
you will be working on a desktop (i.e. with a numeric keypad) or laptop
|
you will be working on a desktop (i.e. with a numeric keypad) or laptop
|
||||||
keyboard. Which layout you choose will determine both the <key>Orca
|
keyboard. Which layout you choose will determine both the <key>Cthulhu
|
||||||
Modifier</key> as well as a number of keyboard shortcuts for performing
|
Modifier</key> as well as a number of keyboard shortcuts for performing
|
||||||
<app>Orca</app> commands.</p>
|
<app>Cthulhu</app> commands.</p>
|
||||||
<p>
|
<p>
|
||||||
Default value: <gui>Desktop</gui>
|
Default value: <gui>Desktop</gui>
|
||||||
</p>
|
</p>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Present Tooltips</title>
|
<title>Present Tooltips</title>
|
||||||
<p>
|
<p>
|
||||||
When checked, this option will tell <app>Orca</app> to present information
|
When checked, this option will tell <app>Cthulhu</app> to present information
|
||||||
about tooltips when they appear as the result of mouse hovering. Specific
|
about tooltips when they appear as the result of mouse hovering. Specific
|
||||||
actions to force tooltips to appear, such as pressing <keyseq>
|
actions to force tooltips to appear, such as pressing <keyseq>
|
||||||
<key>Ctrl</key><key>F1</key></keyseq> when an object has focus, will
|
<key>Ctrl</key><key>F1</key></keyseq> when an object has focus, will
|
||||||
@ -62,9 +62,9 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Speak Object Under Mouse</title>
|
<title>Speak Object Under Mouse</title>
|
||||||
<p>
|
<p>
|
||||||
When checked, this option will tell <app>Orca</app> to present
|
When checked, this option will tell <app>Cthulhu</app> to present
|
||||||
information about the object under the mouse pointer as you move
|
information about the object under the mouse pointer as you move
|
||||||
it around the screen using <app>Orca</app>'s
|
it around the screen using <app>Cthulhu</app>'s
|
||||||
<link xref="howto_mouse_review">Mouse Review</link> feature.
|
<link xref="howto_mouse_review">Mouse Review</link> feature.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -75,13 +75,13 @@
|
|||||||
<info>
|
<info>
|
||||||
<desc>
|
<desc>
|
||||||
Preferences dialog box options for customizing the time and date
|
Preferences dialog box options for customizing the time and date
|
||||||
formats used by <app>Orca</app>.
|
formats used by <app>Cthulhu</app>.
|
||||||
</desc>
|
</desc>
|
||||||
</info>
|
</info>
|
||||||
<title>Time Format and Date Format</title>
|
<title>Time Format and Date Format</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Time Format</gui> and <gui>Date Format</gui> combo boxes allow
|
The <gui>Time Format</gui> and <gui>Date Format</gui> combo boxes allow
|
||||||
you to specify how <app>Orca</app> will speak and braille the time and the
|
you to specify how <app>Cthulhu</app> will speak and braille the time and the
|
||||||
date.
|
date.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -97,7 +97,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Navigation in Say All</title>
|
<title>Navigation in Say All</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app>'s Say All feature speaks document content from your
|
<app>Cthulhu</app>'s Say All feature speaks document content from your
|
||||||
present location to the end of the document. By default, pressing any
|
present location to the end of the document. By default, pressing any
|
||||||
key will interrupt Say All's presentation. However, if you check the
|
key will interrupt Say All's presentation. However, if you check the
|
||||||
<gui>Enable rewind and fast forward in Say All</gui> checkbox,
|
<gui>Enable rewind and fast forward in Say All</gui> checkbox,
|
||||||
@ -123,7 +123,7 @@
|
|||||||
<section id="say_all_announce_context">
|
<section id="say_all_announce_context">
|
||||||
<title>Announce Contextual Information in Say All</title>
|
<title>Announce Contextual Information in Say All</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> can optionally provide more information about the document
|
<app>Cthulhu</app> can optionally provide more information about the document
|
||||||
content being spoken, such as announcing when you are entering and leaving
|
content being spoken, such as announcing when you are entering and leaving
|
||||||
a blockquote, list, table, or other container. Whether or not these
|
a blockquote, list, table, or other container. Whether or not these
|
||||||
announcements are made can be configured independently through the following
|
announcements are made can be configured independently through the following
|
||||||
@ -142,7 +142,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<note style="note">
|
<note style="note">
|
||||||
<p>
|
<p>
|
||||||
Whether or not <app>Orca</app> makes these announcements during
|
Whether or not <app>Cthulhu</app> makes these announcements during
|
||||||
navigation is also configurable. You will find similar checkboxes
|
navigation is also configurable. You will find similar checkboxes
|
||||||
on the <gui>Speech</gui> page. For more information, see
|
on the <gui>Speech</gui> page. For more information, see
|
||||||
<link xref="preferences_speech#spoken_context">Spoken Context</link>.
|
<link xref="preferences_speech#spoken_context">Spoken Context</link>.
|
||||||
@ -152,14 +152,14 @@
|
|||||||
<section id="say_all_by">
|
<section id="say_all_by">
|
||||||
<info>
|
<info>
|
||||||
<desc>
|
<desc>
|
||||||
Preferences dialog box option for customizing <app>Orca</app>'s
|
Preferences dialog box option for customizing <app>Cthulhu</app>'s
|
||||||
Say All presentation.
|
Say All presentation.
|
||||||
</desc>
|
</desc>
|
||||||
</info>
|
</info>
|
||||||
<title>Say All By</title>
|
<title>Say All By</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Say All By</gui> combo box allows you to specify whether
|
The <gui>Say All By</gui> combo box allows you to specify whether
|
||||||
<app>Orca</app> speaks a sentence at a time or a line at a time when
|
<app>Cthulhu</app> speaks a sentence at a time or a line at a time when
|
||||||
doing a "Say All" of a document.
|
doing a "Say All" of a document.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Load</gui> button will cause <app>Orca</app> to load the
|
The <gui>Load</gui> button will cause <app>Cthulhu</app> to load the
|
||||||
profile indicated in the <gui>Active Profile</gui> combo box.
|
profile indicated in the <gui>Active Profile</gui> combo box.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -201,7 +201,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The <gui>Start-up Profile</gui> combo box allows you to select the
|
The <gui>Start-up Profile</gui> combo box allows you to select the
|
||||||
profile which should be automatically loaded each time you launch
|
profile which should be automatically loaded each time you launch
|
||||||
<app>Orca</app>.
|
<app>Cthulhu</app>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
@ -211,7 +211,7 @@
|
|||||||
<section id="progress_bar_updates_speak">
|
<section id="progress_bar_updates_speak">
|
||||||
<title>Speak updates</title>
|
<title>Speak updates</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Speak updates</gui> checkbox is checked <app>Orca</app> will
|
If the <gui>Speak updates</gui> checkbox is checked <app>Cthulhu</app> will
|
||||||
periodically speak the status of progress bars.
|
periodically speak the status of progress bars.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -221,7 +221,7 @@
|
|||||||
<section id="progress_bar_updates_braille">
|
<section id="progress_bar_updates_braille">
|
||||||
<title>Braille updates</title>
|
<title>Braille updates</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Braille updates</gui> checkbox is checked <app>Orca</app> will
|
If the <gui>Braille updates</gui> checkbox is checked <app>Cthulhu</app> will
|
||||||
periodically display the status of progress bars on your refreshable braille
|
periodically display the status of progress bars on your refreshable braille
|
||||||
display.
|
display.
|
||||||
</p>
|
</p>
|
||||||
@ -232,7 +232,7 @@
|
|||||||
<section id="progress_bar_updates_beep">
|
<section id="progress_bar_updates_beep">
|
||||||
<title>Beep updates</title>
|
<title>Beep updates</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Beep updates</gui> checkbox is checked <app>Orca</app> will
|
If the <gui>Beep updates</gui> checkbox is checked <app>Cthulhu</app> will
|
||||||
periodically emit beeps which increase in pitch as the value of the progress
|
periodically emit beeps which increase in pitch as the value of the progress
|
||||||
bar increases.
|
bar increases.
|
||||||
</p>
|
</p>
|
||||||
@ -258,17 +258,17 @@
|
|||||||
<gui>Window</gui>.
|
<gui>Window</gui>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Choosing <gui>All</gui> will result in <app>Orca</app> presenting
|
Choosing <gui>All</gui> will result in <app>Cthulhu</app> presenting
|
||||||
updates for all progress bars, regardless of where the progress bars
|
updates for all progress bars, regardless of where the progress bars
|
||||||
are located.
|
are located.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Choosing <gui>Application</gui> will result in <app>Orca</app>
|
Choosing <gui>Application</gui> will result in <app>Cthulhu</app>
|
||||||
presenting updates from progress bars in the active application, even
|
presenting updates from progress bars in the active application, even
|
||||||
if they are not in the active window.
|
if they are not in the active window.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Choosing <gui>Window</gui> will result in <app>Orca</app> only
|
Choosing <gui>Window</gui> will result in <app>Cthulhu</app> only
|
||||||
presenting updates for progress bars in the active window.
|
presenting updates for progress bars in the active window.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="preferences_introduction">
|
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="preferences_introduction">
|
||||||
<info>
|
<info>
|
||||||
<title type="sort">0. Introduction to <app>Orca</app>'s Preferences</title>
|
<title type="sort">0. Introduction to <app>Cthulhu</app>'s Preferences</title>
|
||||||
<title type="link">Introduction to <app>Orca</app>'s Preferences</title>
|
<title type="link">Introduction to <app>Cthulhu</app>'s Preferences</title>
|
||||||
<link type="guide" xref="preferences" />
|
<link type="guide" xref="preferences" />
|
||||||
<link type="next" xref="preferences_general" />
|
<link type="next" xref="preferences_general" />
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
@ -12,18 +12,18 @@
|
|||||||
<p>Creative Commons Share Alike 3.0</p>
|
<p>Creative Commons Share Alike 3.0</p>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<title>Introduction to <app>Orca</app>'s Preferences</title>
|
<title>Introduction to <app>Cthulhu</app>'s Preferences</title>
|
||||||
<section id="cthulhu">
|
<section id="cthulhu">
|
||||||
<title>Orca Preferences</title>
|
<title>Cthulhu Preferences</title>
|
||||||
<p>
|
<p>
|
||||||
Orca preferences allow you to customize functionality in <app>Orca</app>
|
Cthulhu preferences allow you to customize functionality in <app>Cthulhu</app>
|
||||||
which applies to all applications. An example of an Orca preference is
|
which applies to all applications. An example of an Cthulhu preference is
|
||||||
echo because echo is something that applies to all applications.
|
echo because echo is something that applies to all applications.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Note that Orca preferences can be customized on an application-by-application
|
Note that Cthulhu preferences can be customized on an application-by-application
|
||||||
basis. For instance you can set the default echo to words and then
|
basis. For instance you can set the default echo to words and then
|
||||||
set the echo for Pidgin to be none. Having done so, <app>Orca</app>
|
set the echo for Pidgin to be none. Having done so, <app>Cthulhu</app>
|
||||||
would always echo each word that you typed, unless you were in Pidgin.
|
would always echo each word that you typed, unless you were in Pidgin.
|
||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
@ -31,14 +31,14 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<keyseq><key>Orca Modifier</key><key>Space</key></keyseq>:
|
<keyseq><key>Cthulhu Modifier</key><key>Space</key></keyseq>:
|
||||||
<app>Orca</app>'s Preferences
|
<app>Cthulhu</app>'s Preferences
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<keyseq><key>Ctrl</key><key>Orca Modifier</key><key>Space</key>
|
<keyseq><key>Ctrl</key><key>Cthulhu Modifier</key><key>Space</key>
|
||||||
</keyseq>: <app>Orca</app>'s Preferences for the current
|
</keyseq>: <app>Cthulhu</app>'s Preferences for the current
|
||||||
application
|
application
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -48,8 +48,8 @@
|
|||||||
<section id="application_unique">
|
<section id="application_unique">
|
||||||
<title>Application-Unique Preferences</title>
|
<title>Application-Unique Preferences</title>
|
||||||
<p>
|
<p>
|
||||||
In contrast to Orca preferences, there are application-unique preferences.
|
In contrast to Cthulhu preferences, there are application-unique preferences.
|
||||||
These preferences allow you to customize <app>Orca</app> functionality
|
These preferences allow you to customize <app>Cthulhu</app> functionality
|
||||||
that only applies in certain environments, such as on web pages or in
|
that only applies in certain environments, such as on web pages or in
|
||||||
chat applications. As a result, you will only find these options
|
chat applications. As a result, you will only find these options
|
||||||
available in the application-specific preferences dialogs and only for
|
available in the application-specific preferences dialogs and only for
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title type="sort">6. Key Bindings</title>
|
<title type="sort">6. Key Bindings</title>
|
||||||
<title type="link">Key Bindings</title>
|
<title type="link">Key Bindings</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s keyboard shortcuts
|
Configuring <app>Cthulhu</app>'s keyboard shortcuts
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -18,10 +18,10 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Key Bindings Preferences</title>
|
<title>Key Bindings Preferences</title>
|
||||||
<section id="cthulhu_modifier_keys">
|
<section id="cthulhu_modifier_keys">
|
||||||
<title>Orca Modifier Keys</title>
|
<title>Cthulhu Modifier Keys</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Screen Reader Modifier Key(s)</gui> combo box allows you to select which
|
The <gui>Screen Reader Modifier Key(s)</gui> combo box allows you to select which
|
||||||
key or keys will serve as the Orca Modifier. The available options are:
|
key or keys will serve as the Cthulhu Modifier. The available options are:
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
@ -37,20 +37,20 @@
|
|||||||
<section id="key_bindings_table">
|
<section id="key_bindings_table">
|
||||||
<title>The Key Bindings Table</title>
|
<title>The Key Bindings Table</title>
|
||||||
<p>
|
<p>
|
||||||
The key bindings table provides a list of <app>Orca</app> operations
|
The key bindings table provides a list of <app>Cthulhu</app> operations
|
||||||
and the keys that are bound to them.
|
and the keys that are bound to them.
|
||||||
</p>
|
</p>
|
||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Command</gui> column contains a description of the
|
The <gui>Command</gui> column contains a description of the
|
||||||
<app>Orca</app> command to be performed.
|
<app>Cthulhu</app> command to be performed.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Key Binding</gui> column contains the keyboard shortcut currently
|
The <gui>Key Binding</gui> column contains the keyboard shortcut currently
|
||||||
assigned to the <app>Orca</app> command. You can modify the value of
|
assigned to the <app>Cthulhu</app> command. You can modify the value of
|
||||||
this column by pressing <key>Return</key>, pressing the keys for the
|
this column by pressing <key>Return</key>, pressing the keys for the
|
||||||
new binding, and pressing <key>Return</key> again.
|
new binding, and pressing <key>Return</key> again.
|
||||||
</p>
|
</p>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
<p>
|
<p>
|
||||||
Beneath the list of <app>Orca</app> keybindings, you will find a group
|
Beneath the list of <app>Cthulhu</app> keybindings, you will find a group
|
||||||
of "unbound" commands. These are commands which we feel will be very
|
of "unbound" commands. These are commands which we feel will be very
|
||||||
useful for some users, but not needed by most users. Rather than "use
|
useful for some users, but not needed by most users. Rather than "use
|
||||||
up" a keystroke for such commands, we have left them unassigned by
|
up" a keystroke for such commands, we have left them unassigned by
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<section id="keyecho">
|
<section id="keyecho">
|
||||||
<title>Enable key echo</title>
|
<title>Enable key echo</title>
|
||||||
<p>
|
<p>
|
||||||
Orca's key echo setting controls what happens each time you press
|
Cthulhu's key echo setting controls what happens each time you press
|
||||||
a key. To enable key echo, check the "Enable key echo" checkbox.
|
a key. To enable key echo, check the "Enable key echo" checkbox.
|
||||||
Doing so causes additional checkboxes to become available through
|
Doing so causes additional checkboxes to become available through
|
||||||
which you can choose exactly which keys should and should not be
|
which you can choose exactly which keys should and should not be
|
||||||
@ -105,7 +105,7 @@
|
|||||||
<p>
|
<p>
|
||||||
This option controls whether or not <key>Left</key>, <key>Right</key>,
|
This option controls whether or not <key>Left</key>, <key>Right</key>,
|
||||||
<key>Up</key>, and <key>Down</key> should be spoken when pressed. This
|
<key>Up</key>, and <key>Down</key> should be spoken when pressed. This
|
||||||
option also applies to any key combination in which <key>Orca
|
option also applies to any key combination in which <key>Cthulhu
|
||||||
Modifier</key> is being held down, for instance when flat review is
|
Modifier</key> is being held down, for instance when flat review is
|
||||||
being used.
|
being used.
|
||||||
</p>
|
</p>
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<section id="characterecho">
|
<section id="characterecho">
|
||||||
<title>Enable echo by character</title>
|
<title>Enable echo by character</title>
|
||||||
<p>
|
<p>
|
||||||
Enabling this option causes Orca to echo the character
|
Enabling this option causes Cthulhu to echo the character
|
||||||
you just typed.
|
you just typed.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -139,13 +139,13 @@
|
|||||||
<list>
|
<list>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Key echo causes <app>Orca</app> to announce what you just <em>
|
Key echo causes <app>Cthulhu</app> to announce what you just <em>
|
||||||
pressed</em>.
|
pressed</em>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
Character echo causes <app>Orca</app> to announce what was just
|
Character echo causes <app>Cthulhu</app> to announce what was just
|
||||||
<em>inserted</em>.
|
<em>inserted</em>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -161,7 +161,7 @@
|
|||||||
<title>Enabling both key echo and character echo</title>
|
<title>Enabling both key echo and character echo</title>
|
||||||
<p>
|
<p>
|
||||||
If you like key echo and you frequently type accented characters,
|
If you like key echo and you frequently type accented characters,
|
||||||
consider enabling both. <app>Orca</app>'s character echo logic
|
consider enabling both. <app>Cthulhu</app>'s character echo logic
|
||||||
attempts to filter out characters which were spoken as a result
|
attempts to filter out characters which were spoken as a result
|
||||||
of key echo, thus minimizing the likelihood of "double speaking"
|
of key echo, thus minimizing the likelihood of "double speaking"
|
||||||
as you type.
|
as you type.
|
||||||
@ -172,9 +172,9 @@
|
|||||||
<title>Enable echo by word and Enable echo by sentence</title>
|
<title>Enable echo by word and Enable echo by sentence</title>
|
||||||
<p>
|
<p>
|
||||||
Checking the <gui>Enable echo by word</gui> checkbox causes
|
Checking the <gui>Enable echo by word</gui> checkbox causes
|
||||||
<app>Orca</app> to echo the word you just typed. Similarly,
|
<app>Cthulhu</app> to echo the word you just typed. Similarly,
|
||||||
checking the <gui>Enable echo by sentence</gui> checkbox causes
|
checking the <gui>Enable echo by sentence</gui> checkbox causes
|
||||||
<app>Orca</app> to echo the sentence you just typed.
|
<app>Cthulhu</app> to echo the sentence you just typed.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Default value: not checked
|
Default value: not checked
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
may be a name or a technical term which the synthesizer mispronounces.
|
may be a name or a technical term which the synthesizer mispronounces.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Pronunciation</gui> page of the <app>Orca</app> preferences
|
The <gui>Pronunciation</gui> page of the <app>Cthulhu</app> preferences
|
||||||
dialog allows you to add, edit, and delete entries in <app>Orca</app>'s
|
dialog allows you to add, edit, and delete entries in <app>Cthulhu</app>'s
|
||||||
pronunciation dictionary.
|
pronunciation dictionary.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<title>Enable speech</title>
|
<title>Enable speech</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Enable speech</gui> check box controls whether or not
|
The <gui>Enable speech</gui> check box controls whether or not
|
||||||
<app>Orca</app> will make use of a speech synthesizer.
|
<app>Cthulhu</app> will make use of a speech synthesizer.
|
||||||
Braille-only users will likely want to uncheck this checkbox.
|
Braille-only users will likely want to uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The <gui>Verbosity</gui> setting determines the amount of information
|
The <gui>Verbosity</gui> setting determines the amount of information
|
||||||
that will be spoken in various situations. For example, if it is set
|
that will be spoken in various situations. For example, if it is set
|
||||||
to verbose, and you arrow into a word that is misspelled, <app>Orca</app>
|
to verbose, and you arrow into a word that is misspelled, <app>Cthulhu</app>
|
||||||
will announce that the word is misspelled. When the level is set to brief,
|
will announce that the word is misspelled. When the level is set to brief,
|
||||||
this announcement will not be made.
|
this announcement will not be made.
|
||||||
</p>
|
</p>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
<title>Some</title>
|
<title>Some</title>
|
||||||
<p>
|
<p>
|
||||||
Choosing a punctuation level of <gui>Some</gui> causes all of the
|
Choosing a punctuation level of <gui>Some</gui> causes all of the
|
||||||
previously-mentioned symbols to be spoken. In addition, <app>Orca</app>
|
previously-mentioned symbols to be spoken. In addition, <app>Cthulhu</app>
|
||||||
will speak known mathematical symbols, currency symbols, and "^", "@",
|
will speak known mathematical symbols, currency symbols, and "^", "@",
|
||||||
"/", "&", "#".
|
"/", "&", "#".
|
||||||
</p>
|
</p>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<title>Most</title>
|
<title>Most</title>
|
||||||
<p>
|
<p>
|
||||||
Choosing a punctuation level of <gui>Most</gui> causes all of the
|
Choosing a punctuation level of <gui>Most</gui> causes all of the
|
||||||
previous-mentioned symbols to be spoken. In addition, <app>Orca</app>
|
previous-mentioned symbols to be spoken. In addition, <app>Cthulhu</app>
|
||||||
will speak all other known punctuation symbols <em>other than</em> "!",
|
will speak all other known punctuation symbols <em>other than</em> "!",
|
||||||
"'", ",", ".", "?".
|
"'", ",", ".", "?".
|
||||||
</p>
|
</p>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<title>All</title>
|
<title>All</title>
|
||||||
<p>
|
<p>
|
||||||
Choosing a punctuation level of <gui>All</gui>, as expected, causes
|
Choosing a punctuation level of <gui>All</gui>, as expected, causes
|
||||||
<app>Orca</app> to speak all known punctuation symbols.
|
<app>Cthulhu</app> to speak all known punctuation symbols.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
@ -93,12 +93,12 @@
|
|||||||
The following items control the presentation of a variety of
|
The following items control the presentation of a variety of
|
||||||
supplemental, "system" information about the item with focus.
|
supplemental, "system" information about the item with focus.
|
||||||
Because the associated text does not appear on screen, this
|
Because the associated text does not appear on screen, this
|
||||||
information is presented in <app>Orca</app>'s System voice.
|
information is presented in <app>Cthulhu</app>'s System voice.
|
||||||
</p>
|
</p>
|
||||||
<section id="only_speak_displayed_text">
|
<section id="only_speak_displayed_text">
|
||||||
<title>Only speak displayed text</title>
|
<title>Only speak displayed text</title>
|
||||||
<p>
|
<p>
|
||||||
Checking this checkbox causes <app>Orca</app> to only speak actual
|
Checking this checkbox causes <app>Cthulhu</app> to only speak actual
|
||||||
text displayed on screen. This option is intended primarily for low
|
text displayed on screen. This option is intended primarily for low
|
||||||
vision users and users with a visual learning disability.
|
vision users and users with a visual learning disability.
|
||||||
</p>
|
</p>
|
||||||
@ -116,8 +116,8 @@
|
|||||||
<title>Speak blank lines</title>
|
<title>Speak blank lines</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Speak blank lines</gui> checkbox is checked,
|
If the <gui>Speak blank lines</gui> checkbox is checked,
|
||||||
<app>Orca</app> will say "blank" each time you arrow to a blank
|
<app>Cthulhu</app> will say "blank" each time you arrow to a blank
|
||||||
line. If it is unchecked, <app>Orca</app> will say nothing when
|
line. If it is unchecked, <app>Cthulhu</app> will say nothing when
|
||||||
you move to a blank line.
|
you move to a blank line.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -130,7 +130,7 @@
|
|||||||
When working with code or editing other documents it is often
|
When working with code or editing other documents it is often
|
||||||
desirable to be aware of justification and indentation. Checking
|
desirable to be aware of justification and indentation. Checking
|
||||||
the <gui>Speak indentation and justification</gui> checkbox will
|
the <gui>Speak indentation and justification</gui> checkbox will
|
||||||
cause <app>Orca</app> to announce this information.
|
cause <app>Cthulhu</app> to announce this information.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Default value: not checked
|
Default value: not checked
|
||||||
@ -143,7 +143,7 @@
|
|||||||
underneath misspelled words in editable text fields. If <gui>Speak
|
underneath misspelled words in editable text fields. If <gui>Speak
|
||||||
misspelled-word indicator</gui> is checked, when you navigate into
|
misspelled-word indicator</gui> is checked, when you navigate into
|
||||||
a word with this indicator, or type a word incorrectly causing this
|
a word with this indicator, or type a word incorrectly causing this
|
||||||
indicator to appear, <app>Orca</app> will speak "misspelled."
|
indicator to appear, <app>Cthulhu</app> will speak "misspelled."
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Default value: checked
|
Default value: checked
|
||||||
@ -153,7 +153,7 @@
|
|||||||
<title>Speak object mnemonics</title>
|
<title>Speak object mnemonics</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Speak object mnemonics</gui> checkbox is checked,
|
If the <gui>Speak object mnemonics</gui> checkbox is checked,
|
||||||
<app>Orca</app> will announce the mnemonic associated with the
|
<app>Cthulhu</app> will announce the mnemonic associated with the
|
||||||
object with focus (such as <keyseq><key>Alt</key><key>O</key>
|
object with focus (such as <keyseq><key>Alt</key><key>O</key>
|
||||||
</keyseq> for an <gui>OK</gui> button).
|
</keyseq> for an <gui>OK</gui> button).
|
||||||
</p>
|
</p>
|
||||||
@ -165,7 +165,7 @@
|
|||||||
<title>Speak child position</title>
|
<title>Speak child position</title>
|
||||||
<p>
|
<p>
|
||||||
Checking the <gui>Speak child position</gui> checkbox will cause
|
Checking the <gui>Speak child position</gui> checkbox will cause
|
||||||
<app>Orca</app> to announce the position of the focused item in
|
<app>Cthulhu</app> to announce the position of the focused item in
|
||||||
menus, lists, and trees (e.g. "9 of 16").
|
menus, lists, and trees (e.g. "9 of 16").
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -176,7 +176,7 @@
|
|||||||
<title>Speak tutorial messages</title>
|
<title>Speak tutorial messages</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Speak tutorial messages</gui> checkbox is checked, as
|
If the <gui>Speak tutorial messages</gui> checkbox is checked, as
|
||||||
you move amongst objects in an interface, <app>Orca</app> will
|
you move amongst objects in an interface, <app>Cthulhu</app> will
|
||||||
provide additional information, such as how to interact with the
|
provide additional information, such as how to interact with the
|
||||||
currently-focused object.
|
currently-focused object.
|
||||||
</p>
|
</p>
|
||||||
@ -188,7 +188,7 @@
|
|||||||
<title>Speak description</title>
|
<title>Speak description</title>
|
||||||
<p>
|
<p>
|
||||||
If the <gui>Speak description</gui> checkbox is checked, as
|
If the <gui>Speak description</gui> checkbox is checked, as
|
||||||
you move amongst objects in an interface, <app>Orca</app> will
|
you move amongst objects in an interface, <app>Cthulhu</app> will
|
||||||
speak the accessible description in addition to the accessible
|
speak the accessible description in addition to the accessible
|
||||||
name of the object.
|
name of the object.
|
||||||
</p>
|
</p>
|
||||||
@ -199,9 +199,9 @@
|
|||||||
<section id="system_messages_are_detailed">
|
<section id="system_messages_are_detailed">
|
||||||
<title>System messages are detailed</title>
|
<title>System messages are detailed</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>System messages are detailed</gui> is checked, <app>Orca</app> will
|
If <gui>System messages are detailed</gui> is checked, <app>Cthulhu</app> will
|
||||||
present detailed messages to you in speech. For instance, if you use
|
present detailed messages to you in speech. For instance, if you use
|
||||||
<app>Orca</app>'s command to change echo, <app>Orca</app> might
|
<app>Cthulhu</app>'s command to change echo, <app>Cthulhu</app> might
|
||||||
speak "Echo set to word." If you would prefer shorter messages,
|
speak "Echo set to word." If you would prefer shorter messages,
|
||||||
such as simply "word," you should uncheck this checkbox.
|
such as simply "word," you should uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
<section id="speak_colors_as_names">
|
<section id="speak_colors_as_names">
|
||||||
<title>Speak colors as names</title>
|
<title>Speak colors as names</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Speak colors as names</gui> is checked, <app>Orca</app> will
|
If <gui>Speak colors as names</gui> is checked, <app>Cthulhu</app> will
|
||||||
describe colors, looking for the closest approximate. For instance,
|
describe colors, looking for the closest approximate. For instance,
|
||||||
RGB 0, 27, 51 would be spoken as "midnight blue." If you would prefer
|
RGB 0, 27, 51 would be spoken as "midnight blue." If you would prefer
|
||||||
to hear the exact RGB value, you should uncheck this checkbox.
|
to hear the exact RGB value, you should uncheck this checkbox.
|
||||||
@ -225,7 +225,7 @@
|
|||||||
<title>Announce blockquotes during navigation</title>
|
<title>Announce blockquotes during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce blockquotes during navigation</gui> is checked,
|
If <gui>Announce blockquotes during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of a
|
<app>Cthulhu</app> will tell you when you navigate into or out of a
|
||||||
blockquote. Note that this setting is independent of whether or not
|
blockquote. Note that this setting is independent of whether or not
|
||||||
this announcement is made during Say All. See
|
this announcement is made during Say All. See
|
||||||
<link xref="preferences_general#say_all_announce_context">Announce
|
<link xref="preferences_general#say_all_announce_context">Announce
|
||||||
@ -239,7 +239,7 @@
|
|||||||
<title>Announce forms during navigation</title>
|
<title>Announce forms during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce forms during navigation</gui> is checked,
|
If <gui>Announce forms during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of a
|
<app>Cthulhu</app> will tell you when you navigate into or out of a
|
||||||
form. Note that this setting is specific to forms which are not
|
form. Note that this setting is specific to forms which are not
|
||||||
ARIA landmarks. You can configure the presentation of ARIA landmarks
|
ARIA landmarks. You can configure the presentation of ARIA landmarks
|
||||||
through the <gui>Announce landmarks during navigation</gui> checkbox.
|
through the <gui>Announce landmarks during navigation</gui> checkbox.
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<title>Announce landmarks during navigation</title>
|
<title>Announce landmarks during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce landmarks during navigation</gui> is checked,
|
If <gui>Announce landmarks during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of an
|
<app>Cthulhu</app> will tell you when you navigate into or out of an
|
||||||
ARIA landmark. Note that this setting is independent of whether or not
|
ARIA landmark. Note that this setting is independent of whether or not
|
||||||
this announcement is made during Say All. See
|
this announcement is made during Say All. See
|
||||||
<link xref="preferences_general#say_all_announce_context">Announce
|
<link xref="preferences_general#say_all_announce_context">Announce
|
||||||
@ -270,7 +270,7 @@
|
|||||||
<title>Announce lists during navigation</title>
|
<title>Announce lists during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce lists during navigation</gui> is checked,
|
If <gui>Announce lists during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of a
|
<app>Cthulhu</app> will tell you when you navigate into or out of a
|
||||||
list. Note that this setting is independent of whether or not
|
list. Note that this setting is independent of whether or not
|
||||||
this announcement is made during Say All. See
|
this announcement is made during Say All. See
|
||||||
<link xref="preferences_general#say_all_announce_context">Announce
|
<link xref="preferences_general#say_all_announce_context">Announce
|
||||||
@ -284,7 +284,7 @@
|
|||||||
<title>Announce panels during navigation</title>
|
<title>Announce panels during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce panels during navigation</gui> is checked,
|
If <gui>Announce panels during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of a
|
<app>Cthulhu</app> will tell you when you navigate into or out of a
|
||||||
panel. Note that this setting is independent of whether or not
|
panel. Note that this setting is independent of whether or not
|
||||||
this announcement is made during Say All. See
|
this announcement is made during Say All. See
|
||||||
<link xref="preferences_general#say_all_announce_context">Announce
|
<link xref="preferences_general#say_all_announce_context">Announce
|
||||||
@ -298,7 +298,7 @@
|
|||||||
<title>Announce tables during navigation</title>
|
<title>Announce tables during navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Announce tables during navigation</gui> is checked,
|
If <gui>Announce tables during navigation</gui> is checked,
|
||||||
<app>Orca</app> will tell you when you navigate into or out of a
|
<app>Cthulhu</app> will tell you when you navigate into or out of a
|
||||||
table. Note that this setting is independent of whether or not
|
table. Note that this setting is independent of whether or not
|
||||||
this announcement is made during Say All. See
|
this announcement is made during Say All. See
|
||||||
<link xref="preferences_general#say_all_announce_context">Announce
|
<link xref="preferences_general#say_all_announce_context">Announce
|
||||||
@ -313,7 +313,7 @@
|
|||||||
<p>
|
<p>
|
||||||
If <gui>Speak full row in GUI tables</gui> is checked, as you arrow up
|
If <gui>Speak full row in GUI tables</gui> is checked, as you arrow up
|
||||||
and down in application tables such as the list of messages in your
|
and down in application tables such as the list of messages in your
|
||||||
Inbox, <app>Orca</app> will speak the entire row. If you would prefer
|
Inbox, <app>Cthulhu</app> will speak the entire row. If you would prefer
|
||||||
to hear only the cell with focus, you should uncheck this checkbox.
|
to hear only the cell with focus, you should uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -325,7 +325,7 @@
|
|||||||
<p>
|
<p>
|
||||||
If <gui>Speak full row in document tables</gui> is checked, as you arrow
|
If <gui>Speak full row in document tables</gui> is checked, as you arrow
|
||||||
up and down in tables such as those found in <app>Writer</app> and web
|
up and down in tables such as those found in <app>Writer</app> and web
|
||||||
documents, <app>Orca</app> will speak the entire row. If you would prefer
|
documents, <app>Cthulhu</app> will speak the entire row. If you would prefer
|
||||||
to hear only the cell with focus, you should uncheck this checkbox.
|
to hear only the cell with focus, you should uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -336,7 +336,7 @@
|
|||||||
<title>Speak full row in spreadsheets</title>
|
<title>Speak full row in spreadsheets</title>
|
||||||
<p>
|
<p>
|
||||||
If <gui>Speak full row in spreadsheets</gui> is checked, as you arrow
|
If <gui>Speak full row in spreadsheets</gui> is checked, as you arrow
|
||||||
up and down in spreadsheets, <app>Orca</app> will speak the entire
|
up and down in spreadsheets, <app>Cthulhu</app> will speak the entire
|
||||||
row. If you would prefer to hear only the cell with focus, you should
|
row. If you would prefer to hear only the cell with focus, you should
|
||||||
uncheck this checkbox.
|
uncheck this checkbox.
|
||||||
</p>
|
</p>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title type="sort">4. Spell Check</title>
|
<title type="sort">4. Spell Check</title>
|
||||||
<title type="link">Spell Check</title>
|
<title type="link">Spell Check</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s support for Spell Check
|
Configuring <app>Cthulhu</app>'s support for Spell Check
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Spell Check Preferences</title>
|
<title>Spell Check Preferences</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> tries to provide a consistent user experience when interacting
|
<app>Cthulhu</app> tries to provide a consistent user experience when interacting
|
||||||
with application spell checkers. For applications where this enhanced support
|
with application spell checkers. For applications where this enhanced support
|
||||||
has been provided, you will find several options which you can adjust to get
|
has been provided, you will find several options which you can adjust to get
|
||||||
the verbosity level that works best for you.
|
the verbosity level that works best for you.
|
||||||
@ -27,15 +27,15 @@
|
|||||||
If you normally want very little verbosity when using a spell checker,
|
If you normally want very little verbosity when using a spell checker,
|
||||||
but occasionally need detailed information about a given error, you can
|
but occasionally need detailed information about a given error, you can
|
||||||
disable these options. When you need additional details, just use
|
disable these options. When you need additional details, just use
|
||||||
<app>Orca</app>'s detailed <link xref="howto_whereami">Where Am I</link>
|
<app>Cthulhu</app>'s detailed <link xref="howto_whereami">Where Am I</link>
|
||||||
command to have <app>Orca</app> present the current error as if all of these
|
command to have <app>Cthulhu</app> present the current error as if all of these
|
||||||
options were enabled.
|
options were enabled.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
<section id="spell_error">
|
<section id="spell_error">
|
||||||
<title>Spell error</title>
|
<title>Spell error</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will spell out the misspelled
|
If this checkbox is checked, <app>Cthulhu</app> will spell out the misspelled
|
||||||
word after speaking it.
|
word after speaking it.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<section id="spell_suggestion">
|
<section id="spell_suggestion">
|
||||||
<title>Spell suggestion</title>
|
<title>Spell suggestion</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will spell out the suggested
|
If this checkbox is checked, <app>Cthulhu</app> will spell out the suggested
|
||||||
correction after speaking it.
|
correction after speaking it.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
<section id="error_context">
|
<section id="error_context">
|
||||||
<title>Present context of error</title>
|
<title>Present context of error</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will speak the sentence or
|
If this checkbox is checked, <app>Cthulhu</app> will speak the sentence or
|
||||||
line from the document in which the error is found.
|
line from the document in which the error is found.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<title type="sort">2. Table Navigation</title>
|
<title type="sort">2. Table Navigation</title>
|
||||||
<title type="link">Table Navigation</title>
|
<title type="link">Table Navigation</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s navigation within tables
|
Configuring <app>Cthulhu</app>'s navigation within tables
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<title>Table Navigation Preferences</title>
|
<title>Table Navigation Preferences</title>
|
||||||
<p>
|
<p>
|
||||||
The following options allow you to customize how <app>Orca</app>
|
The following options allow you to customize how <app>Cthulhu</app>
|
||||||
behaves when navigating within a table in
|
behaves when navigating within a table in
|
||||||
<link xref="howto_structural_navigation">Structural-Navigation</link>-enabled
|
<link xref="howto_structural_navigation">Structural-Navigation</link>-enabled
|
||||||
applications.
|
applications.
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<section id="speak_cell_coordinates">
|
<section id="speak_cell_coordinates">
|
||||||
<title>Speak cell coordinates</title>
|
<title>Speak cell coordinates</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will announce the coordinates
|
If this checkbox is checked, <app>Cthulhu</app> will announce the coordinates
|
||||||
of each cell you navigate to.
|
of each cell you navigate to.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<section id="speak_multiple_cell_spans">
|
<section id="speak_multiple_cell_spans">
|
||||||
<title>Speak multiple cell spans</title>
|
<title>Speak multiple cell spans</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will announce how many rows
|
If this checkbox is checked, <app>Cthulhu</app> will announce how many rows
|
||||||
and/or columns a cell spans when it spans more than one.
|
and/or columns a cell spans when it spans more than one.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<section id="announce_cell_header">
|
<section id="announce_cell_header">
|
||||||
<title>Announce cell header</title>
|
<title>Announce cell header</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will announce changes in the
|
If this checkbox is checked, <app>Cthulhu</app> will announce changes in the
|
||||||
header if the headers for the current cell can be determined.
|
header if the headers for the current cell can be determined.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -58,8 +58,8 @@
|
|||||||
<section id="skip_blank_cells">
|
<section id="skip_blank_cells">
|
||||||
<title>Skip blank cells</title>
|
<title>Skip blank cells</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will skip blank cells when
|
If this checkbox is checked, <app>Cthulhu</app> will skip blank cells when
|
||||||
you are using <app>Orca</app>'s table structural navigation commands to
|
you are using <app>Cthulhu</app>'s table structural navigation commands to
|
||||||
access the table.
|
access the table.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
<p>
|
<p>
|
||||||
The term "text attributes" refers to all of the font, style, alignment,
|
The term "text attributes" refers to all of the font, style, alignment,
|
||||||
and other formatting associated with a given character or series of
|
and other formatting associated with a given character or series of
|
||||||
characters. <app>Orca</app>'s <gui>Text Attributes</gui> page allows you
|
characters. <app>Cthulhu</app>'s <gui>Text Attributes</gui> page allows you
|
||||||
to customize which text attributes <app>Orca</app> will present in speech,
|
to customize which text attributes <app>Cthulhu</app> will present in speech,
|
||||||
along with the order in which they should be presented, and which ones
|
along with the order in which they should be presented, and which ones
|
||||||
<app>Orca</app> will indicate in braille.
|
<app>Cthulhu</app> will indicate in braille.
|
||||||
</p>
|
</p>
|
||||||
<section id="table">
|
<section id="table">
|
||||||
<title>The text attributes table</title>
|
<title>The text attributes table</title>
|
||||||
@ -42,14 +42,14 @@
|
|||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<gui>Speak</gui>: Check this checkbox if you would like
|
<gui>Speak</gui>: Check this checkbox if you would like
|
||||||
<app>Orca</app> to speak this attribute when you press
|
<app>Cthulhu</app> to speak this attribute when you press
|
||||||
<keyseq><key>Orca Modifier</key><key>F</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>F</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<p>
|
<p>
|
||||||
<gui>Mark in braille</gui>: Check this checkbox if you would
|
<gui>Mark in braille</gui>: Check this checkbox if you would
|
||||||
like <app>Orca</app> to "underline" this attribute on your
|
like <app>Cthulhu</app> to "underline" this attribute on your
|
||||||
braille display.
|
braille display.
|
||||||
</p>
|
</p>
|
||||||
</item>
|
</item>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For example, by default the "underline" text attribute has a
|
For example, by default the "underline" text attribute has a
|
||||||
value of "none". This causes <app>Orca</app> to inform you
|
value of "none". This causes <app>Cthulhu</app> to inform you
|
||||||
about underlined text as long as the text is actually underlined.
|
about underlined text as long as the text is actually underlined.
|
||||||
If you always want this attribute to be spoken irrespective of
|
If you always want this attribute to be spoken irrespective of
|
||||||
whether or not the text is underlined, the <gui>Present unless</gui>
|
whether or not the text is underlined, the <gui>Present unless</gui>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title type="sort">2.0 Voice</title>
|
<title type="sort">2.0 Voice</title>
|
||||||
<title type="link">Voice</title>
|
<title type="link">Voice</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring the voice used by <app>Orca</app>
|
Configuring the voice used by <app>Cthulhu</app>
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
<name>Joanmarie Diggs</name>
|
<name>Joanmarie Diggs</name>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<p>
|
<p>
|
||||||
This combo box makes it possible for you to use different voices so that
|
This combo box makes it possible for you to use different voices so that
|
||||||
you can better distinguish uppercase and linked text from other text,
|
you can better distinguish uppercase and linked text from other text,
|
||||||
and on-screen text from text added by <app>Orca</app>.
|
and on-screen text from text added by <app>Cthulhu</app>.
|
||||||
</p>
|
</p>
|
||||||
<note style="tip">
|
<note style="tip">
|
||||||
<title>Configuring Multiple Voices</title>
|
<title>Configuring Multiple Voices</title>
|
||||||
@ -63,7 +63,7 @@
|
|||||||
<title>Capitalization style</title>
|
<title>Capitalization style</title>
|
||||||
<p>
|
<p>
|
||||||
This combo box allows you to choose which Speech Dispatcher capitalization
|
This combo box allows you to choose which Speech Dispatcher capitalization
|
||||||
indication styles you wish to use in addition to <app>Orca</app>'s
|
indication styles you wish to use in addition to <app>Cthulhu</app>'s
|
||||||
capitalization voice. The options, which are named using Speech Dispatcher's
|
capitalization voice. The options, which are named using Speech Dispatcher's
|
||||||
terminology, are:
|
terminology, are:
|
||||||
</p>
|
</p>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<note style="tip">
|
<note style="tip">
|
||||||
<title>This setting can be toggled on the fly</title>
|
<title>This setting can be toggled on the fly</title>
|
||||||
<p>
|
<p>
|
||||||
<app>Orca</app> also has a command to cycle through the available
|
<app>Cthulhu</app> also has a command to cycle through the available
|
||||||
capitalization styles. See <link xref="commands_speech_settings">
|
capitalization styles. See <link xref="commands_speech_settings">
|
||||||
Speech Settings Commands</link> for more information.
|
Speech Settings Commands</link> for more information.
|
||||||
</p>
|
</p>
|
||||||
@ -97,11 +97,11 @@
|
|||||||
<section id="pauses">
|
<section id="pauses">
|
||||||
<title>Break speech into chunks between pauses</title>
|
<title>Break speech into chunks between pauses</title>
|
||||||
<p>
|
<p>
|
||||||
Depending on the enabled speech settings, <app>Orca</app> may have quite
|
Depending on the enabled speech settings, <app>Cthulhu</app> may have quite
|
||||||
a bit to say about a particular object such as its name, its role, its
|
a bit to say about a particular object such as its name, its role, its
|
||||||
state, its mnemonic, its tutorial message, and so on. Checking the
|
state, its mnemonic, its tutorial message, and so on. Checking the
|
||||||
<gui>Break speech into chunks between pauses</gui> checkbox will cause
|
<gui>Break speech into chunks between pauses</gui> checkbox will cause
|
||||||
<app>Orca</app> to insert brief pauses in between each of these pieces
|
<app>Cthulhu</app> to insert brief pauses in between each of these pieces
|
||||||
of information.
|
of information.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -115,7 +115,7 @@
|
|||||||
across a "word" consisting of several words with alternating case, such
|
across a "word" consisting of several words with alternating case, such
|
||||||
as "MultiCaseString." Speech synthesizers do not always pronounce such
|
as "MultiCaseString." Speech synthesizers do not always pronounce such
|
||||||
multicase strings correctly. Checking the <gui>Speak multicase strings
|
multicase strings correctly. Checking the <gui>Speak multicase strings
|
||||||
as words</gui> checkbox will cause <app>Orca</app> to break a word like
|
as words</gui> checkbox will cause <app>Cthulhu</app> to break a word like
|
||||||
"MultiCaseString" into separate words ("Multi," "Case," and "String")
|
"MultiCaseString" into separate words ("Multi," "Case," and "String")
|
||||||
prior to passing it along to the speech synthesizer.
|
prior to passing it along to the speech synthesizer.
|
||||||
</p>
|
</p>
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<title>Speak numbers as digits</title>
|
<title>Speak numbers as digits</title>
|
||||||
<p>
|
<p>
|
||||||
Checking the <gui>Speak numbers as digits</gui> checkbox will cause
|
Checking the <gui>Speak numbers as digits</gui> checkbox will cause
|
||||||
<app>Orca</app> to break a number like "123" into separate digits
|
<app>Cthulhu</app> to break a number like "123" into separate digits
|
||||||
("1," "2," and "3") prior to passing it along to the speech synthesizer.
|
("1," "2," and "3") prior to passing it along to the speech synthesizer.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title type="sort">1. Web Navigation</title>
|
<title type="sort">1. Web Navigation</title>
|
||||||
<title type="link">Web Navigation</title>
|
<title type="link">Web Navigation</title>
|
||||||
<desc>
|
<desc>
|
||||||
Configuring <app>Orca</app>'s support for <app>Firefox</app>,
|
Configuring <app>Cthulhu</app>'s support for <app>Firefox</app>,
|
||||||
<app>Thunderbird</app>, and <app>Chrome</app>/<app>Chromium</app>
|
<app>Thunderbird</app>, and <app>Chrome</app>/<app>Chromium</app>
|
||||||
</desc>
|
</desc>
|
||||||
<credit type="author">
|
<credit type="author">
|
||||||
@ -21,14 +21,14 @@
|
|||||||
<title>Page Navigation</title>
|
<title>Page Navigation</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Page Navigation</gui> group of controls make it possible for you
|
The <gui>Page Navigation</gui> group of controls make it possible for you
|
||||||
to customize how <app>Orca</app> presents, and allow you to interact with,
|
to customize how <app>Cthulhu</app> presents, and allow you to interact with,
|
||||||
text and other content.
|
text and other content.
|
||||||
</p>
|
</p>
|
||||||
<section id="page_navigation_control_caret">
|
<section id="page_navigation_control_caret">
|
||||||
<title>Control caret navigation</title>
|
<title>Control caret navigation</title>
|
||||||
<p>
|
<p>
|
||||||
This checkbox toggles <app>Orca</app>'s caret navigation on and off.
|
This checkbox toggles <app>Cthulhu</app>'s caret navigation on and off.
|
||||||
When it is on, <app>Orca</app> takes control of the caret as you arrow
|
When it is on, <app>Cthulhu</app> takes control of the caret as you arrow
|
||||||
around within a page; when it is off, the browser's native caret navigation is
|
around within a page; when it is off, the browser's native caret navigation is
|
||||||
active.
|
active.
|
||||||
</p>
|
</p>
|
||||||
@ -39,19 +39,19 @@
|
|||||||
<title>This setting can be toggled on the fly</title>
|
<title>This setting can be toggled on the fly</title>
|
||||||
<p>
|
<p>
|
||||||
To toggle this setting on the fly without saving it, use
|
To toggle this setting on the fly without saving it, use
|
||||||
<keyseq><key>Orca Modifier</key><key>F12</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>F12</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
<section id="page_navigation_focus_caret">
|
<section id="page_navigation_focus_caret">
|
||||||
<title>Automatic focus mode during caret navigation</title>
|
<title>Automatic focus mode during caret navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will automatically turn on
|
If this checkbox is checked, <app>Cthulhu</app> will automatically turn on
|
||||||
focus mode when you use caret navigation commands to navigate to a form
|
focus mode when you use caret navigation commands to navigate to a form
|
||||||
field. For example, pressing <key>Down</key> would allow you to move
|
field. For example, pressing <key>Down</key> would allow you to move
|
||||||
into an entry but once you had done so, Orca would switch to focus mode
|
into an entry but once you had done so, Cthulhu would switch to focus mode
|
||||||
and subsequent presses of <key>Down</key> would be controlled by the web
|
and subsequent presses of <key>Down</key> would be controlled by the web
|
||||||
browser and not by Orca. If this checkbox is not checked, <app>Orca</app>
|
browser and not by Cthulhu. If this checkbox is not checked, <app>Cthulhu</app>
|
||||||
would continue to control what happens when you press <key>Down</key>,
|
would continue to control what happens when you press <key>Down</key>,
|
||||||
thus making it possible to arrow out of the entry and continue reading.
|
thus making it possible to arrow out of the entry and continue reading.
|
||||||
</p>
|
</p>
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<title>Manually switching between browse mode and focus mode</title>
|
<title>Manually switching between browse mode and focus mode</title>
|
||||||
<p>
|
<p>
|
||||||
In order to start or stop interacting with the focused form field,
|
In order to start or stop interacting with the focused form field,
|
||||||
use <keyseq><key>Orca Modifier</key><key>A</key></keyseq> to switch
|
use <keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq> to switch
|
||||||
between browse mode and focus mode.
|
between browse mode and focus mode.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<section id="page_navigation_structural">
|
<section id="page_navigation_structural">
|
||||||
<title>Enable structural navigation</title>
|
<title>Enable structural navigation</title>
|
||||||
<p>
|
<p>
|
||||||
This checkbox toggles <app>Orca</app>'s
|
This checkbox toggles <app>Cthulhu</app>'s
|
||||||
<link xref="howto_structural_navigation">Structural Navigation</link>
|
<link xref="howto_structural_navigation">Structural Navigation</link>
|
||||||
on and off. Structural Navigation allows you to navigate by elements
|
on and off. Structural Navigation allows you to navigate by elements
|
||||||
such as headings, links, and form fields.
|
such as headings, links, and form fields.
|
||||||
@ -82,19 +82,19 @@
|
|||||||
<title>This setting can be toggled on the fly</title>
|
<title>This setting can be toggled on the fly</title>
|
||||||
<p>
|
<p>
|
||||||
To toggle this setting on the fly without saving it, use
|
To toggle this setting on the fly without saving it, use
|
||||||
<keyseq><key>Orca Modifier</key><key>Z</key></keyseq>.
|
<keyseq><key>Cthulhu Modifier</key><key>Z</key></keyseq>.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
<section id="page_navigation_focus_structural">
|
<section id="page_navigation_focus_structural">
|
||||||
<title>Automatic focus mode during structural navigation</title>
|
<title>Automatic focus mode during structural navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will automatically turn on
|
If this checkbox is checked, <app>Cthulhu</app> will automatically turn on
|
||||||
focus mode when you use structural navigation commands to navigate to a
|
focus mode when you use structural navigation commands to navigate to a
|
||||||
form field. For example, pressing <key>E</key> to move to the next entry
|
form field. For example, pressing <key>E</key> to move to the next entry
|
||||||
would move focus there and also turn focus mode on so that your next press
|
would move focus there and also turn focus mode on so that your next press
|
||||||
of <key>E</key> would type an "e" into that entry. If this checkbox is not
|
of <key>E</key> would type an "e" into that entry. If this checkbox is not
|
||||||
checked, then <app>Orca</app> will leave you in browse mode and your next
|
checked, then <app>Cthulhu</app> will leave you in browse mode and your next
|
||||||
press of <key>E</key> would move you to the next entry on the page.
|
press of <key>E</key> would move you to the next entry on the page.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
<title>Manually switching between browse mode and focus mode</title>
|
<title>Manually switching between browse mode and focus mode</title>
|
||||||
<p>
|
<p>
|
||||||
In order to start or stop interacting with the focused form field,
|
In order to start or stop interacting with the focused form field,
|
||||||
use <keyseq><key>Orca Modifier</key><key>A</key></keyseq> to switch
|
use <keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq> to switch
|
||||||
between browse mode and focus mode.
|
between browse mode and focus mode.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
@ -112,12 +112,12 @@
|
|||||||
<section id="page_navigation_focus_native">
|
<section id="page_navigation_focus_native">
|
||||||
<title>Automatic focus mode during native navigation</title>
|
<title>Automatic focus mode during native navigation</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will automatically turn on
|
If this checkbox is checked, <app>Cthulhu</app> will automatically turn on
|
||||||
focus mode when you use native browser navigation commands to navigate to a
|
focus mode when you use native browser navigation commands to navigate to a
|
||||||
form field. For example, pressing <key>Tab</key> to move to the next entry
|
form field. For example, pressing <key>Tab</key> to move to the next entry
|
||||||
would move focus there and also turn focus mode on so that your next press
|
would move focus there and also turn focus mode on so that your next press
|
||||||
of <key>E</key> would type an "e" into that entry. If this checkbox is not
|
of <key>E</key> would type an "e" into that entry. If this checkbox is not
|
||||||
checked, then <app>Orca</app> will leave you in browse mode and your next
|
checked, then <app>Cthulhu</app> will leave you in browse mode and your next
|
||||||
press of <key>E</key> would move you to the next entry on the page.
|
press of <key>E</key> would move you to the next entry on the page.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<title>Manually switching between browse mode and focus mode</title>
|
<title>Manually switching between browse mode and focus mode</title>
|
||||||
<p>
|
<p>
|
||||||
In order to start or stop interacting with the focused form field,
|
In order to start or stop interacting with the focused form field,
|
||||||
use <keyseq><key>Orca Modifier</key><key>A</key></keyseq> to switch
|
use <keyseq><key>Cthulhu Modifier</key><key>A</key></keyseq> to switch
|
||||||
between browse mode and focus mode.
|
between browse mode and focus mode.
|
||||||
</p>
|
</p>
|
||||||
</note>
|
</note>
|
||||||
@ -135,7 +135,7 @@
|
|||||||
<section id="page_navigation_speak">
|
<section id="page_navigation_speak">
|
||||||
<title>Automatically start speaking a page when it is first loaded</title>
|
<title>Automatically start speaking a page when it is first loaded</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will perform a Say All on
|
If this checkbox is checked, <app>Cthulhu</app> will perform a Say All on
|
||||||
the newly opened web page or email.
|
the newly opened web page or email.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -145,7 +145,7 @@
|
|||||||
<section id="page_navigation_summary">
|
<section id="page_navigation_summary">
|
||||||
<title>Present summary of a page when it is first loaded</title>
|
<title>Present summary of a page when it is first loaded</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will summarize details about the
|
If this checkbox is checked, <app>Cthulhu</app> will summarize details about the
|
||||||
newly opened web page or email, such as the number of headings, landmarks,
|
newly opened web page or email, such as the number of headings, landmarks,
|
||||||
and links.
|
and links.
|
||||||
</p>
|
</p>
|
||||||
@ -156,9 +156,9 @@
|
|||||||
<section id="page_navigation_layout_mode">
|
<section id="page_navigation_layout_mode">
|
||||||
<title>Enable layout mode for content</title>
|
<title>Enable layout mode for content</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app>'s caret navigation will respect
|
If this checkbox is checked, <app>Cthulhu</app>'s caret navigation will respect
|
||||||
the on-screen layout of the content and present the full line, including any
|
the on-screen layout of the content and present the full line, including any
|
||||||
links or form fields on that line. If this checkbox is not checked, <app>Orca</app>
|
links or form fields on that line. If this checkbox is not checked, <app>Cthulhu</app>
|
||||||
will treat objects such as links and form fields as if they were on separate
|
will treat objects such as links and form fields as if they were on separate
|
||||||
lines, both for presentation and navigation.
|
lines, both for presentation and navigation.
|
||||||
</p>
|
</p>
|
||||||
@ -171,7 +171,7 @@
|
|||||||
<title>Table Options</title>
|
<title>Table Options</title>
|
||||||
<note>
|
<note>
|
||||||
<p>
|
<p>
|
||||||
To learn more about <app>Orca</app>'s options for navigating within
|
To learn more about <app>Cthulhu</app>'s options for navigating within
|
||||||
tables, please see <link xref="preferences_table_navigation">Table
|
tables, please see <link xref="preferences_table_navigation">Table
|
||||||
Navigation Preferences</link>.
|
Navigation Preferences</link>.
|
||||||
</p>
|
</p>
|
||||||
@ -181,13 +181,13 @@
|
|||||||
<title>Find Options</title>
|
<title>Find Options</title>
|
||||||
<p>
|
<p>
|
||||||
The <gui>Find Options</gui> group of controls make it possible for you to
|
The <gui>Find Options</gui> group of controls make it possible for you to
|
||||||
customize how <app>Orca</app> presents the results of a search conducted
|
customize how <app>Cthulhu</app> presents the results of a search conducted
|
||||||
using the application's built-in search functionality.
|
using the application's built-in search functionality.
|
||||||
</p>
|
</p>
|
||||||
<section id="find_options_speak_during_find">
|
<section id="find_options_speak_during_find">
|
||||||
<title>Speak results during find</title>
|
<title>Speak results during find</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will read the line which
|
If this checkbox is checked, <app>Cthulhu</app> will read the line which
|
||||||
matches your current search query.
|
matches your current search query.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -197,7 +197,7 @@
|
|||||||
<section id="find_options_speak_changed_lines_during_find">
|
<section id="find_options_speak_changed_lines_during_find">
|
||||||
<title>Only speak changed lines during find</title>
|
<title>Only speak changed lines during find</title>
|
||||||
<p>
|
<p>
|
||||||
If this checkbox is checked, <app>Orca</app> will not present the
|
If this checkbox is checked, <app>Cthulhu</app> will not present the
|
||||||
matching line if it is the same line as the previous match. This
|
matching line if it is the same line as the previous match. This
|
||||||
option is designed to prevent "chattiness" on a line with multiple
|
option is designed to prevent "chattiness" on a line with multiple
|
||||||
instances of the string for which you are searching.
|
instances of the string for which you are searching.
|
||||||
@ -210,7 +210,7 @@
|
|||||||
<title>Minimum length of matched text</title>
|
<title>Minimum length of matched text</title>
|
||||||
<p>
|
<p>
|
||||||
This editable spin button is where you can specify the number of
|
This editable spin button is where you can specify the number of
|
||||||
characters which must match before <app>Orca</app> announces the
|
characters which must match before <app>Cthulhu</app> announces the
|
||||||
matching line. This option is also designed to prevent "chattiness"
|
matching line. This option is also designed to prevent "chattiness"
|
||||||
as there are many matches when you first begin typing the string
|
as there are many matches when you first begin typing the string
|
||||||
for which you are searching.
|
for which you are searching.
|
||||||
|
1634
help/bg/bg.po
1634
help/bg/bg.po
File diff suppressed because it is too large
Load Diff
1632
help/cs/cs.po
1632
help/cs/cs.po
File diff suppressed because it is too large
Load Diff
1720
help/da/da.po
1720
help/da/da.po
File diff suppressed because it is too large
Load Diff
1728
help/de/de.po
1728
help/de/de.po
File diff suppressed because it is too large
Load Diff
1866
help/el/el.po
1866
help/el/el.po
File diff suppressed because it is too large
Load Diff
2078
help/es/es.po
2078
help/es/es.po
File diff suppressed because it is too large
Load Diff
1698
help/fr/fr.po
1698
help/fr/fr.po
File diff suppressed because it is too large
Load Diff
988
help/gl/gl.po
988
help/gl/gl.po
File diff suppressed because it is too large
Load Diff
852
help/hu/hu.po
852
help/hu/hu.po
File diff suppressed because it is too large
Load Diff
1694
help/id/id.po
1694
help/id/id.po
File diff suppressed because it is too large
Load Diff
1956
help/pt_BR/pt_BR.po
1956
help/pt_BR/pt_BR.po
File diff suppressed because it is too large
Load Diff
1714
help/ru/ru.po
1714
help/ru/ru.po
File diff suppressed because it is too large
Load Diff
848
help/sl/sl.po
848
help/sl/sl.po
File diff suppressed because it is too large
Load Diff
1778
help/sv/sv.po
1778
help/sv/sv.po
File diff suppressed because it is too large
Load Diff
1706
help/uk/uk.po
1706
help/uk/uk.po
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
Orca icon created by Stephen Brandt.
|
Cthulhu icon created by Stephen Brandt.
|
||||||
stephen@stephenbrandt.com
|
stephen@stephenbrandt.com
|
||||||
http://www.stephenbrandt.com/
|
http://www.stephenbrandt.com/
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2
|
|||||||
# or entity, or to disclaim their copyright. The empty string stands for
|
# or entity, or to disclaim their copyright. The empty string stands for
|
||||||
# the public domain; in this case the translators are expected to disclaim
|
# the public domain; in this case the translators are expected to disclaim
|
||||||
# their copyright.
|
# their copyright.
|
||||||
COPYRIGHT_HOLDER = The Orca Team.
|
COPYRIGHT_HOLDER = The Cthulhu Team.
|
||||||
|
|
||||||
# This tells whether or not to prepend "GNU " prefix to the package
|
# This tells whether or not to prepend "GNU " prefix to the package
|
||||||
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
||||||
|
22
po/bn_IN.po
22
po/bn_IN.po
@ -308,7 +308,7 @@ msgid "Increases the speech pitch."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/default.py:209
|
#: src/cthulhu/default.py:209
|
||||||
msgid "Quits Orca"
|
msgid "Quits Cthulhu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/default.py:213
|
#: src/cthulhu/default.py:213
|
||||||
@ -329,7 +329,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/cthulhu/default.py:229
|
#: src/cthulhu/default.py:229
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints a debug listing of all known applications to the console where Orca "
|
"Prints a debug listing of all known applications to the console where Cthulhu "
|
||||||
"is running."
|
"is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -340,7 +340,7 @@ msgstr ""
|
|||||||
#: src/cthulhu/default.py:237
|
#: src/cthulhu/default.py:237
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints debug information about the currently active application to the "
|
"Prints debug information about the currently active application to the "
|
||||||
"console where Orca is running."
|
"console where Cthulhu is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/default.py:241
|
#: src/cthulhu/default.py:241
|
||||||
@ -497,8 +497,8 @@ msgid "F 12"
|
|||||||
msgstr "F 12"
|
msgstr "F 12"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:8
|
#: src/cthulhu/cthulhu-setup.glade:8
|
||||||
msgid "Orca Preferences"
|
msgid "Cthulhu Preferences"
|
||||||
msgstr "Orca'র বৈশিষ্ট্য"
|
msgstr "Cthulhu'র বৈশিষ্ট্য"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:124
|
#: src/cthulhu/cthulhu-setup.glade:124
|
||||||
msgid "_Enable speech"
|
msgid "_Enable speech"
|
||||||
@ -809,12 +809,12 @@ msgid "Speech disabled."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:880
|
#: src/cthulhu/cthulhu.py:880
|
||||||
msgid "Orca user settings reloaded."
|
msgid "Cthulhu user settings reloaded."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
||||||
msgid "Welcome to Orca."
|
msgid "Welcome to Cthulhu."
|
||||||
msgstr "Orca'য় স্বাগতম।"
|
msgstr "Cthulhu'য় স্বাগতম।"
|
||||||
|
|
||||||
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
||||||
#. we can recover from hangs. It's only experimental, so it's
|
#. we can recover from hangs. It's only experimental, so it's
|
||||||
@ -857,7 +857,7 @@ msgstr "-n, --no-setup Skip set up of user preferences"
|
|||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1134
|
#: src/cthulhu/cthulhu.py:1134
|
||||||
msgid ""
|
msgid ""
|
||||||
"If Orca has not been previously set up by the user, Orca\n"
|
"If Cthulhu has not been previously set up by the user, Cthulhu\n"
|
||||||
"will automatically launch the preferences set up unless\n"
|
"will automatically launch the preferences set up unless\n"
|
||||||
"the -n or --no-setup option is used."
|
"the -n or --no-setup option is used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -871,8 +871,8 @@ msgid "Speech is unavailable."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:97
|
#: src/cthulhu/cthulhu_console_prefs.py:97
|
||||||
msgid "Welcome to Orca setup."
|
msgid "Welcome to Cthulhu setup."
|
||||||
msgstr "Orca'র বৈশিষ্ট্য স্থাপন ব্যবস্থায় স্বাগতম।"
|
msgstr "Cthulhu'র বৈশিষ্ট্য স্থাপন ব্যবস্থায় স্বাগতম।"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:112
|
#: src/cthulhu/cthulhu_console_prefs.py:112
|
||||||
msgid "Select desired speech system:"
|
msgid "Select desired speech system:"
|
||||||
|
1108
po/ca@valencia.po
1108
po/ca@valencia.po
File diff suppressed because it is too large
Load Diff
38
po/cy.po
38
po/cy.po
@ -1,5 +1,5 @@
|
|||||||
# Orca in Welsh.
|
# Cthulhu in Welsh.
|
||||||
# This file is distributed under the same license as the Orca package.
|
# This file is distributed under the same license as the Cthulhu package.
|
||||||
# Rhys Jones <rhys@sucs.org>, 2006.
|
# Rhys Jones <rhys@sucs.org>, 2006.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -310,8 +310,8 @@ msgid "Increases the speech pitch."
|
|||||||
msgstr "Cynyddu traw'r llais."
|
msgstr "Cynyddu traw'r llais."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:209
|
#: src/cthulhu/default.py:209
|
||||||
msgid "Quits Orca"
|
msgid "Quits Cthulhu"
|
||||||
msgstr "Gadael Orca"
|
msgstr "Gadael Cthulhu"
|
||||||
|
|
||||||
#: src/cthulhu/default.py:213
|
#: src/cthulhu/default.py:213
|
||||||
msgid "Toggles keystroke recording on and off."
|
msgid "Toggles keystroke recording on and off."
|
||||||
@ -332,11 +332,11 @@ msgstr "Toglu tewi'r lleferydd."
|
|||||||
|
|
||||||
#: src/cthulhu/default.py:229
|
#: src/cthulhu/default.py:229
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints a debug listing of all known applications to the console where Orca "
|
"Prints a debug listing of all known applications to the console where Cthulhu "
|
||||||
"is running."
|
"is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Printio rhestr ddatnamu o'r holl raglenni y gŵyr amdanynt at y consol lle "
|
"Printio rhestr ddatnamu o'r holl raglenni y gŵyr amdanynt at y consol lle "
|
||||||
"mae Orca'n rhedeg."
|
"mae Cthulhu'n rhedeg."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:233
|
#: src/cthulhu/default.py:233
|
||||||
msgid "Cycles the debug level at run time."
|
msgid "Cycles the debug level at run time."
|
||||||
@ -345,10 +345,10 @@ msgstr "Cylchu'r lefel datnamu ar adeg rhedeg."
|
|||||||
#: src/cthulhu/default.py:237
|
#: src/cthulhu/default.py:237
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints debug information about the currently active application to the "
|
"Prints debug information about the currently active application to the "
|
||||||
"console where Orca is running."
|
"console where Cthulhu is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Printio gwybodaeth ddatnamu ynglŷn â'r rhaglen sy'n weithredol ar hyn o bryd "
|
"Printio gwybodaeth ddatnamu ynglŷn â'r rhaglen sy'n weithredol ar hyn o bryd "
|
||||||
"at y consol lle mae Orca'n rhedeg."
|
"at y consol lle mae Cthulhu'n rhedeg."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:241
|
#: src/cthulhu/default.py:241
|
||||||
msgid "Prints debug information about the ancestry of the object with focus"
|
msgid "Prints debug information about the ancestry of the object with focus"
|
||||||
@ -510,8 +510,8 @@ msgid "F 12"
|
|||||||
msgstr "F 12"
|
msgstr "F 12"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:8
|
#: src/cthulhu/cthulhu-setup.glade:8
|
||||||
msgid "Orca Preferences"
|
msgid "Cthulhu Preferences"
|
||||||
msgstr "Hoffterau Orca"
|
msgstr "Hoffterau Cthulhu"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:124
|
#: src/cthulhu/cthulhu-setup.glade:124
|
||||||
msgid "_Enable speech"
|
msgid "_Enable speech"
|
||||||
@ -835,12 +835,12 @@ msgid "Speech disabled."
|
|||||||
msgstr "Lleferydd wedi'i analluogi."
|
msgstr "Lleferydd wedi'i analluogi."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:880
|
#: src/cthulhu/cthulhu.py:880
|
||||||
msgid "Orca user settings reloaded."
|
msgid "Cthulhu user settings reloaded."
|
||||||
msgstr "Gosodiadau defnyddiwr Orca wedi eu hail-lwytho."
|
msgstr "Gosodiadau defnyddiwr Cthulhu wedi eu hail-lwytho."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
||||||
msgid "Welcome to Orca."
|
msgid "Welcome to Cthulhu."
|
||||||
msgstr "Croeso i Orca."
|
msgstr "Croeso i Cthulhu."
|
||||||
|
|
||||||
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
||||||
#. we can recover from hangs. It's only experimental, so it's
|
#. we can recover from hangs. It's only experimental, so it's
|
||||||
@ -884,12 +884,12 @@ msgstr "-n, --no-setup Hepgor gosod hoffterau'r defnyddiwr"
|
|||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1134
|
#: src/cthulhu/cthulhu.py:1134
|
||||||
msgid ""
|
msgid ""
|
||||||
"If Orca has not been previously set up by the user, Orca\n"
|
"If Cthulhu has not been previously set up by the user, Cthulhu\n"
|
||||||
"will automatically launch the preferences set up unless\n"
|
"will automatically launch the preferences set up unless\n"
|
||||||
"the -n or --no-setup option is used."
|
"the -n or --no-setup option is used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Os nad yw Orca wedi ei osod gan y defnyddiwr ynghynt,\n"
|
"Os nad yw Cthulhu wedi ei osod gan y defnyddiwr ynghynt,\n"
|
||||||
"fe fydd Orca yn lansio'r gosodiad hoffterau'n awtomatig\n"
|
"fe fydd Cthulhu yn lansio'r gosodiad hoffterau'n awtomatig\n"
|
||||||
"oni bai fod yr opsiwn -n neu --no-setup wedi ei ddefnyddio."
|
"oni bai fod yr opsiwn -n neu --no-setup wedi ei ddefnyddio."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1136
|
#: src/cthulhu/cthulhu.py:1136
|
||||||
@ -901,8 +901,8 @@ msgid "Speech is unavailable."
|
|||||||
msgstr "Lleferydd ddim ar gael."
|
msgstr "Lleferydd ddim ar gael."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:97
|
#: src/cthulhu/cthulhu_console_prefs.py:97
|
||||||
msgid "Welcome to Orca setup."
|
msgid "Welcome to Cthulhu setup."
|
||||||
msgstr "Croeso i raglen osod Orca."
|
msgstr "Croeso i raglen osod Cthulhu."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:112
|
#: src/cthulhu/cthulhu_console_prefs.py:112
|
||||||
msgid "Select desired speech system:"
|
msgid "Select desired speech system:"
|
||||||
|
282
po/dz.po
282
po/dz.po
@ -21,7 +21,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
|
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
|
||||||
|
|
||||||
#: ../cthulhu.desktop.in.h:1
|
#: ../cthulhu.desktop.in.h:1
|
||||||
msgid "Orca Screen Reader and Magnifier"
|
msgid "Cthulhu Screen Reader and Magnifier"
|
||||||
msgstr "ཨོར་ཀ་གསལ་གཞི་ལྷག་བྱེད་དང་ཆེ་ཤེལ།"
|
msgstr "ཨོར་ཀ་གསལ་གཞི་ལྷག་བྱེད་དང་ཆེ་ཤེལ།"
|
||||||
|
|
||||||
#: ../cthulhu.desktop.in.h:2
|
#: ../cthulhu.desktop.in.h:2
|
||||||
@ -352,9 +352,9 @@ msgstr "བགོ་ནི་"
|
|||||||
msgid "multiply"
|
msgid "multiply"
|
||||||
msgstr "དགུ་མཐའ་བརྐྱབ་"
|
msgstr "དགུ་མཐའ་བརྐྱབ་"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -366,9 +366,9 @@ msgstr "དགུ་མཐའ་བརྐྱབ་"
|
|||||||
msgid "Performs left click on current flat review item."
|
msgid "Performs left click on current flat review item."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་རྣམ་གྲངས་ཚུ་ལུ་ གཡོན་གྱི་གཡེབ་གཏང་ལག་ལེན་འཐབ་ཨིན།"
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་རྣམ་གྲངས་ཚུ་ལུ་ གཡོན་གྱི་གཡེབ་གཏང་ལག་ལེན་འཐབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -380,7 +380,7 @@ msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞི
|
|||||||
msgid "Performs right click on current flat review item."
|
msgid "Performs right click on current flat review item."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་རྣམ་གྲངས་ཚུ་ལུ་ གཡས་ཀྱི་གཡེབ་གཏང་ལག་ལེན་འཐབ་ཨིན།"
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་རྣམ་གྲངས་ཚུ་ལུ་ གཡས་ཀྱི་གཡེབ་གཏང་ལག་ལེན་འཐབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the Orca "SayAll" command allows the
|
#. Translators: the Cthulhu "SayAll" command allows the
|
||||||
#. user to press a key and have the entire document in
|
#. user to press a key and have the entire document in
|
||||||
#. a window be automatically spoken to the user. If
|
#. a window be automatically spoken to the user. If
|
||||||
#. the user presses any key during a SayAll operation,
|
#. the user presses any key during a SayAll operation,
|
||||||
@ -394,7 +394,7 @@ msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞི
|
|||||||
msgid "Speaks entire document."
|
msgid "Speaks entire document."
|
||||||
msgstr "ཡིག་ཆ་ཧྲིལ་བུ་སླབ་ཨིན།"
|
msgstr "ཡིག་ཆ་ཧྲིལ་བུ་སླབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the "Where am I" feature of Orca allows
|
#. Translators: the "Where am I" feature of Cthulhu allows
|
||||||
#. a user to press a key and then have information
|
#. a user to press a key and then have information
|
||||||
#. about their current context spoken and brailled to
|
#. about their current context spoken and brailled to
|
||||||
#. them. For example, the information may include the
|
#. them. For example, the information may include the
|
||||||
@ -405,16 +405,16 @@ msgstr "ཡིག་ཆ་ཧྲིལ་བུ་སླབ་ཨིན།"
|
|||||||
msgid "Performs the where am I operation."
|
msgid "Performs the where am I operation."
|
||||||
msgstr "ང་ག་ཏེ་ཨིན་ན་གི་ བཀོལ་སྤྱོད་ལགལེན་འཐབ་ཨིན།"
|
msgstr "ང་ག་ཏེ་ཨིན་ན་གི་ བཀོལ་སྤྱོད་ལགལེན་འཐབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog allows a user to
|
#. Translators: the Cthulhu "Find" dialog allows a user to
|
||||||
#. search for text in a window and then move focus to
|
#. search for text in a window and then move focus to
|
||||||
#. that text. For example, they may want to find the
|
#. that text. For example, they may want to find the
|
||||||
#. "OK" button.
|
#. "OK" button.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:175
|
#: ../src/cthulhu/default.py:175
|
||||||
msgid "Opens the Orca Find dialog."
|
msgid "Opens the Cthulhu Find dialog."
|
||||||
msgstr "ཨོར་ཀ་འཚོལ་ནིའི་ཌའི་ལོག་འདི་ཁ་ཕྱེཝ་ཨིན།"
|
msgstr "ཨོར་ཀ་འཚོལ་ནིའི་ཌའི་ལོག་འདི་ཁ་ཕྱེཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog allows a user to
|
#. Translators: the Cthulhu "Find" dialog allows a user to
|
||||||
#. search for text in a window and then move focus to
|
#. search for text in a window and then move focus to
|
||||||
#. that text. For example, they may want to find the
|
#. that text. For example, they may want to find the
|
||||||
#. "OK" button. This string is used for finding the
|
#. "OK" button. This string is used for finding the
|
||||||
@ -424,7 +424,7 @@ msgstr "ཨོར་ཀ་འཚོལ་ནིའི་ཌའི་ལོག་
|
|||||||
msgid "Searches for the next instance of a string."
|
msgid "Searches for the next instance of a string."
|
||||||
msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཤུལ་མའི་དུས་སྐབས་འདི་གི་དོན་ལུ་ འཚོལ་ཞིབ་འབདཝ་ཨིན།"
|
msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཤུལ་མའི་དུས་སྐབས་འདི་གི་དོན་ལུ་ འཚོལ་ཞིབ་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog allows a user to
|
#. Translators: the Cthulhu "Find" dialog allows a user to
|
||||||
#. search for text in a window and then move focus to
|
#. search for text in a window and then move focus to
|
||||||
#. that text. For example, they may want to find the
|
#. that text. For example, they may want to find the
|
||||||
#. "OK" button. This string is used for finding the
|
#. "OK" button. This string is used for finding the
|
||||||
@ -434,9 +434,9 @@ msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཤུལ་མའ
|
|||||||
msgid "Searches for the previous instance of a string."
|
msgid "Searches for the previous instance of a string."
|
||||||
msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཧེ་མའི་དུས་སྐབས་འདི་གི་དོན་ལུ་འཚོལ་ཞིབ་འབདཝ་ཨིན།"
|
msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཧེ་མའི་དུས་སྐབས་འདི་གི་དོན་ལུ་འཚོལ་ཞིབ་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -447,9 +447,9 @@ msgstr "ཡིག་རྒྱུན་ཅིག་གི་ ཧེ་མའི
|
|||||||
msgid "Enters and exits flat review mode."
|
msgid "Enters and exits flat review mode."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐཡར་ཞིབ་ཐབས་ལམ་ནང་ འཛུལ་ཞུགས་དང་ ཕྱིར་འཐོན་འབདཝ་ཨིན།"
|
msgstr "ཕེ་ལེཊི་བསྐཡར་ཞིབ་ཐབས་ལམ་ནང་ འཛུལ་ཞུགས་དང་ ཕྱིར་འཐོན་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -460,9 +460,9 @@ msgstr "ཕེ་ལེཊི་བསྐཡར་ཞིབ་ཐབས་ལམ
|
|||||||
msgid "Moves flat review to the beginning of the previous line."
|
msgid "Moves flat review to the beginning of the previous line."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་གྱལ་རིམ་གྱི་འགོ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་གྱལ་རིམ་གྱི་འགོ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -474,9 +474,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ
|
|||||||
msgid "Moves flat review to the home position."
|
msgid "Moves flat review to the home position."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཁྱིམ་གྱི་གནས་ས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཁྱིམ་གྱི་གནས་ས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -487,9 +487,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཁྱ
|
|||||||
msgid "Speaks the current flat review line."
|
msgid "Speaks the current flat review line."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་གྱལ་རིམ་དེ་སླབ་ཨིན།"
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་གྱལ་རིམ་དེ་སླབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -500,9 +500,9 @@ msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞི
|
|||||||
msgid "Moves flat review to the beginning of the next line."
|
msgid "Moves flat review to the beginning of the next line."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུལ་མའི་་གྱལ་རིམ་གྱི་འགོ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུལ་མའི་་གྱལ་རིམ་གྱི་འགོ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -514,9 +514,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུ
|
|||||||
msgid "Moves flat review to the end position."
|
msgid "Moves flat review to the end position."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ རྫོགས་མཚམས་གནས་ས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ རྫོགས་མཚམས་གནས་ས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -529,9 +529,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ རྫ
|
|||||||
msgid "Moves flat review to the previous item or word."
|
msgid "Moves flat review to the previous item or word."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་རྣམ་གྲངས་སམ་ མིང་ཚིག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་རྣམ་གྲངས་སམ་ མིང་ཚིག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -544,9 +544,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ
|
|||||||
msgid "Moves flat review to the word above the current word."
|
msgid "Moves flat review to the word above the current word."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་ལྟོའི་མིང་ཚིག་གི་ལྟག་གི་ མིང་ཚིག་ལུ་སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་ལྟོའི་མིང་ཚིག་གི་ལྟག་གི་ མིང་ཚིག་ལུ་སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -559,9 +559,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་
|
|||||||
msgid "Speaks or spells the current flat review item or word."
|
msgid "Speaks or spells the current flat review item or word."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཀྱི་ རྣམ་གྲངས་སམ་ མིང་ཚིག་དེ་སླབ་་ཡང་ན་ ཡིག་སྡེབ་སླབ།"
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཀྱི་ རྣམ་གྲངས་སམ་ མིང་ཚིག་དེ་སླབ་་ཡང་ན་ ཡིག་སྡེབ་སླབ།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -575,9 +575,9 @@ msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞི
|
|||||||
msgid "Speaks the current flat review object."
|
msgid "Speaks the current flat review object."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཀྱི་དངོས་པོ་དེ་སླབ་ཨིན། "
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཀྱི་དངོས་པོ་དེ་སླབ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -590,9 +590,9 @@ msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞི
|
|||||||
msgid "Moves flat review to the next item or word."
|
msgid "Moves flat review to the next item or word."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུལ་མའི་རྣམ་གྲངས་སམ་ མིང་ཚིག་གི་ལྟག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུལ་མའི་རྣམ་གྲངས་སམ་ མིང་ཚིག་གི་ལྟག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -605,9 +605,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཤུ
|
|||||||
msgid "Moves flat review to the word below the current word."
|
msgid "Moves flat review to the word below the current word."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་ལྟོའི་མིང་ཚིག་གི་འོག་གི་ མིང་ཚིག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་ལྟོའི་མིང་ཚིག་གི་འོག་གི་ མིང་ཚིག་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -620,9 +620,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ད་
|
|||||||
msgid "Moves flat review to the previous character."
|
msgid "Moves flat review to the previous character."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་ཡིག་འབྲུ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ་མའི་ཡིག་འབྲུ་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -633,9 +633,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ ཧེ
|
|||||||
msgid "Moves flat review to the end of the line."
|
msgid "Moves flat review to the end of the line."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ གྱལ་རིམ་རྫོགས་མཚམས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ གྱལ་རིམ་རྫོགས་མཚམས་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -650,9 +650,9 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ གྱ
|
|||||||
msgid "Speaks the current flat review character."
|
msgid "Speaks the current flat review character."
|
||||||
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཡིག་འབྲུ་དེ་སླབ་ཨིན། "
|
msgstr "ད་ལྟོའི་ཕེ་ལེཊི་བསྐྱར་ཞིབ་ཡིག་འབྲུ་དེ་སླབ་ཨིན། "
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -684,7 +684,7 @@ msgstr "ད་ལྟོའི་ཚིིག་ཡིག་གི་ཡིག་
|
|||||||
#. Translators: a refreshable braille display is an
|
#. Translators: a refreshable braille display is an
|
||||||
#. external hardware device that presents braille
|
#. external hardware device that presents braille
|
||||||
#. character to the user. There are a limited number
|
#. character to the user. There are a limited number
|
||||||
#. of cells on the display (typically 40 cells). Orca
|
#. of cells on the display (typically 40 cells). Cthulhu
|
||||||
#. provides the feature to build up a longer logical
|
#. provides the feature to build up a longer logical
|
||||||
#. line and allow the user to press buttons on the
|
#. line and allow the user to press buttons on the
|
||||||
#. braille display so they can pan left and right over
|
#. braille display so they can pan left and right over
|
||||||
@ -697,7 +697,7 @@ msgstr "འབུར་ཡིག་བཀྲམ་སྟོན་ གཡོན
|
|||||||
#. Translators: a refreshable braille display is an
|
#. Translators: a refreshable braille display is an
|
||||||
#. external hardware device that presents braille
|
#. external hardware device that presents braille
|
||||||
#. character to the user. There are a limited number
|
#. character to the user. There are a limited number
|
||||||
#. of cells on the display (typically 40 cells). Orca
|
#. of cells on the display (typically 40 cells). Cthulhu
|
||||||
#. provides the feature to build up a longer logical
|
#. provides the feature to build up a longer logical
|
||||||
#. line and allow the user to press buttons on the
|
#. line and allow the user to press buttons on the
|
||||||
#. braille display so they can pan left and right over
|
#. braille display so they can pan left and right over
|
||||||
@ -707,9 +707,9 @@ msgstr "འབུར་ཡིག་བཀྲམ་སྟོན་ གཡོན
|
|||||||
msgid "Pans the braille display to the right."
|
msgid "Pans the braille display to the right."
|
||||||
msgstr "འབུར་ཡིག་བཀྲམ་སྟོན་གཡས་ལུ་སེལཝ་ཨིན།"
|
msgstr "འབུར་ཡིག་བཀྲམ་སྟོན་གཡས་ལུ་སེལཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -721,9 +721,9 @@ msgstr "འབུར་ཡིག་བཀྲམ་སྟོན་གཡས་ལ
|
|||||||
msgid "Moves flat review to the bottom left."
|
msgid "Moves flat review to the bottom left."
|
||||||
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ མཇུག་གི་གཡོན་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན།"
|
msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ མཇུག་གི་གཡོན་ལུ་ སྤོ་བཤུད་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the 'flat review' feature of Orca
|
#. Translators: the 'flat review' feature of Cthulhu
|
||||||
#. allows the blind user to explore the text in a
|
#. allows the blind user to explore the text in a
|
||||||
#. window in a 2D fashion. That is, Orca treats all
|
#. window in a 2D fashion. That is, Cthulhu treats all
|
||||||
#. the text from all objects in a window (e.g.,
|
#. the text from all objects in a window (e.g.,
|
||||||
#. buttons, labels, etc.) as a sequence of words in a
|
#. buttons, labels, etc.) as a sequence of words in a
|
||||||
#. sequence of lines. The flat review feature allows
|
#. sequence of lines. The flat review feature allows
|
||||||
@ -738,23 +738,23 @@ msgstr "ཕེ་ལེཊི་བསྐྱར་ཞིབ་དེ་ མཇ
|
|||||||
msgid "Returns to object with keyboard focus."
|
msgid "Returns to object with keyboard focus."
|
||||||
msgstr "ལྡེ་སྒྲོམ་ཆེད་དམིགས་ཡོད་པའི་དངོས་པོ་ལུ་ སླར་ལོགཔ་ཨིན།"
|
msgstr "ལྡེ་སྒྲོམ་ཆེད་དམིགས་ཡོད་པའི་དངོས་པོ་ལུ་ སླར་ལོགཔ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: Orca has a "Learn Mode" that will allow
|
#. Translators: Cthulhu has a "Learn Mode" that will allow
|
||||||
#. the user to type any key on the keyboard and hear what
|
#. the user to type any key on the keyboard and hear what
|
||||||
#. the effects of that key would be. The effects might
|
#. the effects of that key would be. The effects might
|
||||||
#. be what Orca would do if it had a handler for the
|
#. be what Cthulhu would do if it had a handler for the
|
||||||
#. particular key combination, or they might just be to
|
#. particular key combination, or they might just be to
|
||||||
#. echo the name of the key if Orca doesn't have a handler.
|
#. echo the name of the key if Cthulhu doesn't have a handler.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:547
|
#: ../src/cthulhu/default.py:547
|
||||||
msgid "Enters learn mode. Press escape to exit learn mode."
|
msgid "Enters learn mode. Press escape to exit learn mode."
|
||||||
msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ཐོ་བཀོད་འབདཝ་ཨིན། ལྷབ་ནིའི་ཐབས་ལམ་ ཕྱིར་འཐོན་འབད་ནི་ལུ་ ཐར་ལྡེ་མནན།"
|
msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ཐོ་བཀོད་འབདཝ་ཨིན། ལྷབ་ནིའི་ཐབས་ལམ་ ཕྱིར་འཐོན་འབད་ནི་ལུ་ ཐར་ལྡེ་མནན།"
|
||||||
|
|
||||||
#. Translators: Orca has a "Learn Mode" that will allow
|
#. Translators: Cthulhu has a "Learn Mode" that will allow
|
||||||
#. the user to type any key on the keyboard and hear what
|
#. the user to type any key on the keyboard and hear what
|
||||||
#. the effects of that key would be. The effects might
|
#. the effects of that key would be. The effects might
|
||||||
#. be what Orca would do if it had a handler for the
|
#. be what Cthulhu would do if it had a handler for the
|
||||||
#. particular key combination, or they might just be to
|
#. particular key combination, or they might just be to
|
||||||
#. echo the name of the key if Orca doesn't have a handler.
|
#. echo the name of the key if Cthulhu doesn't have a handler.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:559
|
#: ../src/cthulhu/default.py:559
|
||||||
msgid "Exits learn mode."
|
msgid "Exits learn mode."
|
||||||
@ -791,24 +791,24 @@ msgid "Increases the speech pitch."
|
|||||||
msgstr "ཁ་སླབ་ཀྱི་སྟུག་ཚད་ཡར་འཕར་འབདཝ་ཨིན།"
|
msgstr "ཁ་སླབ་ཀྱི་སྟུག་ཚད་ཡར་འཕར་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#: ../src/cthulhu/default.py:598
|
#: ../src/cthulhu/default.py:598
|
||||||
msgid "Quits Orca"
|
msgid "Quits Cthulhu"
|
||||||
msgstr "ཨོར་ཀ་སྤངམ་ཨིན།"
|
msgstr "ཨོར་ཀ་སྤངམ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: the preferences configuration dialog is
|
#. Translators: the preferences configuration dialog is
|
||||||
#. the dialog that allows users to set their preferences
|
#. the dialog that allows users to set their preferences
|
||||||
#. for Orca.
|
#. for Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:612
|
#: ../src/cthulhu/default.py:612
|
||||||
msgid "Displays the preferences configuration dialog."
|
msgid "Displays the preferences configuration dialog."
|
||||||
msgstr "དགའ་གདམ་རིམ་སྒྲིག་ཌའི་ལོག་ བཀྲམ་སྟོན་འབདཝ་ཨིན།"
|
msgstr "དགའ་གདམ་རིམ་སྒྲིག་ཌའི་ལོག་ བཀྲམ་སྟོན་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: this is basically a 'warm restart' of Orca.
|
#. Translators: this is basically a 'warm restart' of Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:619
|
#: ../src/cthulhu/default.py:619
|
||||||
msgid "Reloads user settings and reinitializes services as necessary."
|
msgid "Reloads user settings and reinitializes services as necessary."
|
||||||
msgstr "ལག་ལེནཔའི་སྒྲིག་སྟངས་སླར་མངོན་གསལ་འབད་དེ་ དགོས་མཁོ་དང་བསྟུན་ཏེ་ ཞབས་ཏོག་ཚུ་ སླར་འགོ་འབྱེད་འབདཝ་ཨིན།"
|
msgstr "ལག་ལེནཔའི་སྒྲིག་སྟངས་སླར་མངོན་གསལ་འབད་དེ་ དགོས་མཁོ་དང་བསྟུན་ཏེ་ ཞབས་ཏོག་ཚུ་ སླར་འགོ་འབྱེད་འབདཝ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: Orca allows the user to turn speech synthesis
|
#. Translators: Cthulhu allows the user to turn speech synthesis
|
||||||
#. on or off. We call it 'silencing'.
|
#. on or off. We call it 'silencing'.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:627
|
#: ../src/cthulhu/default.py:627
|
||||||
@ -906,24 +906,24 @@ msgstr "རྒྱགས་པ་"
|
|||||||
msgid "%s %s pixels"
|
msgid "%s %s pixels"
|
||||||
msgstr "པིག་སེལསི་%s %s "
|
msgstr "པིག་སེལསི་%s %s "
|
||||||
|
|
||||||
#. Translators: Orca has a "Learn Mode" that will allow
|
#. Translators: Cthulhu has a "Learn Mode" that will allow
|
||||||
#. the user to type any key on the keyboard and hear what
|
#. the user to type any key on the keyboard and hear what
|
||||||
#. the effects of that key would be. The effects might
|
#. the effects of that key would be. The effects might
|
||||||
#. be what Orca would do if it had a handler for the
|
#. be what Cthulhu would do if it had a handler for the
|
||||||
#. particular key combination, or they might just be to
|
#. particular key combination, or they might just be to
|
||||||
#. echo the name of the key if Orca doesn't have a handler.
|
#. echo the name of the key if Cthulhu doesn't have a handler.
|
||||||
#. This text here is what is spoken to the user.
|
#. This text here is what is spoken to the user.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:3130
|
#: ../src/cthulhu/default.py:3130
|
||||||
msgid "Entering learn mode. Press any key to hear its function. To exit learn mode, press the escape key."
|
msgid "Entering learn mode. Press any key to hear its function. To exit learn mode, press the escape key."
|
||||||
msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ནང་ལུ་འཛུལ་དོ། དེ་གི་ལས་འགན་གོ་ནི་ལུ་ ལྡེ་མིག་གང་རུང་ཅིག་མནན།"
|
msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ནང་ལུ་འཛུལ་དོ། དེ་གི་ལས་འགན་གོ་ནི་ལུ་ ལྡེ་མིག་གང་རུང་ཅིག་མནན།"
|
||||||
|
|
||||||
#. Translators: Orca has a "Learn Mode" that will allow
|
#. Translators: Cthulhu has a "Learn Mode" that will allow
|
||||||
#. the user to type any key on the keyboard and hear what
|
#. the user to type any key on the keyboard and hear what
|
||||||
#. the effects of that key would be. The effects might
|
#. the effects of that key would be. The effects might
|
||||||
#. be what Orca would do if it had a handler for the
|
#. be what Cthulhu would do if it had a handler for the
|
||||||
#. particular key combination, or they might just be to
|
#. particular key combination, or they might just be to
|
||||||
#. echo the name of the key if Orca doesn't have a handler.
|
#. echo the name of the key if Cthulhu doesn't have a handler.
|
||||||
#. This text here is what is to be presented on the braille
|
#. This text here is what is to be presented on the braille
|
||||||
#. display.
|
#. display.
|
||||||
#.
|
#.
|
||||||
@ -931,12 +931,12 @@ msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ནང་ལུ་འཛ
|
|||||||
msgid "Learn mode. Press escape to exit."
|
msgid "Learn mode. Press escape to exit."
|
||||||
msgstr "ལྷབ་ནིའི་ཐབས་ལམ། ཕྱིར་འཐོན་འབད་ནི་ལུ་ ཐར་ལྡེ་མནན།"
|
msgstr "ལྷབ་ནིའི་ཐབས་ལམ། ཕྱིར་འཐོན་འབད་ནི་ལུ་ ཐར་ལྡེ་མནན།"
|
||||||
|
|
||||||
#. Translators: Orca has a "Learn Mode" that will allow
|
#. Translators: Cthulhu has a "Learn Mode" that will allow
|
||||||
#. the user to type any key on the keyboard and hear what
|
#. the user to type any key on the keyboard and hear what
|
||||||
#. the effects of that key would be. The effects might
|
#. the effects of that key would be. The effects might
|
||||||
#. be what Orca would do if it had a handler for the
|
#. be what Cthulhu would do if it had a handler for the
|
||||||
#. particular key combination, or they might just be to
|
#. particular key combination, or they might just be to
|
||||||
#. echo the name of the key if Orca doesn't have a handler.
|
#. echo the name of the key if Cthulhu doesn't have a handler.
|
||||||
#. Exiting learn mode puts the user back in normal operating
|
#. Exiting learn mode puts the user back in normal operating
|
||||||
#. mode.
|
#. mode.
|
||||||
#.
|
#.
|
||||||
@ -952,7 +952,7 @@ msgstr "ལྷབ་ནིའི་ཐབས་ལམ་ཕྱིར་འཐོ
|
|||||||
msgid "white space"
|
msgid "white space"
|
||||||
msgstr "བར་སྟོང་དཀརཔོ།"
|
msgstr "བར་སྟོང་དཀརཔོ།"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog allows a user to
|
#. Translators: the Cthulhu "Find" dialog allows a user to
|
||||||
#. search for text in a window and then move focus to
|
#. search for text in a window and then move focus to
|
||||||
#. that text. For example, they may want to find the
|
#. that text. For example, they may want to find the
|
||||||
#. "OK" button. This message lets them know a string
|
#. "OK" button. This message lets them know a string
|
||||||
@ -962,7 +962,7 @@ msgstr "བར་སྟོང་དཀརཔོ།"
|
|||||||
msgid "string not found"
|
msgid "string not found"
|
||||||
msgstr "ཡིག་རྒྱུན་འཚོལ་མ་ཐོབ་"
|
msgstr "ཡིག་རྒྱུན་འཚོལ་མ་ཐོབ་"
|
||||||
|
|
||||||
#. Translators: Orca will provide more compelling output of
|
#. Translators: Cthulhu will provide more compelling output of
|
||||||
#. the spell checking dialog in some applications. The first
|
#. the spell checking dialog in some applications. The first
|
||||||
#. thing it does is let them know what the misspelled word
|
#. thing it does is let them know what the misspelled word
|
||||||
#. is.
|
#. is.
|
||||||
@ -977,7 +977,7 @@ msgstr "སྡེབ་འཛོལ་ཡོད་པའི་མིང་ཚི
|
|||||||
msgid "Context is %s"
|
msgid "Context is %s"
|
||||||
msgstr "སྐབས་དོན་འདི་%s"
|
msgstr "སྐབས་དོན་འདི་%s"
|
||||||
|
|
||||||
#. Translators: Orca will tell you how many characters
|
#. Translators: Cthulhu will tell you how many characters
|
||||||
#. are repeated on a line of text. For example: "22
|
#. are repeated on a line of text. For example: "22
|
||||||
#. space characters". The %d is the number and the %s
|
#. space characters". The %d is the number and the %s
|
||||||
#. is the spoken word for the character.
|
#. is the spoken word for the character.
|
||||||
@ -990,7 +990,7 @@ msgstr[0] " %d %s ཡིག་འབྲུ"
|
|||||||
msgstr[1] " %d %s ཡིག་འབྲུ་ཚུ་"
|
msgstr[1] " %d %s ཡིག་འབྲུ་ཚུ་"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5348
|
#: ../src/cthulhu/default.py:5348
|
||||||
@ -998,7 +998,7 @@ msgid "page selected from cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལས་ སེལ་འཐུ་འབད་ཡོད་པའི་ཤོག་ལེབ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལས་ སེལ་འཐུ་འབད་ཡོད་པའི་ཤོག་ལེབ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5356
|
#: ../src/cthulhu/default.py:5356
|
||||||
@ -1006,7 +1006,7 @@ msgid "page selected to cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལུ་ སེལ་འཐུ་འབད་ཡོད་པའི་ཤོག་ལེབ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལུ་ སེལ་འཐུ་འབད་ཡོད་པའི་ཤོག་ལེབ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5364
|
#: ../src/cthulhu/default.py:5364
|
||||||
@ -1014,7 +1014,7 @@ msgid "line selected down from cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལས་མར་ སེལ་འཐུ་འབད་ཡོད་པའི་གྱལ་རིམ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལས་མར་ སེལ་འཐུ་འབད་ཡོད་པའི་གྱལ་རིམ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5372
|
#: ../src/cthulhu/default.py:5372
|
||||||
@ -1022,7 +1022,7 @@ msgid "line selected up from cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལས་ཡར་ སེལ་འཐུ་འབད་ཡོད་པའི་གྱལ་རིམ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལས་ཡར་ སེལ་འཐུ་འབད་ཡོད་པའི་གྱལ་རིམ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5380
|
#: ../src/cthulhu/default.py:5380
|
||||||
@ -1030,7 +1030,7 @@ msgid "document selected to cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལུ་ སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་ཆ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལུ་ སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་ཆ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca will speak information about what they
|
#. a document, Cthulhu will speak information about what they
|
||||||
#. have selected.
|
#. have selected.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5388
|
#: ../src/cthulhu/default.py:5388
|
||||||
@ -1038,7 +1038,7 @@ msgid "document selected from cursor position"
|
|||||||
msgstr "འོད་རྟགས་གནས་ས་ལས་ སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་ཆ།"
|
msgstr "འོད་རྟགས་གནས་ས་ལས་ སེལ་འཐུ་འབད་ཡོད་པའི་ཡིག་ཆ།"
|
||||||
|
|
||||||
#. Translators: when the user selects (highlights) text in
|
#. Translators: when the user selects (highlights) text in
|
||||||
#. a document, Orca lets them know this.
|
#. a document, Cthulhu lets them know this.
|
||||||
#.
|
#.
|
||||||
#. Translators: this is in reference to a radio button being
|
#. Translators: this is in reference to a radio button being
|
||||||
#. selected or not.
|
#. selected or not.
|
||||||
@ -1052,7 +1052,7 @@ msgid "selected"
|
|||||||
msgstr "སེལ་འཐུ་འབད་ཡོདཔ།"
|
msgstr "སེལ་འཐུ་འབད་ཡོདཔ།"
|
||||||
|
|
||||||
#. Translators: when the user unselects
|
#. Translators: when the user unselects
|
||||||
#. (unhighlights) text in a document, Orca lets
|
#. (unhighlights) text in a document, Cthulhu lets
|
||||||
#. them know this.
|
#. them know this.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/default.py:5441
|
#: ../src/cthulhu/default.py:5441
|
||||||
@ -1068,7 +1068,7 @@ msgstr "སེལ་འཐུ་མ་འབདཝ།"
|
|||||||
msgid "Emacspeak Speech Services"
|
msgid "Emacspeak Speech Services"
|
||||||
msgstr "ཨི་མེཀ་ཁ་སླབ་ཞབས་ཏོག"
|
msgstr "ཨི་མེཀ་ཁ་སླབ་ཞབས་ཏོག"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog
|
#. Translators: the Cthulhu "Find" dialog
|
||||||
#. allows a user to search for text in a
|
#. allows a user to search for text in a
|
||||||
#. window and then move focus to that text.
|
#. window and then move focus to that text.
|
||||||
#. For example, they may want to find the
|
#. For example, they may want to find the
|
||||||
@ -1081,7 +1081,7 @@ msgstr "ཨི་མེཀ་ཁ་སླབ་ཞབས་ཏོག"
|
|||||||
msgid "Wrapping to Bottom"
|
msgid "Wrapping to Bottom"
|
||||||
msgstr "མཇུག་ལུ་ལོག་མཚམས་བཟོ་དོ་"
|
msgstr "མཇུག་ལུ་ལོག་མཚམས་བཟོ་དོ་"
|
||||||
|
|
||||||
#. Translators: the Orca "Find" dialog
|
#. Translators: the Cthulhu "Find" dialog
|
||||||
#. allows a user to search for text in a
|
#. allows a user to search for text in a
|
||||||
#. window and then move focus to that text.
|
#. window and then move focus to that text.
|
||||||
#. For example, they may want to find the
|
#. For example, they may want to find the
|
||||||
@ -1360,13 +1360,13 @@ msgstr "གཞན་མི་ཐིག་ཁྲམ་ནང་ལུ་འགྱ
|
|||||||
|
|
||||||
#. Translators: Gecko native caret navigation is where
|
#. Translators: Gecko native caret navigation is where
|
||||||
#. Firefox itself controls how the arrow keys move the caret
|
#. Firefox itself controls how the arrow keys move the caret
|
||||||
#. around HTML content. It's often broken, so Orca needs
|
#. around HTML content. It's often broken, so Cthulhu needs
|
||||||
#. to provide its own support. As such, Orca offers the user
|
#. to provide its own support. As such, Cthulhu offers the user
|
||||||
#. the ability to switch between the Firefox mode and the
|
#. the ability to switch between the Firefox mode and the
|
||||||
#. Orca mode.
|
#. Cthulhu mode.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/Gecko.py:1115
|
#: ../src/cthulhu/Gecko.py:1115
|
||||||
msgid "Switches between Gecko native and Orca caret navigation."
|
msgid "Switches between Gecko native and Cthulhu caret navigation."
|
||||||
msgstr "གེ་ཀོ་ཐོན་ས་དང་ཨོར་ཀ་ཀེ་རེཊི་འགྲུལ་བསྐྱོད་བར་ནང་གི་གློག་རྟ།"
|
msgstr "གེ་ཀོ་ཐོན་ས་དང་ཨོར་ཀ་ཀེ་རེཊི་འགྲུལ་བསྐྱོད་བར་ནང་གི་གློག་རྟ།"
|
||||||
|
|
||||||
#. Translators: this is in reference to loading a web page.
|
#. Translators: this is in reference to loading a web page.
|
||||||
@ -1567,10 +1567,10 @@ msgstr "གྲལ་ཐིག་ %d, ཀེར་ཐིག་ %d།"
|
|||||||
|
|
||||||
#. Translators: Gecko native caret navigation is where
|
#. Translators: Gecko native caret navigation is where
|
||||||
#. Firefox itself controls how the arrow keys move the caret
|
#. Firefox itself controls how the arrow keys move the caret
|
||||||
#. around HTML content. It's often broken, so Orca needs
|
#. around HTML content. It's often broken, so Cthulhu needs
|
||||||
#. to provide its own support. As such, Orca offers the user
|
#. to provide its own support. As such, Cthulhu offers the user
|
||||||
#. the ability to switch between the Firefox mode and the
|
#. the ability to switch between the Firefox mode and the
|
||||||
#. Orca mode.
|
#. Cthulhu mode.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/Gecko.py:4740
|
#: ../src/cthulhu/Gecko.py:4740
|
||||||
msgid "Gecko is controlling the caret."
|
msgid "Gecko is controlling the caret."
|
||||||
@ -1578,13 +1578,13 @@ msgstr "ཛེག་ཀོ་གི་ཀེ་རེཊི་ཚད་འཛི
|
|||||||
|
|
||||||
#. Translators: Gecko native caret navigation is where
|
#. Translators: Gecko native caret navigation is where
|
||||||
#. Firefox itself controls how the arrow keys move the caret
|
#. Firefox itself controls how the arrow keys move the caret
|
||||||
#. around HTML content. It's often broken, so Orca needs
|
#. around HTML content. It's often broken, so Cthulhu needs
|
||||||
#. to provide its own support. As such, Orca offers the user
|
#. to provide its own support. As such, Cthulhu offers the user
|
||||||
#. the ability to switch between the Firefox mode and the
|
#. the ability to switch between the Firefox mode and the
|
||||||
#. Orca mode.
|
#. Cthulhu mode.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/Gecko.py:4752
|
#: ../src/cthulhu/Gecko.py:4752
|
||||||
msgid "Orca is controlling the caret."
|
msgid "Cthulhu is controlling the caret."
|
||||||
msgstr "ཨོར་ཀ་གིས་ཀེ་རེཊི་འདི་ཚད་འཛིན་འབད་དོ།"
|
msgstr "ཨོར་ཀ་གིས་ཀེ་རེཊི་འདི་ཚད་འཛིན་འབད་དོ།"
|
||||||
|
|
||||||
#: ../src/cthulhu/gnomespeechfactory.py:163
|
#: ../src/cthulhu/gnomespeechfactory.py:163
|
||||||
@ -1646,7 +1646,7 @@ msgstr "ལྷོད་མི།"
|
|||||||
#: ../src/cthulhu/keybindings.py:107
|
#: ../src/cthulhu/keybindings.py:107
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:1158
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:1158
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:1245
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:1245
|
||||||
msgid "Orca"
|
msgid "Cthulhu"
|
||||||
msgstr "ཨོཀ་ར་"
|
msgstr "ཨོཀ་ར་"
|
||||||
|
|
||||||
#. Translators: this is presented in a GUI to represent the
|
#. Translators: this is presented in a GUI to represent the
|
||||||
@ -1823,7 +1823,7 @@ msgid "Speech is unavailable."
|
|||||||
msgstr "ཁ་སླབ་མི་ཐོབ་པས།"
|
msgstr "ཁ་སླབ་མི་ཐོབ་པས།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu_console_prefs.py:140
|
#: ../src/cthulhu/cthulhu_console_prefs.py:140
|
||||||
msgid "Welcome to Orca setup."
|
msgid "Welcome to Cthulhu setup."
|
||||||
msgstr "ཨོར་ཀ་གཞི་སྒྲིག་ལུ་ འབྱོན་པ་ལེགས་སོ།"
|
msgstr "ཨོར་ཀ་གཞི་སྒྲིག་ལུ་ འབྱོན་པ་ལེགས་སོ།"
|
||||||
|
|
||||||
#. Translators: the speech system represents what general
|
#. Translators: the speech system represents what general
|
||||||
@ -1885,14 +1885,14 @@ msgstr "སྐད་མི་འཐོབ་པས།\n"
|
|||||||
msgid "Select desired voice:"
|
msgid "Select desired voice:"
|
||||||
msgstr "རེ་འདོད་ཅན་གྱི་སྐད་སེལ་འཐུ་འབད་:"
|
msgstr "རེ་འདོད་ཅན་གྱི་སྐད་སེལ་འཐུ་འབད་:"
|
||||||
|
|
||||||
#. Translators: the word echo feature of Orca will speak the word
|
#. Translators: the word echo feature of Cthulhu will speak the word
|
||||||
#. prior to the caret when the user types a word delimiter.
|
#. prior to the caret when the user types a word delimiter.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_console_prefs.py:295
|
#: ../src/cthulhu/cthulhu_console_prefs.py:295
|
||||||
msgid "Enable echo by word? Enter y or n: "
|
msgid "Enable echo by word? Enter y or n: "
|
||||||
msgstr "མིང་ཚིག་ཐོག་ལས་ བྲག་ཅ་ལྕོགས་ཅན་བཟོ་ནི་ཨིན་ན? ཨིན་ ཡང་ན་ མེན་ བཙུགས་:"
|
msgstr "མིང་ཚིག་ཐོག་ལས་ བྲག་ཅ་ལྕོགས་ཅན་བཟོ་ནི་ཨིན་ན? ཨིན་ ཡང་ན་ མེན་ བཙུགས་:"
|
||||||
|
|
||||||
#. Translators: if key echo is enabled, Orca will speak the name of a key
|
#. Translators: if key echo is enabled, Cthulhu will speak the name of a key
|
||||||
#. as the user types on the keyboard. If the user wants key echo, they
|
#. as the user types on the keyboard. If the user wants key echo, they
|
||||||
#. will then be prompted for which classes of keys they want echoed.
|
#. will then be prompted for which classes of keys they want echoed.
|
||||||
#.
|
#.
|
||||||
@ -1938,7 +1938,7 @@ msgstr "བྱ་བའི་ལྡེ་མིག་ཚུ་ ལྕོགས
|
|||||||
|
|
||||||
#. Translators: we allow the user to choose between the desktop (i.e.,
|
#. Translators: we allow the user to choose between the desktop (i.e.,
|
||||||
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
||||||
#. layouts for how they might control Orca.
|
#. layouts for how they might control Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_console_prefs.py:377
|
#: ../src/cthulhu/cthulhu_console_prefs.py:377
|
||||||
msgid "Select desired keyboard layout."
|
msgid "Select desired keyboard layout."
|
||||||
@ -1946,7 +1946,7 @@ msgstr "རེ་འདུན་ཡོད་པའི་ལྡེ་སྒྲོ
|
|||||||
|
|
||||||
#. Translators: we allow the user to choose between the desktop (i.e.,
|
#. Translators: we allow the user to choose between the desktop (i.e.,
|
||||||
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
||||||
#. layouts for how they might control Orca.
|
#. layouts for how they might control Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_console_prefs.py:389
|
#: ../src/cthulhu/cthulhu_console_prefs.py:389
|
||||||
msgid "1. Desktop"
|
msgid "1. Desktop"
|
||||||
@ -1954,7 +1954,7 @@ msgstr "༡. ཌེཀསི་ཊོཔ་"
|
|||||||
|
|
||||||
#. Translators: we allow the user to choose between the desktop (i.e.,
|
#. Translators: we allow the user to choose between the desktop (i.e.,
|
||||||
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
#. has a numeric keypad) and laptop (i.e., small and compact) keyboard
|
||||||
#. layouts for how they might control Orca.
|
#. layouts for how they might control Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_console_prefs.py:395
|
#: ../src/cthulhu/cthulhu_console_prefs.py:395
|
||||||
msgid "2. Laptop"
|
msgid "2. Laptop"
|
||||||
@ -2040,7 +2040,7 @@ msgid "Match _entire word only"
|
|||||||
msgstr "མིང་ཚིག་ཧྲིལ་བུ་རྐྱངམ་ཅིག་མཐུན་སྒྲིག་འབད་(_e)"
|
msgstr "མིང་ཚིག་ཧྲིལ་བུ་རྐྱངམ་ཅིག་མཐུན་སྒྲིག་འབད་(_e)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-find.glade.h:6
|
#: ../src/cthulhu/cthulhu-find.glade.h:6
|
||||||
msgid "Orca Find Dialog"
|
msgid "Cthulhu Find Dialog"
|
||||||
msgstr "ཨོར་ཀ་འཚོལ་ནིའི་ ཌའི་ལོག་"
|
msgstr "ཨོར་ཀ་འཚོལ་ནིའི་ ཌའི་ལོག་"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-find.glade.h:7
|
#: ../src/cthulhu/cthulhu-find.glade.h:7
|
||||||
@ -2077,7 +2077,7 @@ msgstr "མཐའ་སྐོར་ལོག་མཚམས་བཟོ་(_W)"
|
|||||||
|
|
||||||
#. Translators: Function is a table column header where the
|
#. Translators: Function is a table column header where the
|
||||||
#. cells in the column are a sentence that briefly describes
|
#. cells in the column are a sentence that briefly describes
|
||||||
#. what action Orca will take when the user invokes an Orca-specific
|
#. what action Cthulhu will take when the user invokes an Cthulhu-specific
|
||||||
#. keyboard command.
|
#. keyboard command.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:114
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:114
|
||||||
@ -2086,7 +2086,7 @@ msgstr "ལས་འགན་"
|
|||||||
|
|
||||||
#. Translators: Key Binding is a table column header where
|
#. Translators: Key Binding is a table column header where
|
||||||
#. the cells in the column represent keyboard combinations
|
#. the cells in the column represent keyboard combinations
|
||||||
#. the user can press to invoke Orca commands.
|
#. the user can press to invoke Cthulhu commands.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:165
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:165
|
||||||
msgid "Key Binding"
|
msgid "Key Binding"
|
||||||
@ -2094,7 +2094,7 @@ msgstr "ལྡེ་མིག་བསྡམ་ཐག་"
|
|||||||
|
|
||||||
#. Translators: Alternate is a table column header where
|
#. Translators: Alternate is a table column header where
|
||||||
#. the cells in the column represent keyboard combinations
|
#. the cells in the column represent keyboard combinations
|
||||||
#. the user can press to invoke Orca commands. These
|
#. the user can press to invoke Cthulhu commands. These
|
||||||
#. represent alternative key bindings that are used in
|
#. represent alternative key bindings that are used in
|
||||||
#. addition to the key bindings in the "Key Bindings"
|
#. addition to the key bindings in the "Key Bindings"
|
||||||
#. column.
|
#. column.
|
||||||
@ -2111,7 +2111,7 @@ msgstr "ཐབས་གཞན་"
|
|||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "ལེགས་བཅོས་འབད་ཡོདཔ་"
|
msgstr "ལེགས་བཅོས་འབད་ཡོདཔ་"
|
||||||
|
|
||||||
#. Translators: this refers to the speech synthesis voice that Orca
|
#. Translators: this refers to the speech synthesis voice that Cthulhu
|
||||||
#. will use most of the time.
|
#. will use most of the time.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:292
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:292
|
||||||
@ -2119,7 +2119,7 @@ msgstr "ལེགས་བཅོས་འབད་ཡོདཔ་"
|
|||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "སྔོན་སྒྲིག"
|
msgstr "སྔོན་སྒྲིག"
|
||||||
|
|
||||||
#. Translators: this refers to the speech synthesis voice that Orca
|
#. Translators: this refers to the speech synthesis voice that Cthulhu
|
||||||
#. will use to speak capitalized words and letters.
|
#. will use to speak capitalized words and letters.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:298
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:298
|
||||||
@ -2127,7 +2127,7 @@ msgstr "སྔོན་སྒྲིག"
|
|||||||
msgid "Uppercase"
|
msgid "Uppercase"
|
||||||
msgstr "ཚུགས་ཡིག"
|
msgstr "ཚུགས་ཡིག"
|
||||||
|
|
||||||
#. Translators: this refers to the speech synthesis voice that Orca
|
#. Translators: this refers to the speech synthesis voice that Cthulhu
|
||||||
#. will use to speak text associated with hyperlinks in HTML content.
|
#. will use to speak text associated with hyperlinks in HTML content.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:304
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:304
|
||||||
@ -2145,7 +2145,7 @@ msgid "Bilinear"
|
|||||||
msgstr "བའི་ལི་ནིའར།"
|
msgstr "བའི་ལི་ནིའར།"
|
||||||
|
|
||||||
#. Translators: this is an algorithm for tracking the mouse
|
#. Translators: this is an algorithm for tracking the mouse
|
||||||
#. with the magnifier. None means that Orca does nothing to
|
#. with the magnifier. None means that Cthulhu does nothing to
|
||||||
#. track the mouse.
|
#. track the mouse.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:920
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:920
|
||||||
@ -2156,7 +2156,7 @@ msgid "None"
|
|||||||
msgstr "ཅི་མེད།"
|
msgstr "ཅི་མེད།"
|
||||||
|
|
||||||
#. Translators: this is an algorithm for tracking the mouse
|
#. Translators: this is an algorithm for tracking the mouse
|
||||||
#. with the magnifier. Centered means that Orca attempts to
|
#. with the magnifier. Centered means that Cthulhu attempts to
|
||||||
#. keep the mouse in the center of the magnified window.
|
#. keep the mouse in the center of the magnified window.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:938
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:938
|
||||||
@ -2166,11 +2166,11 @@ msgid "Centered"
|
|||||||
msgstr "དབུས་བསྒྲིགས།"
|
msgstr "དབུས་བསྒྲིགས།"
|
||||||
|
|
||||||
#. Translators: this is an algorithm for tracking the mouse
|
#. Translators: this is an algorithm for tracking the mouse
|
||||||
#. with the magnifier. Proportional means that Orca attempts
|
#. with the magnifier. Proportional means that Cthulhu attempts
|
||||||
#. to position the mouse in the magnifier window in a way
|
#. to position the mouse in the magnifier window in a way
|
||||||
#. such that it helps represent where on the desktop the mouse
|
#. such that it helps represent where on the desktop the mouse
|
||||||
#. is. For example, if the mouse is 25% from the left edge of
|
#. is. For example, if the mouse is 25% from the left edge of
|
||||||
#. the desktop, Orca positions the mouse 25% from the left edge
|
#. the desktop, Cthulhu positions the mouse 25% from the left edge
|
||||||
#. of the magnified region.
|
#. of the magnified region.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:950
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:950
|
||||||
@ -2179,7 +2179,7 @@ msgid "Proportional"
|
|||||||
msgstr "ཆ་ཚད་ཅན།"
|
msgstr "ཆ་ཚད་ཅན།"
|
||||||
|
|
||||||
#. Translators: this is an algorithm for tracking the mouse
|
#. Translators: this is an algorithm for tracking the mouse
|
||||||
#. with the magnifier. Push means that Orca will not move
|
#. with the magnifier. Push means that Cthulhu will not move
|
||||||
#. the magnified region until the mouse hits an edge of the
|
#. the magnified region until the mouse hits an edge of the
|
||||||
#. magnified region.
|
#. magnified region.
|
||||||
#.
|
#.
|
||||||
@ -2190,7 +2190,7 @@ msgstr "འཕུལ།"
|
|||||||
|
|
||||||
#. Translators: an external braille device has buttons on it that
|
#. Translators: an external braille device has buttons on it that
|
||||||
#. permit the user to create input gestures from the braille device.
|
#. permit the user to create input gestures from the braille device.
|
||||||
#. The braille bindings are what determine the actions Orca will
|
#. The braille bindings are what determine the actions Cthulhu will
|
||||||
#. take when the user presses these buttons.
|
#. take when the user presses these buttons.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:1197
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:1197
|
||||||
@ -2278,14 +2278,14 @@ msgstr "ཇི་ནོམ་གྱི་དོན་ལུ་ འཛུལ་
|
|||||||
msgid "You need to log out and log back in for the change to take effect."
|
msgid "You need to log out and log back in for the change to take effect."
|
||||||
msgstr "བསྒྱུར་བཅོས་ཚུ་ལུ་ ནུས་པ་འཐོབ་ནིའི་དོན་ལུ་ ཁྱོད་ཀྱིས་ཕྱིར་བསྐྱོད་འབད་དེ་ ལོག་ནང་བསྐྱོད་འབད་དགོ"
|
msgstr "བསྒྱུར་བཅོས་ཚུ་ལུ་ ནུས་པ་འཐོབ་ནིའི་དོན་ལུ་ ཁྱོད་ཀྱིས་ཕྱིར་བསྐྱོད་འབད་དེ་ ལོག་ནང་བསྐྱོད་འབད་དགོ"
|
||||||
|
|
||||||
#. Translators: Orca Preferences is the configuration GUI for Orca.
|
#. Translators: Cthulhu Preferences is the configuration GUI for Cthulhu.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu_gui_prefs.py:2179
|
#: ../src/cthulhu/cthulhu_gui_prefs.py:2179
|
||||||
msgid "Starting Orca Preferences. This may take a while."
|
msgid "Starting Cthulhu Preferences. This may take a while."
|
||||||
msgstr "ཨོར་ཀ་དགའ་གདམ་འགོ་བཙུགས་དོ། འདི་དུས་ཡུན་ཨ་ཙི་སྒོར་འོང་།"
|
msgstr "ཨོར་ཀ་དགའ་གདམ་འགོ་བཙུགས་དོ། འདི་དུས་ཡུན་ཨ་ཙི་སྒོར་འོང་།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-mainwin.glade.h:1
|
#: ../src/cthulhu/cthulhu-mainwin.glade.h:1
|
||||||
msgid "Orca Screen Reader / Magnifier"
|
msgid "Cthulhu Screen Reader / Magnifier"
|
||||||
msgstr "ཨོར་ཀ་གསལ་གཞི་ལྷག་བྱེད་/ཆེ་ཤེལ་"
|
msgstr "ཨོར་ཀ་གསལ་གཞི་ལྷག་བྱེད་/ཆེ་ཤེལ་"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-mainwin.glade.h:2
|
#: ../src/cthulhu/cthulhu-mainwin.glade.h:2
|
||||||
@ -2296,7 +2296,7 @@ msgstr "དགའ་གདམ་ཚུ་"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "སྤང་"
|
msgstr "སྤང་"
|
||||||
|
|
||||||
#. Translators: this is what Orca speaks and brailles when it quits.
|
#. Translators: this is what Cthulhu speaks and brailles when it quits.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu.py:228
|
#: ../src/cthulhu/cthulhu.py:228
|
||||||
#: ../src/cthulhu/cthulhu.py:1100
|
#: ../src/cthulhu/cthulhu.py:1100
|
||||||
@ -2317,7 +2317,7 @@ msgid "on"
|
|||||||
msgstr "ཨཱོན"
|
msgstr "ཨཱོན"
|
||||||
|
|
||||||
#. Translators: this is a spoken prompt letting the user know
|
#. Translators: this is a spoken prompt letting the user know
|
||||||
#. Orca has recorded a new key combination (e.g., Alt+Ctrl+g)
|
#. Cthulhu has recorded a new key combination (e.g., Alt+Ctrl+g)
|
||||||
#. based upon their input.
|
#. based upon their input.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu.py:631
|
#: ../src/cthulhu/cthulhu.py:631
|
||||||
@ -2344,16 +2344,16 @@ msgstr "ཁ་སླབ་ལྕོགས་མིན་བཟོ་ཡོད།
|
|||||||
#. know when the preferences has been reloaded.
|
#. know when the preferences has been reloaded.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/cthulhu.py:850
|
#: ../src/cthulhu/cthulhu.py:850
|
||||||
msgid "Orca user settings reloaded."
|
msgid "Cthulhu user settings reloaded."
|
||||||
msgstr "ཨོར་ཀ་ལག་ལེན་པའི་སྒྲིག་སྟངས་ སླར་མངོན་གསལ་འབད་ཡི།"
|
msgstr "ཨོར་ཀ་ལག་ལེན་པའི་སྒྲིག་སྟངས་ སླར་མངོན་གསལ་འབད་ཡི།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu.py:1363
|
#: ../src/cthulhu/cthulhu.py:1363
|
||||||
msgid "Welcome to Orca."
|
msgid "Welcome to Cthulhu."
|
||||||
msgstr "ཨོར་ཀ་ལུ་འབྱོན་པ་ལེགས་སོ།"
|
msgstr "ཨོར་ཀ་ལུ་འབྱོན་པ་ལེགས་སོ།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-quit.glade.h:1
|
#: ../src/cthulhu/cthulhu-quit.glade.h:1
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b><big>Quit Orca?</big></b>\n"
|
"<b><big>Quit Cthulhu?</big></b>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This will stop all speech output and screen magnification.\n"
|
"This will stop all speech output and screen magnification.\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -2530,15 +2530,15 @@ msgstr ""
|
|||||||
"བའི་ལི་ནིའར།"
|
"བའི་ལི་ནིའར།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:46
|
#: ../src/cthulhu/cthulhu-setup.glade.h:46
|
||||||
msgid "Orca Modifier Keys"
|
msgid "Cthulhu Modifier Keys"
|
||||||
msgstr "ཨོར་ཀ་ལེགས་བཅོས་འབད་མི་ལྡེ་མིག་ཚུ་"
|
msgstr "ཨོར་ཀ་ལེགས་བཅོས་འབད་མི་ལྡེ་མིག་ཚུ་"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:47
|
#: ../src/cthulhu/cthulhu-setup.glade.h:47
|
||||||
msgid "Orca Preferences"
|
msgid "Cthulhu Preferences"
|
||||||
msgstr "ཨོར་ཀའི་དགའ་གདམ་ཚུ།"
|
msgstr "ཨོར་ཀའི་དགའ་གདམ་ཚུ།"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:48
|
#: ../src/cthulhu/cthulhu-setup.glade.h:48
|
||||||
msgid "Orca _Modifier Key(s):"
|
msgid "Cthulhu _Modifier Key(s):"
|
||||||
msgstr "ཨོར་ཀ་ ལེགས་བཅོས་འབད་མི་ལྡེ་མིག་(ཚུ་):(_M)"
|
msgstr "ཨོར་ཀ་ ལེགས་བཅོས་འབད་མི་ལྡེ་མིག་(ཚུ་):(_M)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:49
|
#: ../src/cthulhu/cthulhu-setup.glade.h:49
|
||||||
@ -2546,7 +2546,7 @@ msgid "Pi_tch:"
|
|||||||
msgstr "སྟུག་ཚད་:(_t)"
|
msgstr "སྟུག་ཚད་:(_t)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:50
|
#: ../src/cthulhu/cthulhu-setup.glade.h:50
|
||||||
msgid "Quit Orca _without confirmation"
|
msgid "Quit Cthulhu _without confirmation"
|
||||||
msgstr "ངེས་དཔྱད་མ་འབད་བརཨོར་ཀ་སྤང་(_w)"
|
msgstr "ངེས་དཔྱད་མ་འབད་བརཨོར་ཀ་སྤང་(_w)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:51
|
#: ../src/cthulhu/cthulhu-setup.glade.h:51
|
||||||
@ -2562,7 +2562,7 @@ msgid "Scale _factor:"
|
|||||||
msgstr "ཚད་འཇལ་ཆ་རྐྱེན་:(_f)"
|
msgstr "ཚད་འཇལ་ཆ་རྐྱེན་:(_f)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:54
|
#: ../src/cthulhu/cthulhu-setup.glade.h:54
|
||||||
msgid "Show Orca _main window"
|
msgid "Show Cthulhu _main window"
|
||||||
msgstr "ཨོར་ཀ་སྒོ་སྒྲིག་གཙོ་བོ་སྟོན་(_m)"
|
msgstr "ཨོར་ཀ་སྒོ་སྒྲིག་གཙོ་བོ་སྟོན་(_m)"
|
||||||
|
|
||||||
#: ../src/cthulhu/cthulhu-setup.glade.h:55
|
#: ../src/cthulhu/cthulhu-setup.glade.h:55
|
||||||
@ -4350,7 +4350,7 @@ msgstr "ཟླ་ཐོའི་བྱུང་ལས།"
|
|||||||
msgid "calendar event"
|
msgid "calendar event"
|
||||||
msgstr "ཟླ་ཐོའི་བྱུང་ལས།"
|
msgstr "ཟླ་ཐོའི་བྱུང་ལས།"
|
||||||
|
|
||||||
#. Translators: this tells Orca to act like 'biff', or let
|
#. Translators: this tells Cthulhu to act like 'biff', or let
|
||||||
#. the user know when new mail has arrived, even if Evolution
|
#. the user know when new mail has arrived, even if Evolution
|
||||||
#. doesn't have focus.
|
#. doesn't have focus.
|
||||||
#.
|
#.
|
||||||
@ -4358,7 +4358,7 @@ msgstr "ཟླ་ཐོའི་བྱུང་ལས།"
|
|||||||
msgid "Toggle whether we present new mail if we are not the active script."
|
msgid "Toggle whether we present new mail if we are not the active script."
|
||||||
msgstr "ང་བཅས་ཤུགས་ལྡན་ཡིག་ཚུགས་མེན་པ་ཅིན་ ང་བཅས་ཀྱིས་ཡིག་འཕྲིན་གསརཔ་འདི་སྟོན་ནི་ཨིན་ན་མེན་ན་ སོར་སྟོན་འབད།"
|
msgstr "ང་བཅས་ཤུགས་ལྡན་ཡིག་ཚུགས་མེན་པ་ཅིན་ ང་བཅས་ཀྱིས་ཡིག་འཕྲིན་གསརཔ་འདི་སྟོན་ནི་ཨིན་ན་མེན་ན་ སོར་སྟོན་འབད།"
|
||||||
|
|
||||||
#. Translators: this tells Orca to act like 'biff', or let
|
#. Translators: this tells Cthulhu to act like 'biff', or let
|
||||||
#. the user know when new mail has arrived, even if Evolution
|
#. the user know when new mail has arrived, even if Evolution
|
||||||
#. doesn't have focus.
|
#. doesn't have focus.
|
||||||
#.
|
#.
|
||||||
@ -4366,7 +4366,7 @@ msgstr "ང་བཅས་ཤུགས་ལྡན་ཡིག་ཚུགས་
|
|||||||
msgid "present new mail if this script is not active."
|
msgid "present new mail if this script is not active."
|
||||||
msgstr "འ་ནི་ཡིག་ཚུགས་འདི་ ཤུགས་ལྡན་མེན་པ་ཅིན་ ཡིག་འཕྲིན་གསརཔ་སྟོན།"
|
msgstr "འ་ནི་ཡིག་ཚུགས་འདི་ ཤུགས་ལྡན་མེན་པ་ཅིན་ ཡིག་འཕྲིན་གསརཔ་སྟོན།"
|
||||||
|
|
||||||
#. Translators: this tells Orca to act like 'biff', or let
|
#. Translators: this tells Cthulhu to act like 'biff', or let
|
||||||
#. the user know when new mail has arrived, even if Evolution
|
#. the user know when new mail has arrived, even if Evolution
|
||||||
#. doesn't have focus.
|
#. doesn't have focus.
|
||||||
#.
|
#.
|
||||||
@ -4601,7 +4601,7 @@ msgid "Desk "
|
|||||||
msgstr "ཌེཀསི་"
|
msgstr "ཌེཀསི་"
|
||||||
|
|
||||||
#. Translators: inaccessible means that the application cannot
|
#. Translators: inaccessible means that the application cannot
|
||||||
#. be read by Orca. This usually means the application is not
|
#. be read by Cthulhu. This usually means the application is not
|
||||||
#. friendly to the assistive technology infrastructure.
|
#. friendly to the assistive technology infrastructure.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/metacity.py:92
|
#: ../src/cthulhu/scripts/metacity.py:92
|
||||||
@ -4654,14 +4654,14 @@ msgstr "གྲལ་ཐིག་ %d"
|
|||||||
msgid "Speaks the contents of the input line."
|
msgid "Speaks the contents of the input line."
|
||||||
msgstr "ཨིན་པུཊི་གྱལ་རིམ་གྱི་ནང་དོན་ཚུ་སླབ་ཨིན།"
|
msgstr "ཨིན་པུཊི་གྱལ་རིམ་གྱི་ནང་དོན་ཚུ་སླབ་ཨིན།"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. row of a spreadsheet or table counts as column headers.
|
#. row of a spreadsheet or table counts as column headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:763
|
#: ../src/cthulhu/scripts/StarOffice.py:763
|
||||||
msgid "Set the row to use as dynamic column headers when speaking calc cells."
|
msgid "Set the row to use as dynamic column headers when speaking calc cells."
|
||||||
msgstr "ཀེལཀི་ནང་ཐིག་ཚུ་ཁ་སླབ་པའི་སྐབས་ ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་སྦེ་ ལག་ལེན་འཐབ་ནིའི་དོན་ལས་ གྲལ་ཐིག་འདི་གཞི་སྒྲིག་འབད།"
|
msgstr "ཀེལཀི་ནང་ཐིག་ཚུ་ཁ་སླབ་པའི་སྐབས་ ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་སྦེ་ ལག་ལེན་འཐབ་ནིའི་དོན་ལས་ གྲལ་ཐིག་འདི་གཞི་སྒྲིག་འབད།"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. column of a spreadsheet or table counts as row headers.
|
#. column of a spreadsheet or table counts as row headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:771
|
#: ../src/cthulhu/scripts/StarOffice.py:771
|
||||||
@ -4685,28 +4685,28 @@ msgstr "ཀེལཀི་"
|
|||||||
msgid "empty"
|
msgid "empty"
|
||||||
msgstr "སྟོངམ།"
|
msgstr "སྟོངམ།"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. row of a spreadsheet or table counts as column headers.
|
#. row of a spreadsheet or table counts as column headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:1084
|
#: ../src/cthulhu/scripts/StarOffice.py:1084
|
||||||
msgid "Dynamic column header cleared."
|
msgid "Dynamic column header cleared."
|
||||||
msgstr "ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་བསལ་གཏང་ཡོདཔ།"
|
msgstr "ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་བསལ་གཏང་ཡོདཔ།"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. row of a spreadsheet or table counts as column headers.
|
#. row of a spreadsheet or table counts as column headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:1094
|
#: ../src/cthulhu/scripts/StarOffice.py:1094
|
||||||
msgid "Dynamic column header set for row "
|
msgid "Dynamic column header set for row "
|
||||||
msgstr "གྲལ་ཐིག་གི་དོན་ལུ་ གཞི་སྒྲིག་འབད་ཡོད་མི་ ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་"
|
msgstr "གྲལ་ཐིག་གི་དོན་ལུ་ གཞི་སྒྲིག་འབད་ཡོད་མི་ ནུས་ཅན་ཀེར་ཐིག་མགོ་ཡིག་"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. column of a spreadsheet or table counts as row headers.
|
#. column of a spreadsheet or table counts as row headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:1151
|
#: ../src/cthulhu/scripts/StarOffice.py:1151
|
||||||
msgid "Dynamic row header cleared."
|
msgid "Dynamic row header cleared."
|
||||||
msgstr "ནུས་ཅན་གྲལ་ཐིག་མགོ་ཡིག་ བསལ་གཏང་ཡོདཔ།"
|
msgstr "ནུས་ཅན་གྲལ་ཐིག་མགོ་ཡིག་ བསལ་གཏང་ཡོདཔ།"
|
||||||
|
|
||||||
#. Translators: Orca allows you to dynamically define which
|
#. Translators: Cthulhu allows you to dynamically define which
|
||||||
#. column of a spreadsheet or table counts as row headers.
|
#. column of a spreadsheet or table counts as row headers.
|
||||||
#.
|
#.
|
||||||
#: ../src/cthulhu/scripts/StarOffice.py:1161
|
#: ../src/cthulhu/scripts/StarOffice.py:1161
|
||||||
@ -4985,7 +4985,7 @@ msgstr "རྣམ་གྲངས་ %d ལས་ %d"
|
|||||||
#~ msgstr "ཀི་སོཊོཀ་སྒྲ་བཟུང་ ཨཱོན་དང་ཨོཕ་ལུ་ སོར་སྟོན་འབདཝ་ཨིན།"
|
#~ msgstr "ཀི་སོཊོཀ་སྒྲ་བཟུང་ ཨཱོན་དང་ཨོཕ་ལུ་ སོར་སྟོན་འབདཝ་ཨིན།"
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Prints a debug listing of all known applications to the console where "
|
#~ "Prints a debug listing of all known applications to the console where "
|
||||||
#~ "Orca is running."
|
#~ "Cthulhu is running."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "ཡོངས་གྲགས་ཡོད་པའི་གློག་རིམ་ཆ་མཉམ་གྱི་ རྐྱེན་སེལ་ཐོ་ཡིག་ཅིག་ ཨོར་ཀ་གཡོག་བཀོལ་ཏེ་ཡོད་པའི་མ་སྒྲོམ་དེ་"
|
#~ "ཡོངས་གྲགས་ཡོད་པའི་གློག་རིམ་ཆ་མཉམ་གྱི་ རྐྱེན་སེལ་ཐོ་ཡིག་ཅིག་ ཨོར་ཀ་གཡོག་བཀོལ་ཏེ་ཡོད་པའི་མ་སྒྲོམ་དེ་"
|
||||||
#~ "ལུ་ དཔར་བསྐྲུན་འབདཝ་ཨིན།"
|
#~ "ལུ་ དཔར་བསྐྲུན་འབདཝ་ཨིན།"
|
||||||
@ -4993,7 +4993,7 @@ msgstr "རྣམ་གྲངས་ %d ལས་ %d"
|
|||||||
#~ msgstr "གཡོག་བཀོལ་བའི་སྐབས་ རྐྱེན་སེལ་གནས་རིམ་དེ་ བསྐྱར་འཁོར་འབདཝ་ཨིན།"
|
#~ msgstr "གཡོག་བཀོལ་བའི་སྐབས་ རྐྱེན་སེལ་གནས་རིམ་དེ་ བསྐྱར་འཁོར་འབདཝ་ཨིན།"
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Prints debug information about the currently active application to the "
|
#~ "Prints debug information about the currently active application to the "
|
||||||
#~ "console where Orca is running."
|
#~ "console where Cthulhu is running."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "ད་ལྟོ་གཡོག་ཤུགས་ལྡན་ཡོད་པའི་ གློག་རིམ་དེ་གི་སྐོར་ལས་ རྐྱེན་སེལ་གྱི་བརྡ་དོན་ཚུ་ གཡོག་བཀོལ་ཏེ་ཡོད་པའི་མ་"
|
#~ "ད་ལྟོ་གཡོག་ཤུགས་ལྡན་ཡོད་པའི་ གློག་རིམ་དེ་གི་སྐོར་ལས་ རྐྱེན་སེལ་གྱི་བརྡ་དོན་ཚུ་ གཡོག་བཀོལ་ཏེ་ཡོད་པའི་མ་"
|
||||||
#~ "སྒྲོམ་དེ་ལུ་ དཔར་བསྐྲུན་འབདཝ་ཨིན།"
|
#~ "སྒྲོམ་དེ་ལུ་ དཔར་བསྐྲུན་འབདཝ་ཨིན།"
|
||||||
@ -5020,7 +5020,7 @@ msgstr "རྣམ་གྲངས་ %d ལས་ %d"
|
|||||||
#~ msgstr "སྡེ་རིམ་འགྲུལ་བསྐྱོད་ཐབས་ལམ་ལུ་ སོར་བསྒྱུར་འབད་དོ།"
|
#~ msgstr "སྡེ་རིམ་འགྲུལ་བསྐྱོད་ཐབས་ལམ་ལུ་ སོར་བསྒྱུར་འབད་དོ།"
|
||||||
#~ msgid "%d. %s"
|
#~ msgid "%d. %s"
|
||||||
#~ msgstr "%d. %s"
|
#~ msgstr "%d. %s"
|
||||||
#~ msgid "Orca Find"
|
#~ msgid "Cthulhu Find"
|
||||||
#~ msgstr "ཨོར་ཀ་འཚོལ་"
|
#~ msgstr "ཨོར་ཀ་འཚོལ་"
|
||||||
#~ msgid "Handler"
|
#~ msgid "Handler"
|
||||||
#~ msgstr "ལེགས་སྐྱོང་པ་"
|
#~ msgstr "ལེགས་སྐྱོང་པ་"
|
||||||
@ -5080,12 +5080,12 @@ msgstr "རྣམ་གྲངས་ %d ལས་ %d"
|
|||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "-d, --disable=[གསུང་བཤད་|འབུར་ཡིག་|འབུར་ཡིག་-ལྟ་རྟོག་པ་|ཆེ་ཤེལ་|སྒོ་སྒྲིག་གཙོ་བོ་] གདམ་ཁ་"
|
#~ "-d, --disable=[གསུང་བཤད་|འབུར་ཡིག་|འབུར་ཡིག་-ལྟ་རྟོག་པ་|ཆེ་ཤེལ་|སྒོ་སྒྲིག་གཙོ་བོ་] གདམ་ཁ་"
|
||||||
#~ "ལག་ལེན་འཐབ་ནི་སྔོན་བཀག་འབད་"
|
#~ "ལག་ལེན་འཐབ་ནི་སྔོན་བཀག་འབད་"
|
||||||
#~ msgid "-q, --quit Quits Orca (if shell script used)"
|
#~ msgid "-q, --quit Quits Cthulhu (if shell script used)"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "-q, --quit ཨོར་ཀ་སྤངམ་ཨིན་ (ཤལ་ཡིག་ཚུགས་ལག་ལེན་འཐབ་དགོཔ་ཨིན་པ་"
|
#~ "-q, --quit ཨོར་ཀ་སྤངམ་ཨིན་ (ཤལ་ཡིག་ཚུགས་ལག་ལེན་འཐབ་དགོཔ་ཨིན་པ་"
|
||||||
#~ "ཅིན་)"
|
#~ "ཅིན་)"
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "If Orca has not been previously set up by the user, Orca\n"
|
#~ "If Cthulhu has not been previously set up by the user, Cthulhu\n"
|
||||||
#~ "will automatically launch the preferences set up unless\n"
|
#~ "will automatically launch the preferences set up unless\n"
|
||||||
#~ "the -n or --no-setup option is used."
|
#~ "the -n or --no-setup option is used."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
@ -5094,7 +5094,7 @@ msgstr "རྣམ་གྲངས་ %d ལས་ %d"
|
|||||||
#~ "ཨོར་ཀ་གིས་རང་བཞིན་གྱིས་ གདའ་གདམ་ཚུ་གཞི་སྒྲིག་འབད་འོང་།"
|
#~ "ཨོར་ཀ་གིས་རང་བཞིན་གྱིས་ གདའ་གདམ་ཚུ་གཞི་སྒྲིག་འབད་འོང་།"
|
||||||
#~ msgid "Report bugs to cthulhu-list@gnome.org."
|
#~ msgid "Report bugs to cthulhu-list@gnome.org."
|
||||||
#~ msgstr "རྐྱེན་གྱི་སྙན་ཞུ་ཚུ་ cthulhu-list@gnome.org ལུ་གཏང་།"
|
#~ msgstr "རྐྱེན་གྱི་སྙན་ཞུ་ཚུ་ cthulhu-list@gnome.org ལུ་གཏང་།"
|
||||||
#~ msgid "Do you really want to quit Orca?"
|
#~ msgid "Do you really want to quit Cthulhu?"
|
||||||
#~ msgstr "ཁྱོད་ཀྱིས་ཐད་རི་འབའ་རི་ ཨོར་ཀ་སྤང་ནི་ཨིན་ན?"
|
#~ msgstr "ཁྱོད་ཀྱིས་ཐད་རི་འབའ་རི་ ཨོར་ཀ་སྤང་ནི་ཨིན་ན?"
|
||||||
#~ msgid "Question"
|
#~ msgid "Question"
|
||||||
#~ msgstr "དྲི་བ།"
|
#~ msgstr "དྲི་བ།"
|
||||||
|
30
po/en_CA.po
30
po/en_CA.po
@ -315,8 +315,8 @@ msgid "Increases the speech pitch."
|
|||||||
msgstr "Increases the speech rate."
|
msgstr "Increases the speech rate."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:209
|
#: src/cthulhu/default.py:209
|
||||||
msgid "Quits Orca"
|
msgid "Quits Cthulhu"
|
||||||
msgstr "Quits Orca"
|
msgstr "Quits Cthulhu"
|
||||||
|
|
||||||
#: src/cthulhu/default.py:213
|
#: src/cthulhu/default.py:213
|
||||||
msgid "Toggles keystroke recording on and off."
|
msgid "Toggles keystroke recording on and off."
|
||||||
@ -336,10 +336,10 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/cthulhu/default.py:229
|
#: src/cthulhu/default.py:229
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints a debug listing of all known applications to the console where Orca "
|
"Prints a debug listing of all known applications to the console where Cthulhu "
|
||||||
"is running."
|
"is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Prints a debug listing of all known applications to the console where Orca "
|
"Prints a debug listing of all known applications to the console where Cthulhu "
|
||||||
"is running."
|
"is running."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:233
|
#: src/cthulhu/default.py:233
|
||||||
@ -349,10 +349,10 @@ msgstr "Cycles the debug level at run time."
|
|||||||
#: src/cthulhu/default.py:237
|
#: src/cthulhu/default.py:237
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prints debug information about the currently active application to the "
|
"Prints debug information about the currently active application to the "
|
||||||
"console where Orca is running."
|
"console where Cthulhu is running."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Prints debug information about the currently active application to the "
|
"Prints debug information about the currently active application to the "
|
||||||
"console where Orca is running."
|
"console where Cthulhu is running."
|
||||||
|
|
||||||
#: src/cthulhu/default.py:241
|
#: src/cthulhu/default.py:241
|
||||||
msgid "Prints debug information about the ancestry of the object with focus"
|
msgid "Prints debug information about the ancestry of the object with focus"
|
||||||
@ -518,7 +518,7 @@ msgid "F 12"
|
|||||||
msgstr "F 12"
|
msgstr "F 12"
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:8
|
#: src/cthulhu/cthulhu-setup.glade:8
|
||||||
msgid "Orca Preferences"
|
msgid "Cthulhu Preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu-setup.glade:124
|
#: src/cthulhu/cthulhu-setup.glade:124
|
||||||
@ -847,12 +847,12 @@ msgid "Speech disabled."
|
|||||||
msgstr "Speech is unavailable."
|
msgstr "Speech is unavailable."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:880
|
#: src/cthulhu/cthulhu.py:880
|
||||||
msgid "Orca user settings reloaded."
|
msgid "Cthulhu user settings reloaded."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
#: src/cthulhu/cthulhu.py:1006 src/cthulhu/cthulhu.py:1007
|
||||||
msgid "Welcome to Orca."
|
msgid "Welcome to Cthulhu."
|
||||||
msgstr "Welcome to Orca."
|
msgstr "Welcome to Cthulhu."
|
||||||
|
|
||||||
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
#. [[[TODO: WDW - the timer stuff is an experiment to see if
|
||||||
#. we can recover from hangs. It's only experimental, so it's
|
#. we can recover from hangs. It's only experimental, so it's
|
||||||
@ -895,7 +895,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/cthulhu/cthulhu.py:1134
|
#: src/cthulhu/cthulhu.py:1134
|
||||||
msgid ""
|
msgid ""
|
||||||
"If Orca has not been previously set up by the user, Orca\n"
|
"If Cthulhu has not been previously set up by the user, Cthulhu\n"
|
||||||
"will automatically launch the preferences set up unless\n"
|
"will automatically launch the preferences set up unless\n"
|
||||||
"the -n or --no-setup option is used."
|
"the -n or --no-setup option is used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -909,8 +909,8 @@ msgid "Speech is unavailable."
|
|||||||
msgstr "Speech is unavailable."
|
msgstr "Speech is unavailable."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:97
|
#: src/cthulhu/cthulhu_console_prefs.py:97
|
||||||
msgid "Welcome to Orca setup."
|
msgid "Welcome to Cthulhu setup."
|
||||||
msgstr "Welcome to Orca setup."
|
msgstr "Welcome to Cthulhu setup."
|
||||||
|
|
||||||
#: src/cthulhu/cthulhu_console_prefs.py:112
|
#: src/cthulhu/cthulhu_console_prefs.py:112
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
@ -1988,7 +1988,7 @@ msgstr "Page"
|
|||||||
#: src/cthulhu/scripts/Evolution.py:179
|
#: src/cthulhu/scripts/Evolution.py:179
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Welcome"
|
msgid "Welcome"
|
||||||
msgstr "Welcome to Orca."
|
msgstr "Welcome to Cthulhu."
|
||||||
|
|
||||||
#: src/cthulhu/scripts/Evolution.py:180
|
#: src/cthulhu/scripts/Evolution.py:180
|
||||||
msgid "Congratulations"
|
msgid "Congratulations"
|
||||||
@ -2072,7 +2072,7 @@ msgstr ""
|
|||||||
#: src/cthulhu/scripts/StarOffice.py:426
|
#: src/cthulhu/scripts/StarOffice.py:426
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Welcome to StarOffice"
|
msgid "Welcome to StarOffice"
|
||||||
msgstr "Welcome to Orca."
|
msgstr "Welcome to Cthulhu."
|
||||||
|
|
||||||
#: src/cthulhu/scripts/StarOffice.py:554 src/cthulhu/scripts/StarOffice.py:803
|
#: src/cthulhu/scripts/StarOffice.py:554 src/cthulhu/scripts/StarOffice.py:803
|
||||||
msgid "Spellcheck:"
|
msgid "Spellcheck:"
|
||||||
|
1392
po/en_GB.po
1392
po/en_GB.po
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user