Update entry.py file path in readme

This commit is contained in:
William Wold
2021-08-06 11:26:28 -07:00
parent 39c004ecfc
commit e5984ed562

View File

@ -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 $ 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 ```bash
busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true