[orca] punctuation: Spell left/right_double_angle at level "most"
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] punctuation: Spell left/right_double_angle at level "most"
- Date: Thu, 1 Apr 2021 09:12:10 +0000 (UTC)
commit d620e58ff6e4c2bd8373eda0a24d6a21f7a4b1cc
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Thu Apr 1 10:53:02 2021 +0200
punctuation: Spell left/right_double_angle at level "most"
These are used as quotation marks in various languages, so should be handled
like other quotation marks.
src/orca/punctuation_settings.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/punctuation_settings.py b/src/orca/punctuation_settings.py
index 167eed43f..b3cafa016 100644
--- a/src/orca/punctuation_settings.py
+++ b/src/orca/punctuation_settings.py
@@ -195,6 +195,8 @@ punctuation[right_double_quote] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
punctuation[en_dash] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
punctuation[double_low_quote] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
punctuation[single_low_quote] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
+punctuation[left_double_angle] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
+punctuation[right_double_angle] = [ LEVEL_MOST, PUNCTUATION_REPLACE ]
punctuation["#"] = [ LEVEL_SOME, PUNCTUATION_REPLACE ]
punctuation["$"] = [ LEVEL_SOME, PUNCTUATION_REPLACE ]
punctuation["%"] = [ LEVEL_SOME, PUNCTUATION_REPLACE ]
@@ -233,8 +235,6 @@ punctuation[per_mille] = [ LEVEL_SOME, PUNCTUATION_REPLACE ]
punctuation[left_arrow] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
punctuation[right_arrow] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
-punctuation[left_double_angle] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
-punctuation[right_double_angle] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
punctuation[middle_dot] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
punctuation[bullet] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
punctuation[triangular_bullet] = [ LEVEL_NONE, PUNCTUATION_REPLACE ]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]