Skip to content

Commit

Permalink
New -> enhanced for consistency with source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed May 4, 2020
1 parent b94f42f commit b2910a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/NVDAObjects/behaviors.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def _get_caretMovementDetectionUsesEvents(self):


class EnhancedTermTypedCharSupport(Terminal):
"""A Terminal object with keyboard support enhancements for console applications.
"""A Terminal object with typed character support enhancements for console applications.
Notably, it suppresses duplicate typed character announcements and can
hold typed characters in a queue and only dispatch once the screen updates.
This is useful for suppression of passwords, etc."""
Expand Down
2 changes: 1 addition & 1 deletion source/gui/settingsDialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ def __init__(self, parent):
self.speakPasswordsCheckBox.defaultValue = self._getDefaultValue(["terminals", "speakPasswords"])
# Translators: This is the label for a checkbox in the
# Advanced settings panel.
label = _("Use the new t&yped character support in legacy Windows consoles when available")
label = _("Use enhanced t&yped character support in legacy Windows consoles when available")
self.keyboardSupportInLegacyCheckBox=terminalsGroup.addItem(wx.CheckBox(self, label=label))
self.keyboardSupportInLegacyCheckBox.SetValue(config.conf["terminals"]["keyboardSupportInLegacy"])
self.keyboardSupportInLegacyCheckBox.defaultValue = self._getDefaultValue(["terminals", "keyboardSupportInLegacy"])
Expand Down
2 changes: 1 addition & 1 deletion user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ This setting controls whether characters are spoken by [speak typed characters #
For security purposes, this setting should be left disabled.
However, you may wish to enable it if you experience performance issues or instability with typed character and/or word reporting in consoles, or work in trusted environments and prefer password announcement.

==== Use the new typed character support in legacy Windows consoles when available ====[AdvancedSettingsKeyboardSupportInLegacy]
==== Use enhanced typed character support in legacy Windows consoles when available ====[AdvancedSettingsKeyboardSupportInLegacy]
This option enables an alternative method for detecting typed characters in legacy Windows consoles.
While it improves performance and prevents some console output from being spelled out, it may be incompatible with some terminal programs.
This feature is available and enabled by default on Windows 10 versions 1607and later when UI Automation is unavailable or disabled.
Expand Down

0 comments on commit b2910a5

Please sign in to comment.