diff options
author | Changwoo Ryu <cwryu@debian.org> | 2014-09-28 06:07:55 +0900 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2015-01-15 01:13:29 +0000 |
commit | f102fb0df6211d56ea1951fc1c35fb13cbc3d7d2 (patch) | |
tree | 95ac4420d476d714e2524431128c33d93b36011f /rules | |
parent | f1868bdacb4c227e1daa4088fb28f5968874a38e (diff) |
update Korean
- Clear modifier when using RAlt/RCtrl as Hangul/Hanja keys
https://bugs.freedesktop.org/show_bug.cgi?id=71696
- Add a new option, Korean Hangul/Hanja keys
- Old kr and kr(kr104) layouts still remain, but as preset
combinations of above options.
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.o_s.part | 2 | ||||
-rw-r--r-- | rules/base.xml.in | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/rules/base.o_s.part b/rules/base.o_s.part index cda36e45..5e6f6648 100644 --- a/rules/base.o_s.part +++ b/rules/base.o_s.part @@ -125,6 +125,8 @@ nbsp:level4nl = +nbsp(level4nl) japan:nicola_f_bs = +jp(nicola_f_bs) japan:hztg_escape = +jp(hztg_escape) + korean:ralt_rctrl = +kr(ralt_hangul)+kr(rctrl_hanja) + korean:rctrl_ralt = +kr(rctrl_hangul)+kr(ralt_hanja) kpdl:dot = +kpdl(dot) kpdl:comma = +kpdl(comma) kpdl:dotoss = +kpdl(dotoss) diff --git a/rules/base.xml.in b/rules/base.xml.in index 5f12801f..22967e3b 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -6930,6 +6930,30 @@ </configItem> </option> </group> + <group allowMultipleSelection="true"> + <configItem> + <name>korean</name> + <_description>Korean Hangul/Hanja keys</_description> + </configItem> + <option> + <configItem> + <name>korean:hw_keys</name> + <_description>Hardware Hangul/Hanja keys</_description> + </configItem> + </option> + <option> + <configItem> + <name>korean:ralt_rctrl</name> + <_description>Right Alt as Hangul, right Ctrl as Hanja</_description> + </configItem> + </option> + <option> + <configItem> + <name>korean:rctrl_ralt</name> + <_description>Right Ctrl as Hangul, right Alt as Hanja</_description> + </configItem> + </option> + </group> <group allowMultipleSelection="false"> <configItem> <name>esperanto</name> |