Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glintonliao/key-board
A programmers' keyboard dedicated to code editing on mobile devices
https://github.com/glintonliao/key-board
ios swift uikit xcode
Last synced: about 2 months ago
JSON representation
A programmers' keyboard dedicated to code editing on mobile devices
- Host: GitHub
- URL: https://github.com/glintonliao/key-board
- Owner: GlintonLiao
- License: gpl-3.0
- Created: 2022-12-21T01:35:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T19:24:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T03:56:52.882Z (almost 2 years ago)
- Topics: ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 60.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Intro
**[Key: Board]** is a programmers' keyboard dedicated to code editing on mobile devices.
When we want to type a bracket with the iOS default keyboard, we need to click twice and jump two levels to find it, which is very tedious; but with this keyboard, the experience of typing numbers and symbols can be greatly improved.
## Features
### A Brand New Layout
Base on the "qwerty" layout, **[Key: Board]** added the number keys row, commonly used symbols such as `.`, `,` and `:`, and an extra command keys row for entering parenthesis effectively.
### Command Keys
You can enter the specific symbol by clicking one of the four keys in the middle, and select the specific key.
### Number Keys
There is also an extra row for numbers and the corresponding symbols for input on the top layer.
When the keyboard is shifted, the symbols will be the default keys of the row, and the tab key will be "reversed".
### Language mode and auto suggestions
The leftmost key indicate the current language mode, by clicking it, you can jump to the main page of the app, and change the language mode.
Different language mode will affect the results of auto suggestions.
### Swipe Mode
In addition to clicking, you can also use swipe to enter numeric keys and symbol keys.
For example, if you want to enter a left bracket(`(`), you can swipe the corresponding key to the lower left corner.
## Download
You can download the app on App Store.
## License
GNU General Public License v3.0