From d16f7c2feee688ba97ec7dd7e609fdf308dcf2e1 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Wed, 16 Jan 2019 22:45:32 +0800 Subject: [PATCH] feat(ipa_*.schema.yaml): enable global hotkeys --- ipa_xsampa.schema.yaml | 6 +++++- ipa_yunlong.schema.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ipa_xsampa.schema.yaml b/ipa_xsampa.schema.yaml index 966c6cf..54fe195 100644 --- a/ipa_xsampa.schema.yaml +++ b/ipa_xsampa.schema.yaml @@ -4,7 +4,7 @@ schema: schema_id: ipa_xsampa name: X-SAMPA - version: '0.3' + version: '0.4' author: - Patrick - GONG Chen @@ -14,6 +14,7 @@ schema: engine: processors: + - key_binder - speller - selector - navigator @@ -35,3 +36,6 @@ translator: enable_user_dict: false comment_format: - xform/^~// + +key_binder: + import_preset: default diff --git a/ipa_yunlong.schema.yaml b/ipa_yunlong.schema.yaml index c7428cf..a93ae12 100644 --- a/ipa_yunlong.schema.yaml +++ b/ipa_yunlong.schema.yaml @@ -4,7 +4,7 @@ schema: schema_id: ipa_yunlong name: 雲龍國際音標 - version: '5.0' + version: '5.1' author: - 編碼設計:潘悟雲、李龍 - 整理:采采卷耳 @@ -15,6 +15,7 @@ schema: engine: processors: + - key_binder - speller - selector - navigator @@ -36,3 +37,6 @@ translator: enable_user_dict: false comment_format: - xform/^~// + +key_binder: + import_preset: default