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:
parent
283b88c51e
commit
bffe08cbed
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue