diff options
author | Takuro Ashie <makeinu> | 2010-05-18 15:53:00 +0000 |
---|---|---|
committer | Takuro Ashie <makeinu> | 2010-05-18 15:53:00 +0000 |
commit | 934ea2bb6932999a6c89292e20660adc2e3d4804 (patch) | |
tree | 0b5be6b65151c1218ca4ccd73a796185d755dc0a | |
parent | c32e17f230596c7d11d441a81f371bc26ac56fc4 (diff) | |
download | ise-engine-anthy-upstream-git.tar.gz ise-engine-anthy-upstream-git.tar.bz2 ise-engine-anthy-upstream-git.zip |
Assign Control + N key to CommitSelectedSegmentKey.upstream-git
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/atok.sty | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2010-05-19 Takuro Ashie <ashie@homa.ne.jp> + + * data/atok.sty: Assign Control + N key to CommitSelectedSegmentKey. + https://bugs.launchpad.net/ubuntu-jp-improvement/+bug/582036 + 2009-0l-29 Takuro Ashie <ashie@homa.ne.jp> * configure.ac: Version-1.2.7 (BRANCH_1_2). diff --git a/data/atok.sty b/data/atok.sty index 1afbf58..eb8a81a 100644 --- a/data/atok.sty +++ b/data/atok.sty @@ -54,7 +54,7 @@ SelectFirstSegmentKey = Control+Left SelectLastSegmentKey = Control+Right ExpandSegmentKey = Right,Control+l ShrinkSegmentKey = Left,Control+k -CommitSelectedSegmentKey = Down +CommitSelectedSegmentKey = Down,Control+n CandidatesPageUpKey = Shift+Henkan CandidatesPageDownKey = Henkan |