From e5984ed56290c46cbbd35142f2f6fabdb5721968 Mon Sep 17 00:00:00 2001 From: William Wold Date: Fri, 6 Aug 2021 11:26:28 -0700 Subject: [PATCH] Update entry.py file path in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ccb13ba..fb601e54 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Squeekboard honors the gnome "screen-keyboard-enabled" setting. Either enable th $ gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true ``` -To make the keyboard show you can use either an application that does so automatically, like a text editor or `python3 ./tests/entry.py`, or you can manually trigger it with: +To make the keyboard show you can use either an application that does so automatically, like a text editor or `python3 ./tools/entry.py`, or you can manually trigger it with: ```bash busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true