Skip to content

Commit

Permalink
rebased master and fixed some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikunya committed May 11, 2015
1 parent a792dcf commit 68ad4b5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
12 changes: 2 additions & 10 deletions data/rules/atok/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,16 @@ files = \
keymap/wide-latin.json \
keymap/direct.json \
rom-kana/default.json \
$(NULL)
metadata_in = \
metadata.json.in \
metadata.json \
$(NULL)

nobase_rules_DATA = \
$(files) \
$(metadata_in:.in=) \
$(NULL)

EXTRA_DIST = \
$(files) \
$(metadata_in) \
$(NULL)

CLEANFILES = \
metadata.json \
$(NULL)

-include $(top_srcdir)/data/rules/rule.mk
include $(top_srcdir)/data/rules/rule.mk
-include $(top_srcdir)/git.mk
4 changes: 2 additions & 2 deletions data/rules/atok/keymap/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"keymap": {
"C-[": "abort",
"C-g": "delete-forward",
"C-q": "null",
"C-q": null,
"C-F7": "register",
"C-Down": "next-candidate",
"S-space": "next-candidate",
"S-Henkan_Mode": "next-candidate",
"C-Up": "previous-candidate",
"Muhenkan": "null",
"Muhenkan": null,
"C-l": "expand-segment",
"C-k": "shrink-segment",
"Right": "expand-segment",
Expand Down
5 changes: 5 additions & 0 deletions data/rules/atok/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "ATOK",
"description": "The commercial Input Method ATOK like style",
"priority": 90
}
5 changes: 0 additions & 5 deletions data/rules/atok/metadata.json.in

This file was deleted.

2 changes: 1 addition & 1 deletion data/rules/atok/rom-kana/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"wyi": ["", "" ],
"xye": ["", "" ],
"yi": ["", "" ],
"zya": ["", "null" ],
"zya": ["", null ],
"/": ["", "", ""]
}
}
Expand Down
1 change: 1 addition & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ libkkc/keymap.vala
tools/kkc.vala
data/rules/tutcode/metadata.pot
data/rules/azik/metadata.pot
data/rules/atok/metadata.pot
data/rules/trycode/metadata.pot
data/rules/default/metadata.pot
data/rules/azik-jp106/metadata.pot
Expand Down

0 comments on commit 68ad4b5

Please sign in to comment.