Skip to content

Commit

Permalink
Remove broken link from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Aug 5, 2022
1 parent 96c528f commit bbd3ff3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dragonfly/actions/action_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
Windows Unicode Keyboard Support
............................................................................
The :class:`Text` action can be used to type arbitrary Unicode characters
using the `relevant Windows API <https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagkeybdinput#remarks>`__.
This is disabled by default because it ignores the up/down status of
modifier keys (e.g. ctrl).
The :class:`Text` action may be used to type arbitrary Unicode characters on
Windows. This is disabled by default because it ignores the up/down status
of modifier keys (e.g. ctrl).
It can be enabled by changing the ``unicode_keyboard`` setting in
`~/.dragonfly2-speech/settings.cfg` to ``True``::
Expand Down

0 comments on commit bbd3ff3

Please sign in to comment.