- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/環境設定/キーバインド設定 へ行く。
- 1 (2011-06-25 (土) 15:43:19)
- 2 (2012-05-04 (金) 20:09:47)
- 3 (2013-07-21 (日) 23:32:13)
- 4 (2013-07-29 (月) 21:36:16)
キーバインド設定
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
参考
- http://www.leeholmes.com/blog/2007/02/10/customize-even-more-with-autohotkey/
- Windows PowerShell で行を編集するための基本的なヒントとショートカット http://technet.microsoft.com/ja-jp/windows/gg182767