From 1c632f884565d30fd3ba9689f93e7582608e6edd Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Tue, 25 Dec 2012 15:05:20 +0900 Subject: Replaced the legacy icon gtk-preferences with preferences-desktop. --- setup/Makefile.am | 1 + setup/anthyprefs.py.in | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'setup') diff --git a/setup/Makefile.am b/setup/Makefile.am index 93ff8af..5d1bcdf 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -91,6 +91,7 @@ _config.py: _config.py.in DATADIR=$(datadir); \ LAYOUT=$(LAYOUT); \ SYMBOL_CHAR_INT=$(SYMBOL_CHAR_INT); \ + ICON_PREFERENCE=$(ICON_PREFERENCE); \ s=`cat $<`; \ eval "echo \"$${s}\""; \ ) > $@ diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in index 57d5ae4..eb8af86 100644 --- a/setup/anthyprefs.py.in +++ b/setup/anthyprefs.py.in @@ -368,6 +368,11 @@ _config = { 'jp[ctrl:swapcaps]', 'us[ctrl:swapcaps]', 'jp[ctrl:swapcaps,compose:rctrl]', 'us[ctrl:swapcaps,compose:rctrl]', + 'jp[japan:kana_lock]', + 'jp[japan:nicola_f_bs]', + 'jp[japan:nicola_f_bs,ctrl:swapcaps]', + 'jp[japan:hztg_escape]', + 'jp[japan:hztg_escape,ctrl:swapcaps]', ], }, -- cgit v1.2.1