Last active
June 6, 2022 10:55
-
-
Save ephemient/41e7a1d7064718150551f68aace178ff to your computer and use it in GitHub Desktop.
ibus-kkc configuration
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
{ | |
"include" : [ | |
"default/direct" | |
], | |
"define": { | |
"keymap": { | |
"A-k": "set-input-mode-hiragana", | |
"A-l": "set-input-mode-latin", | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/hankaku-katakana" | |
], | |
"define": { | |
"keymap": { | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/hiragana" | |
], | |
"define": { | |
"keymap": { | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/katakana" | |
], | |
"define": { | |
"keymap": { | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/latin" | |
], | |
"define": { | |
"keymap": { | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/wide-latin" | |
], | |
"define": { | |
"keymap": { | |
"C-j": "convert-hiragana", | |
"C-k": "convert-katakana", | |
"C-l": "convert-wide-latin", | |
"C-;": "convert-latin", | |
"C-:": "convert-latin", | |
"C-'": "convert-latin" | |
} | |
} | |
} |
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
{ | |
"include" : [ | |
"default/default" | |
], | |
"define": { | |
"rom-kana": { | |
"/": ["", "・", "/"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment