Skip to content

Commit

Permalink
Make note of backwards-incompatible change to the Text class
Browse files Browse the repository at this point in the history
Re: #51.
  • Loading branch information
drmfinlay committed Jan 1, 2019
1 parent bf0ef4b commit dc5336b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Changed
~~~~~~~
* Change default paste key for the Paste action to Shift+insert.
* Change typeables.py to log errors for untypeable characters.
* Make **backwards-incompatible** change to the :class:`Text` class where
it no longer respects modifier keys being held down by default.
* Move TestContext class from Pocket Sphinx engine tests into
test/infrastructure.py.
* Move command module classes from loader scripts into
Expand Down
4 changes: 4 additions & 0 deletions dragonfly/actions/action_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ class Text(DynStrActionBase):
spacing and capitalization. This is done by first mimicking
a word recognition and then analyzing its spacing and
capitalization and applying the same formatting to the text.
- *use_hardware* (boolean) --
if *True*, send keyboard events using hardware emulation instead of
as Unicode text. This will respect the up/down status of modifier
keys.
"""

_pause_default = 0.02
Expand Down

0 comments on commit dc5336b

Please sign in to comment.