- Notifications
You must be signed in to change notification settings - Fork0
A tool for creating layouts for the Unexpected Keyboard for Android devices.
License
NotificationsYou must be signed in to change notification settings
Mispille/app-unexpected-keyboard-layout-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tool for creating layouts for the Unexpected Keyboard for Android devices.
https://unexpected-keyboard-layout-creator.lixquid.com
- To get started, either:
- Select a layout under theStart from a template dropdown, or
- Import a layout from its XML by putting it in theImport from XML box and clickingImport.
- Add rows by clicking theAdd 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, clickExport to XML to get the XML for your layout.
- Clone the repository
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Openhttp://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
About
A tool for creating layouts for the Unexpected Keyboard for Android devices.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- TypeScript99.1%
- HTML0.9%