2010年12月31日金曜日

Eclipseでカーソル移動の設定

[OS環境]


Windows XP SP3 and Eclipse 3.5.2 in VMWare Fusion 3
Ubuntu Maverick Meerkat 10.10 and Eclipse 3.5.2 in VirtualBox 3.4
Mac OS X 10.6 Snow Leopard and Eclipse 3.5.2

行頭行末や、単語移動、コード補完のキーバインドが微妙に違うのでそろえることにした。



[Ctrl+Space 問題]

Ctrl+Spaceでspotlightが開くのでキーバーインドを変更する
システム環境設定でCtrl+Shift+Spaceへ変更

[Eclipseのキーバーインド設定画面の出し方]

MAC OS 環境設定 → General → Keys
Ubuntu ウィンドウ → 設定 → 一般 →キー

[カーソルを行頭や行末に移動する為の設定]


Mac OS X
Windows on Mac
Ubuntu on Mac
行の先頭,行の末尾
Line Start, LineEnd
Command+←,
Command+→
Home(fn+←),
End(fn+→)
Ctrl+Home(fn+←),
Ctrl+End(fn+→)
変更後
Home(fn+←),
End(fn+→)
Home(fn+←),
End(fn+→)
Home(fn+←),
End(fn+→)
次の単語,前の単語
next word, previous word
Option+←,Option+→
Ctrl+←,Ctrl+→
Ctrl+←,Ctrl+→
変更後
Ctrl+←,Ctrl+→
Ctrl+←,Ctrl+→
Ctrl+←,Ctrl+→
コンテンツ・アシスト
Content Assist
Ctrl+Space
Ctrl+Space
Alt+/
変更後
Ctrl+Space
Ctrl+Space
Ctrl+Space

0 コメント: