README: add numeric.xml to list of required layouts

Since the numeric layout got supported, the XML file defining the layout
was required. Add it to the list of required layouts in the README so
users can still install and run the current keyboard.

Fixes: e5d0716c0f ("core: button: add support for layout switching keys")
Link: https://gitlab.com/flamingradian/unfettered-keyboard/-/issues/7
This commit is contained in:
Richard Acayan 2024-10-20 21:53:33 -04:00
parent 283b88c51e
commit bffe08cbed
No known key found for this signature in database
GPG key ID: 0346F4894879DB73

View file

@ -94,6 +94,8 @@ Layouts are essential and not installed by cargo. They are installed manually:
$ sudo mv latn_qwerty_us.xml /usr/share/unfettered-keyboard/layouts $ sudo mv latn_qwerty_us.xml /usr/share/unfettered-keyboard/layouts
$ curl -OL https://github.com/Julow/Unexpected-Keyboard/raw/1.29.1/res/xml/bottom_row.xml $ curl -OL https://github.com/Julow/Unexpected-Keyboard/raw/1.29.1/res/xml/bottom_row.xml
$ sudo mv bottom_row.xml /usr/share/unfettered-keyboard/layouts $ sudo mv bottom_row.xml /usr/share/unfettered-keyboard/layouts
$ curl -OL https://github.com/Julow/Unexpected-Keyboard/raw/1.29.1/res/xml/numeric.xml
$ sudo mv numeric.xml /usr/share/unfettered-keyboard/layouts
# Configuration # Configuration