• 追加された行はこの色です。
  • 削除された行はこの色です。
* キーバインド設定 [#a4ebc287]

PowerShell自体にその機能はないらしいので、AutoHotKey等を使う。

 #IfWinActive, ahk_class ConsoleWindowClass
 ^a::SendInput {HOME}
 ^e::SendInput {END}
 ^u::SendInput {ESC}
 ^p::SendInput {Up}
 ^n::SendInput {Down}
 ^l::SendInput {ESC}cls{ENTER}
 #IfWinActive

** 参考 [#y43b3755]
http://www.leeholmes.com/blog/2007/02/10/customize-even-more-with-autohotkey/
- http://www.leeholmes.com/blog/2007/02/10/customize-even-more-with-autohotkey/
- Windows PowerShell で行を編集するための基本的なヒントとショートカット http://technet.microsoft.com/ja-jp/windows/gg182767


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS