[orca] Include the selected item count when presenting selection
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Include the selected item count when presenting selection
- Date: Thu, 18 Oct 2018 12:32:55 +0000 (UTC)
commit fe11f67ecece55aca154e9f7b4e965cfe3128d95
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Oct 18 14:10:06 2018 +0200
Include the selected item count when presenting selection
src/orca/scripts/default.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index ac4045408..0f3a9e1a7 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -2111,6 +2111,7 @@ class Script(script.Script):
return self._whereAmISelectedText(inputEvent, obj)
count = self.utilities.selectedChildCount(container)
+ self.presentMessage(messages.selectedItemsCount(count, container.childCount))
if not count:
return True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]