-
Notifications
You must be signed in to change notification settings - Fork 0
UimByeoru
KIHARA Hideto edited this page Jan 16, 2016
·
1 revision
= uim-byeoru =
uimのByeoruモジュール。 ハングル入力スイートByeoruで入力/変換などを行なう場合に使う。
-
UimImSwitcherやUimToolbarからByeoruに切り換えてください。
1. Byeoruが見つからない場合はUimPrefを起動してください。
- UimToolbarの設定アイコンをクリック
- ターミナルエミュレータなどでuim-pref-gtk(もしくはuim-pref-qt)を実行 1. 起動したら、「全体設定」→「入力方式の利用準備」→「使用可能にする入力方式」の「編集...」ボタンを押して、左の有効アイテムにByeoruを追加してください。
- そこにもByeoruが見つからない場合、uim-byeoruはインストールされていないのかもしれません。確認してみてください。 1. 追加が完了したら、Byeoruで入力したいアプリケーションを再起動してください。
- UimImSwitcherやUimToolbarによる切り換えは一時的なものです。永続的な変更を望むならUimPrefで設定する必要があります。
- UimPrefを起動したら、「全体設定」→「入力方式の利用準備」→「標準の入力方式を指定」のチェックボックスにチェックを入れます。
- そのすぐ下の「標準の入力方式」に、Byeoruをセットしてください。
このページはEUC-JPなので書けませんが、直訳で以下のようなモードをサポートしています。
- 英文入力モード
- ハングル字単位入力モード
- ハングル単語単位入力モード
- ハングル2ボル式 (Windows互換)
- ハングル2ボル式 (Hanterm互換)
- ハングル3ボル式最終版 (厳密)
- ハングル3ボル式最終版 (寛容)
- ハングル390式 (厳密)
- ハングル390式 (寛容)
- ハングル3ボル式 (シフトなし)
- ハングルローマ字式
動作 | キー |
---|---|
オン/オフ | Shift+Space |
右へ移動 | →、Ctrl+b |
左へ移動 | ←、Ctrl+f |
単語の先頭へ移動 | Home、Ctrl+a |
単語の末尾へ移動 | End、Ctrl+e |
カーソルの右の一字を削除 | Delete、Ctrl+d |
カーソルの左の一字を削除 | BS、Ctrl+h |
次の変換候補へ移動 | Space、↓、Ctrl+n |
前の変換候補へ移動 | ↑、Ctrl+p |
次の変換候補ページへ移動 | PgDn |
前の変換候補ページへ移動 | PgUp |
変換確定 | Ctrl+j、Enter、Ctrl+m |
キャンセル | ESC、Ctrl+[、Ctrl+g |
ハングルから漢字へ変換 | F9 |
/.uim.d/customs/custom-byeoru.scm:: UimPrefの「Byeoru」ファイル。/.uim.d/customs/custom-byeoru-keys(1,2).scm:: UimPrefの「Byeoru キー設定」ファイル。
動作 | 変数名 | 指定できる値 | 標準値 | |
---|---|---|---|---|
ハングルキーボードのレイアウト | byeoru-layout | '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-jamo-orderedness | 'ordered 'orderless 'more-orderless |
'ordered | |
ESCキーでハングルモードをオフにする (viユーザ向け) | byeoru-esc-turns-off? | #t #f | #t | |
標準の確定単位を単語にする | byeoru-commit-by-word? | #t #f | #f | |
シフト+ローマ字母音で単母音を入力する | byeoru-shifted-romaja-isolates-vowel? | #t #f | #f | |
候補ウィンドウのサイズ | byeoru-nr-candidate-max | 数字 | 10 | |
記号のキャッシュサイズ | define byeoru-symbol-cache-size | 数字 | 5 | |
互換字母を使用して構成中の音節を表す | byeoru-compatibility-jamos-for-incomplete-syllables? | #t #f | #t |
- byeoru-layout 'byeoru-layout-hangul2 'byeoru-layout-hangul2hanterm 'byeoru-layout-strict3final 'byeoru-layout-strict390
- byeoru-jamo-orderedness
- byeoru-shifted-romaja-isolates-vowel?
- byeoru-jamo-orderedness
- byeoru-layout 'byeoru-layout-romaja
- byeoru-shifted-romaja-isolates-vowel?
- byeoru-layout 'byeoru-layout-generous3final 'byeoru-layout-generous390 'byeoru-layout-no-shift
- byeoru-shifted-romaja-isolates-vowel?
動作 | キー変数名 |
---|---|
オン | byeoru-on-key? |
オフ | byeoru-latin-key? |
ハングルから漢字へ変換 | byeoru-conversion-key? |
変換確定 | byeoru-commit-key? |
変換キャンセル | byeoru-cancel-key? |
次候補 | byeoru-next-candidate-key? |
前候補 | byeoru-prev-candidate-key? |
候補ウィンドウの次ページ | byeoru-next-page-key? |
候補ウィンドウの前ページ | byeoru-prev-page-key? |
バックスペース | byeoru-backspace-key? |
デリート | byeoru-delete-key? |
左に移動 | byeoru-go-left-key? |
右に移動 | byeoru-go-right-key? |
単語の先頭 | byeoru-beginning-of-preedit-key? |
単語の末尾 | byeoru-end-of-preedit-key? |