A tool for creating and editing layouts for the Unexpected Keyboard for Android devices.
https://unexpected-keyboard-layout-editor.lixquid.com
- To get started, either:
- Select a layout under the Start from a template dropdown, or
- Import a layout from its XML by putting it in the Import from XML box and clicking Import.
- Add rows by clicking the Add Row button, or edit / remove existing rows by clicking on the cog button on the right side of the row.
- Add keys to rows by clicking the Plus button on the right side of the row, or edit / remove existing keys by clicking on the key itself.
- Once you're done, click Export to XML to get the XML for your layout.
- Clone the repository
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open http://localhost:1234 in your browser
Changes to the source files will be automatically reloaded in the browser.
- Remove the
dist
folder:rm -rf dist
- Build the project:
yarn build
- The production files will be in the
dist
folder