feat(ipa_*.schema.yaml): enable global hotkeys
This commit is contained in:
parent
91098ea0fc
commit
d16f7c2fee
2 changed files with 10 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
schema:
|
schema:
|
||||||
schema_id: ipa_xsampa
|
schema_id: ipa_xsampa
|
||||||
name: X-SAMPA
|
name: X-SAMPA
|
||||||
version: '0.3'
|
version: '0.4'
|
||||||
author:
|
author:
|
||||||
- Patrick <ipatrickmac@qq.com>
|
- Patrick <ipatrickmac@qq.com>
|
||||||
- GONG Chen <chen.sst@gmail.com>
|
- GONG Chen <chen.sst@gmail.com>
|
||||||
|
|
@ -14,6 +14,7 @@ schema:
|
||||||
|
|
||||||
engine:
|
engine:
|
||||||
processors:
|
processors:
|
||||||
|
- key_binder
|
||||||
- speller
|
- speller
|
||||||
- selector
|
- selector
|
||||||
- navigator
|
- navigator
|
||||||
|
|
@ -35,3 +36,6 @@ translator:
|
||||||
enable_user_dict: false
|
enable_user_dict: false
|
||||||
comment_format:
|
comment_format:
|
||||||
- xform/^~//
|
- xform/^~//
|
||||||
|
|
||||||
|
key_binder:
|
||||||
|
import_preset: default
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
schema:
|
schema:
|
||||||
schema_id: ipa_yunlong
|
schema_id: ipa_yunlong
|
||||||
name: 雲龍國際音標
|
name: 雲龍國際音標
|
||||||
version: '5.0'
|
version: '5.1'
|
||||||
author:
|
author:
|
||||||
- 編碼設計:潘悟雲、李龍
|
- 編碼設計:潘悟雲、李龍
|
||||||
- 整理:采采卷耳
|
- 整理:采采卷耳
|
||||||
|
|
@ -15,6 +15,7 @@ schema:
|
||||||
|
|
||||||
engine:
|
engine:
|
||||||
processors:
|
processors:
|
||||||
|
- key_binder
|
||||||
- speller
|
- speller
|
||||||
- selector
|
- selector
|
||||||
- navigator
|
- navigator
|
||||||
|
|
@ -36,3 +37,6 @@ translator:
|
||||||
enable_user_dict: false
|
enable_user_dict: false
|
||||||
comment_format:
|
comment_format:
|
||||||
- xform/^~//
|
- xform/^~//
|
||||||
|
|
||||||
|
key_binder:
|
||||||
|
import_preset: default
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue