-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and README for tsf-vim 0.1.1.
- Loading branch information
Showing
5 changed files
with
20 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
| ||
================================================================================ | ||
tsf-vim version 0.1.0 (2013-12-27) | ||
tsf-vim version 0.1.1 (2014-03-23) | ||
|
||
https://github.com/deton/tsf-vim | ||
[email protected] | ||
|
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,6 +1,6 @@ | ||
| ||
================================================================================ | ||
tsf-vim version 0.1.0 (2013-12-27) | ||
tsf-vim version 0.1.1 (2014-03-23) | ||
|
||
https://github.com/deton/tsf-vim | ||
[email protected] | ||
|
@@ -140,6 +140,8 @@ J 文末まで(*)RIGHT,次行の非空白文字まで(*)DELETE | |
他IMEの直接入力モードに切り替えるキーを設定可能です。 | ||
・他IME切替: 他IMEに切り替え後、他IMEをONにします。 | ||
・他IME OFF切替: 他IMEに切り替え後、他IMEを直接入力モードにします。 | ||
なお、Windows 8/8.1の場合、他IME OFF切替を使うには、 | ||
他IME OFF切替送出待ち[ms]を50程度以上に設定する必要があります。 | ||
|
||
設定されたキーが押された時に、tsf-vimが送り付けるキーは以下です。 | ||
(1)他IMEに切り替えるためのキーを送り付け。 | ||
|
@@ -199,8 +201,11 @@ J 文末まで(*)RIGHT,次行の非空白文字まで(*)DELETE | |
* ホットキー(Normal mode): `Ctrl+[` (0xDB) | ||
* ホットキー(他IME切替): `Ctrl+,` (0xBC) | ||
* ホットキー(他IME OFF切替): `Ctrl+.` (0xBE) | ||
* 他IME切替時送出キー(Windows 7の場合): `Alt+Shift` `*2` | ||
* 他IME切替時送出キー(Windows 8の場合): `Win+Space` `*2` | ||
* Windows 7の場合: | ||
* 他IME切替時送出キー: `Alt+Shift` `*2` | ||
* Windows 8の場合: | ||
* 他IME切替時送出キー: `Win+Space` `*2` | ||
* 他IME OFF切替送出待ち[ms]: 50 | ||
* tsf-tutcode側設定(要tsf-tutcode-0.2.0以降) | ||
* キー設定(ON): `Ctrl+,` (0xBC) | ||
* キー設定(ON): `漢字` (0x19) (tsf-vimは他IME切替時に漢字キーを送り付け) | ||
|
@@ -240,9 +245,10 @@ J 文末まで(*)RIGHT,次行の非空白文字まで(*)DELETE | |
|
||
・動作 | ||
|
||
|| *機能* || *備考* | ||
|| *機能* || *備考* | ||
---------------------------------------------------------------------------- | ||
|| 他IME切替時送出キー || 他IMEに切り替えるために送り付けるキー | ||
|| 他IME切替時送出キー || 他IMEに切り替えるために送り付けるキー | ||
|| 他IME OFF切替送出待ち[ms] || 他IME切替時送出キーの送出前の待ち時間 | ||
|
||
|
||
・ホットキー設定 | ||
|
@@ -303,6 +309,9 @@ J 文末まで(*)RIGHT,次行の非空白文字まで(*)DELETE | |
|
||
・履歴 | ||
|
||
・v0.1.1 (2014-03-23) | ||
・Windows 8で他IME OFF切替をしてもOFFでなくON状態になる現象を回避するため、 | ||
OFF切替キー送出前に待ちを入れる設定を追加。 | ||
・v0.1.0 (2013-12-27) | ||
・Insert modeへの切替時に、他IMEに切り替えるのをやめた。 | ||
ESCキーでInsert modeを抜けられるように。 | ||
|
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