Skip to content

Commit

Permalink
重构打包方式, 修改readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtccc committed Jun 8, 2022
1 parent 81ed905 commit ab3ef13
Show file tree
Hide file tree
Showing 70 changed files with 25 additions and 13 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,17 @@ _Colemak Geek_ is a customized layout for Baidu IME for Mobile (Android, iOS and

**该皮肤布局仅适用于2.1及以上版本百度手机输入法,不适用于2.0版。**

# 功能介绍
## 下载

* **全网首个中文输入法 Colemak 布局**
* **全网首个百度手机输入法点划全符号布局**
* 中英文全符号点划支持
* 拼音状态下分号会变成分词键(双拼可用)
* 空格键上下左右滑动可移动光标
* 长按空格键切换输入法(仅 Android)
* 英文状态下 K 键点划输入箭头符号
* 支持邮箱、网址输入状态(仅 iOS)
* 从 release 下载.bds文件

## 安装方法:

### Android、Symbian

* 方法1:将下载的皮肤布局文件(.bds)拷贝到手机任意位置,使用手机文件浏览器,以“百度输入法”打开,系统自动安装(部分android手机不支持后缀关联.请使用以下两种方法)
* 方法2:将下载的皮肤布局文件(.bds)放到指定目录。 【Android目录】:`sdcard/baidu/ime/skins` 【S60 V5/Symbian^3目录】:`手机存储/baidu/input/touchskin`
* 方法3:点击输入法面板上熊头logo,进入“超级皮肤”,在皮肤布局页中进入皮肤布局商店,下载安装。
* 如果手机没有对应的目录, 可以先手动随便建立一个自己的自定义皮肤,百度输入法就会建立对应的路径了(`sdcard/baidu/ime/skins`)

### iPhone

Expand All @@ -36,12 +29,20 @@ _Colemak Geek_ is a customized layout for Baidu IME for Mobile (Android, iOS and
* Android:点击输入法面板上熊头logo,进入“超级皮肤”(3.1版以下为“主题/皮肤”),在皮肤布局页中,选择您要启用的皮肤布局。
* S60 v5/Symbian^3:点击输入法面板上熊头logo,进入“主题/皮肤”,在皮肤页中,选择您要启用的皮肤布局。 iPhone:进入输入法设置项,进入超级皮肤 ,在布局页中选择您要启用的皮肤布局。

_(以上文字摘自百度官方)_
* 启用皮肤后, 需要开启百度输入法的紫光双拼
* 输入法设置 - 高级设置 - 启用双拼 开启 , 管理双拼方案 26键双拼方案 - 紫光双拼



# 功能介绍
* 26拼音下的英文上下数字符号变成双拼声母韵母

# demo
![](./demo.png)
![](./bds_source/demo.png)


# 生成bds 文件的方法
* 使用 taskfile 工具
* linux : go-task

* 或手动在 bds_source 文件夹运行 `zip -r Colemak.xtcc.bds ./*`
11 changes: 11 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://taskfile.dev

version: "3"

tasks:
default:
dir : bds_source
cmds:
- rm -f Colemak.xtcc.bds
- zip -r Colemak.xtcc.bds ./*
- mv Colemak.xtcc.bds ..
2 changes: 1 addition & 1 deletion Info.txt → bds_source/Info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Name=Colemak Geek
Name=Colemak xtcc
Style=default
SupportPlatform=SWIA
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit ab3ef13

Please sign in to comment.