-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・Ctrl+Enterがアプリケーションに通るように、デフォルトのキー設定を一部変更しました。 ・キー設定(文字)の「ひらがな」の「\cj」を削除し、キー設定(仮想キー)の「ひらがな」に「C\x4A」(Ctrl+J)を追加しました。 ・キー設定(文字)の「*無効*」の「\cj」を削除し、キー設定(仮想キー)の「*無効*」に「C\x4A」(Ctrl+J)を追加しました。 ・ちなみに、Ctrl+JとCtrl+Enterを文字として扱うと共にLF(0x0A)となってしまう為です。 ・Windows 8 以降で、インストールしたときにコントロールパネルの入力方式のリストに自動で追加されるようにしました。 ・ただし、入力方式のリストから削除しているユーザーについては、リストへの追加を手動で行う必要があります。 ・SKK辞書取込処理ダイアログのスピンホイールをマーキースタイルなプログレスバーに変更しました。
- Loading branch information
1 parent
6c4de7e
commit 8b4e688
Showing
19 changed files
with
131 additions
and
73 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
| ||
============================================================================== | ||
CorvusSKK version 1.8.4 | ||
CorvusSKK version 1.8.5 | ||
|
||
https://code.google.com/p/corvus-skk/ | ||
https://github.com/nathancorvussolis/corvusskk | ||
[email protected] | ||
============================================================================== | ||
|
||
|
@@ -129,7 +129,7 @@ | |
UTF-16(LE, BOMあり)のSKK辞書フォーマットとなっています。 | ||
|
||
ユーザー辞書を編集する際は、ログオンユーザー権限で動作しているサーバープロセス | ||
(imcrvmgr.exe)をタクスマネージャなどで終了させた状態で行なって下さい。 | ||
(imcrvmgr.exe)をタスクマネージャなどで終了させた状態で行なって下さい。 | ||
|
||
編集後、以下のいずれかの操作を行うとサーバープロセスが自動的に起動します。 | ||
・IME OFF → ON | ||
|
@@ -299,7 +299,7 @@ | |
|| || || ひらがなカタカナ→半角カタカナ変換、abbrev→全角英数字変換 | ||
|| 全英 || L || 全英モード | ||
|| ASCII || l || アスキーモード | ||
|| ひらがな || Ctrl+j || ひらがなモード | ||
|| ひらがな || || ひらがなモード | ||
|| abbrev || / || abbrevモード | ||
|| 接辞 || < > || 接頭辞・接尾辞 | ||
|| 次候補 || Space Ctrl+n || 辞書検索開始、次候補 | ||
|
@@ -314,7 +314,7 @@ | |
|| 取消 || Ctrl+g Ctrl+[(Escape) || | ||
|| 後退 || Ctrl+h(BS) || | ||
|| 削除 || Ctrl+d DEL(Ctrl+BS) || | ||
|| *無効* || Ctrl+j || アプリケーション側に非通知、辞書登録の確定無効 | ||
|| *無効* || || アプリケーション側に非通知、辞書登録の確定無効 | ||
|| 左移動 || Ctrl+b || | ||
|| 先頭移動 || Ctrl+a || | ||
|| 右移動 || Ctrl+f || | ||
|
@@ -331,7 +331,7 @@ | |
|| || || ひらがなカタカナ→半角カタカナ変換、abbrev→全角英数字変換 | ||
|| 全英 || || 全英モード | ||
|| ASCII || || アスキーモード | ||
|| ひらがな || || ひらがなモード | ||
|| ひらがな || Ctrl+0x4A (Ctrl+j) || ひらがなモード | ||
|| abbrev || || abbrevモード | ||
|| 接辞 || || 接頭辞・接尾辞 | ||
|| 次候補 || || 辞書検索開始、次候補 | ||
|
@@ -346,7 +346,7 @@ | |
|| 取消 || || | ||
|| 後退 || || | ||
|| 削除 || 0x2E (Delete) || | ||
|| *無効* || || アプリケーション側に非通知、辞書登録の確定無効 | ||
|| *無効* || Ctrl+0x4A (Ctrl+j) || アプリケーション側に非通知、辞書登録の確定無効 | ||
|| 左移動 || 0x25 (カーソル左) || | ||
|| 先頭移動 || 0x26 (カーソル上) || | ||
|| 右移動 || 0x27 (カーソル右) || | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.