http://www.atmarkit.co.jp/fwin2k/win2ktips/072cmdcompletion/cmdprompt.html
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor
HKEY_CURRENT_USER\Software\Microsoft\Command Processor
補完する対象 | 値の名称 | データ型 | 値 |
ファイル名補完 | CompletionChar | DWORD | 制御文字コード |
ディレクトリ名補完 | PathCompletionChar | DWORD | 制御文字コード |
Control-B | 0x02 | | Control-Q | 0x11 |
Control-D | 0x04 | | Control-R | 0x12 |
Control-E | 0x05 | | Control-T | 0x14 |
Control-F | 0x06 | | Control-U | 0x15 |
Control-G | 0x07 | | Control-V | 0x16 |
Control-H | 0x08 | | Control-W | 0x17 |
Control-I | 0x09 | | Control-X | 0x18 |
TAB | 0x09 | | Control-Y | 0x19 |
Control-K | 0x0B | | Control-Z | 0x1a |
Control-L | 0x0C | | Control-[ | 0x1b |
Control-N | 0x0E | | Control-\ | 0x1c |
Control-O | 0x0F | | Control-] | 0x1d |
CommandCompletion.reg(818)
メモ書きに戻る
LastModified:2004/06/02 10:36.44