Skip to content

Commit

Permalink
Merge pull request autokey#850 from Elliria/master
Browse files Browse the repository at this point in the history
Remove one reference to X in the AutoKey GTK clipboard API documentation.
  • Loading branch information
josephj11 authored May 4, 2023
2 parents 2d86abf + cde9806 commit 095c353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Other changes
- Internal Code cleanup. The configuration handling module is split into multiple modules inside a dedicated package.
- Change clipboard wording in the AutoKey documentation.
- Update formatting and wording in the AutoKey GTK and Qt clipboard API documentation.
- Remove one reference to X in the AutoKey GTK clipboard API documentation.
- AutoKey now has a working test environment again. `pytest` based unit-tests can be launched from the source checkout using `python3 setup.py test`

**New Dependencies (test-time only)**
Expand Down
2 changes: 1 addition & 1 deletion lib/autokey/scripting/clipboard_gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, app):

def fill_selection(self, contents):
"""
Copy text into the X selection
Copy text into the selection
Usage: C{clipboard.fill_selection(contents)}
Expand Down

0 comments on commit 095c353

Please sign in to comment.