* キーバインド設定 [#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/

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