MONOLOGO
decembro
11

Opera 12.x でエスペラントのアルファベットを入力する

目的:Opera 12.x のテキストエリア内でエスペラントのアルファベット(ユニコード文字)を入力する。

手順:Edit Widget のキーマップを変更する(以下参照)

  • 「設定」→「詳細設定」タブを表示、左のバーより「ショートカット」を表示する。
  • 「キーボード設定」の「編集」ボタンを押す。「Advanced」→「Edit Widget」
  • 以下のようにキーを設定する。
  • 入力内容処理
    h altInsert,"0000125" & Convert hex to unicode
    s altInsert,"000015d" & Convert hex to unicode
    c altInsert,"0000109" & Convert hex to unicode
    u altInsert,"000016d" & Convert hex to unicode
    g altInsert,"000011d" & Convert hex to unicode
    j altInsert,"0000135" & Convert hex to unicode
    h alt shiftInsert,"0000124" & Convert hex to unicode
    s alt shiftInsert,"000015c" & Convert hex to unicode
    c alt shiftInsert,"0000108" & Convert hex to unicode
    u alt shiftInsert,"000016c" & Convert hex to unicode
    g alt shiftInsert,"000011c" & Convert hex to unicode
    j alt shiftInsert,"0000134" & Convert hex to unicode

    エスペラントのアルファベットは、それぞれ Alt と文字キーのコンビネーションで入力する。 ĉ を出したければ、Alt を押しながら c を打鍵する。Ŝ を出したければ Alt と Shift を押しながら s 。

    « 戻る
    inserted by FC2 system