summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-05-11 18:03:02 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-05-11 18:03:02 +0900
commit37caf0b0d9afefad1055846dd3e4389fd4f2a792 (patch)
treea91504e56c5a43df3a437b034e964d4b264381b6 /setup
parentd363288fac669fb2528b0bb01d4cd154b1c8bbee (diff)
downloadibus-anthy-37caf0b0d9afefad1055846dd3e4389fd4f2a792.tar.gz
Added Zenkaku_Hankaku to on-off keys.
Diffstat (limited to 'setup')
-rw-r--r--setup/Makefile.am1
-rw-r--r--setup/anthyprefs.py.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 8b13a3c..8e1605e 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -80,6 +80,7 @@ anthyprefs.py: anthyprefs.py.in
sed -e "s|\@ANTHY_ZIPCODE_FILE\@|$(ANTHY_ZIPCODE_FILE)|g" \
-e "s|\@KASUMI_EXEC_FILE\@|$(KASUMI_EXEC_FILE)|g" \
-e "s|\@KASUMI_ICON_FILE\@|$(KASUMI_ICON_FILE)|g" \
+ -e "s|\@ON_OFF_KEYS\@|$(ON_OFF_KEYS)|g" \
-e "s|\@VERSION\@|$(VERSION)|g" \
-e "s|\@pkgdatadir\@|$(pkgdatadir)|g" \
$< > $@
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index b388aeb..d4a1f81 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -1136,7 +1136,7 @@ _config = {
}
_shortcut_default = {
- 'on_off': ['Ctrl+J'],
+ 'on_off': [@ON_OFF_KEYS@],
'circle_input_mode': ['Ctrl+comma', 'Ctrl+less'],
'circle_kana_mode': ['Ctrl+period', 'Ctrl+greater', 'Hiragana_Katakana'],
# 'cancel_pseudo_ascii_mode_key': ['Escape'],