[orca] Present terminal pager text insertions when they result from a printable key
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Present terminal pager text insertions when they result from a printable key
- Date: Mon, 22 Aug 2016 18:45:13 +0000 (UTC)
commit 0bbebb4b7db8dfbd0376abc5bf4d34bd999903a9
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Aug 22 14:35:20 2016 -0400
Present terminal pager text insertions when they result from a printable key
src/orca/script_utilities.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/script_utilities.py b/src/orca/script_utilities.py
index 4988ed0..f811ef4 100644
--- a/src/orca/script_utilities.py
+++ b/src/orca/script_utilities.py
@@ -4121,6 +4121,8 @@ class Utilities:
return True
if mods & keybindings.ALT_MODIFIER_MASK:
return True
+ if len(event.any_data) > 1 and self.lastInputEventWasPrintableKey():
+ return True
return False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]