From bffe08cbed1507846798a20c940a6f709aadc163 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Sun, 20 Oct 2024 21:53:33 -0400 Subject: [PATCH] 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: e5d0716c0fd0 ("core: button: add support for layout switching keys") Link: https://gitlab.com/flamingradian/unfettered-keyboard/-/issues/7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5d9e69..96a6b81 100644 --- a/README.md +++ b/README.md @@ -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 $ 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 + $ 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