Skip to content

A Baidu mobile phone input method skin optimized for one-handed input of English.

License

Notifications You must be signed in to change notification settings

chougousui/my_baidu_input_skin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_baidu_input_skin

A Baidu mobile phone input method skin optimized for one-handed input of English.

Baidu mobile phone input method

Download

https://srf.baidu.com/default/

Advanced skinning function

Choose skin

setting->super skin->lcoal

Use custom skin
  1. Download the appropriate "*.bds" file.
  2. Single click to enable.
    1. If the file has an internal error, the input method will prompt an error and use the initial skin.
    2. The above internal error usually refers to the use of the wrong compression method.
  3. 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.

Preparation of skin files

Unpack the skin file

mv test.bds test.zip
unzip test.zip

File structure

.
├── 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

Example

[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 means Tab key.

Package skin file

zip -r myskin.bds ./*

About

A Baidu mobile phone input method skin optimized for one-handed input of English.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages