Commit graph

8 commits

Author SHA1 Message Date
Richard Acayan
3220fa0a68
README: guide the user to install greekmath.xml
The command says numeric.xml which was already installed in a previous
command. Correct it to say greekmath.xml.
2024-12-26 20:44:34 -05:00
Richard Acayan
ab035f1b2c
core: layout: add hardcoded greekmath layout
Add the built-in layout for Greek and math characters.
2024-10-31 18:32:42 -04:00
Richard Acayan
bffe08cbed
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
2024-10-20 21:58:10 -04:00
Richard Acayan
283b88c51e
README: add license 2024-10-17 21:57:40 -04:00
Richard Acayan
4cd29eec3b core: config: add config option to enable the wayland input method
Having multiple input methods at once causes behaviour defined by the
Wayland compositor. In a recent update by Phoc, the most recently
started input method would take priority to demonstrate the instability.
Add a configuration option so the Wayland input method can be disabled
to accommodate a second input method.

Also update the README with the new option.
2024-09-27 22:09:20 -04:00
Richard Acayan
8ae15780b7 add license, readme, and gitignore 2024-08-12 23:14:39 -04:00
Richard Acayan
4a6b261be0 rewrite in rust 2024-07-18 20:32:55 -04:00
Richard Acayan
1c606d0274
initial commit 2024-04-15 22:11:20 -04:00