A Baidu mobile phone input method skin optimized for one-handed input of English.
https://srf.baidu.com/default/
setting->super skin->lcoal
- Download the appropriate "*.bds" file.
- Single click to enable.
- If the file has an internal error, the input method will prompt an error and use the initial skin.
- The above internal error usually refers to the use of the wrong compression method.
- If the character of the button response does not match the picture of the button, you can solve this by choose a background (anything is okay, for example, a pure white background) for the keyboard with the built-in customize skin function.
mv test.bds test.zip
unzip test.zip
.
├── demo.png
├── Info.txt
├── land (Landscape)
├── port (Portrait)
│ ├── en_26.ini (26 key keyboard for english input)
│ ├── en_26s.ini (26 key layout after pressing the shift key)
│ ├── others
└── res
[KEY1]
BACK_STYLE=118
FORE_STYLE=337
VIEW_RECT=5,65,44,75
TOUCH_RECT=5,65,44,75
UP=1
LEFT=1
RIGHT=1
CENTER=F41
[KEY2]
BACK_STYLE=118
FORE_STYLE=520
VIEW_RECT=52,65,44,75
TOUCH_RECT=52,65,44,75
UP=2
LEFT=2
RIGHT=2
CENTER=z
- Of course, other changes are needed.
F41
meansTab
key.
zip -r myskin.bds ./*