-
-
Save xnuk/91dbf47e047e8fed77595711b6f9eedd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; vim: ft=scheme | |
(require-module "byeoru") | |
;; 원래 있던 자판을 덮어쓰는 방식으로 작동하기 때문에 | |
;; 자판 이름을 현재 uim-byeoru가 내장하고 있는 아무 자판 이름이나 쓰시고 | |
;; 그 자판으로 설정하시면 모쪼록 될 거 같습니다: | |
;; | |
;; - byeoru-layout-hangul2 | |
;; - byeoru-layout-hangul2hanterm | |
;; - byeoru-layout-strict3final | |
;; - byeoru-layout-generous3final | |
;; - byeoru-layout-strict390 | |
;; - byeoru-layout-generous390 | |
;; - byeoru-layout-no-shift | |
;; - byeoru-layout-romaja | |
;; | |
;; 느슨한 세벌식 최종을 신세벌 자판으로 바꾸고 싶지 않으시다면 이름을 바꾸세요 | |
(byeoru-define-layout byeoru-layout-generous3final | |
( (0 . AD01) (jungseong-yae . (1 4)) (jongseong-sios . (1 4)) ) | |
( (0 . AD02) (jungseong-ya . (1 4)) (jongseong-rieul . 3) ) | |
( (0 . AD03) (jungseong-ae . (1 4)) (jongseong-bieub . (3 5)) ) | |
( (0 . AD04) (jungseong-eo . (1 4)) (jongseong-tieut . (1 4)) ) | |
( (0 . AD05) (jungseong-yeo . (1 4)) (jongseong-kieuk . 1) ) | |
( (0 . AD06) (choseong-rieul . 1) ) | |
( (0 . AD07) (choseong-digeud . (3 5)) ) | |
( (0 . AD08) (choseong-mieum . 1) ) | |
( (0 . AD09) (choseong-chieuch . 1) (jungseong-u . 3) ) | |
( (0 . AD10) (choseong-pieup . 1) ) | |
( (0 . AC01) (jungseong-yu . (1 4)) (jongseong-ieung . 1) ) | |
( (0 . AC02) (jungseong-ye . (1 4)) (jongseong-nieun . 3) ) | |
( (0 . AC03) (jungseong-i . (1 4)) (jongseong-hieuh . (1 4)) ) | |
( (0 . AC04) (jungseong-a . (1 4)) (jongseong-pieup . (1 4)) ) | |
( (0 . AC05) (jungseong-eu . (1 4)) (jongseong-digeud . 1) ) | |
( (0 . AC06) (choseong-nieun . 1) ) | |
( (0 . AC07) (choseong-ieung . 1) ) | |
( (0 . AC08) (choseong-giyeog . (3 5)) ) | |
( (0 . AC09) (choseong-jieuj . (3 5)) ) | |
( (0 . AC10) (choseong-bieub . (3 5)) ) | |
( (0 . AC11) (choseong-tieut . 1) ) | |
( (0 . AB01) (jungseong-ui . (1 4)) (jongseong-mieum . (1 4)) ) | |
( (0 . AB02) (jungseong-yo . (1 4)) (jongseong-ssangsios . (3 5)) ) | |
( (0 . AB03) (jungseong-e . (1 4)) (jongseong-giyeog . (3 4 5)) ) | |
( (0 . AB04) (jungseong-o . (1 4)) (jongseong-jieuj . (1 4)) ) | |
( (0 . AB05) (jungseong-u . (1 4)) (jongseong-chieuch . 1) ) | |
( (0 . AB06) (choseong-sios . (3 5)) ) | |
( (0 . AB07) (choseong-hieuh . 1) ) | |
( (0 . AB10) (choseong-kieuk . 1) (jungseong-o . 3) ) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment