簡體   English   中英

如何在eclipse中自定義熱鍵?

[英]How to customize hot keys in eclipse?

是否真的可以在Eclipse中創建自己的熱鍵?

例如,我想創建一個用於創建文件夾的熱鍵。

為什么你沒有google呢?

Windows -> Preferences -> General -> Keys.

在這里,可以選擇設置熱鍵來創建文件夾。 只需去那里設置你想要使用的鍵。

我想這可能對你有所幫助。 轉到Windows > Preferences >選擇General > Editor > Keys頁面。 這里的設置是使用插件org.eclipse.ui.commands配置你自己的熱鍵。首先,你需要定義你的新配置

      <keyConfiguration
          name="My Configuration"
          parent="org.eclipse.ui.defaultAcceleratorConfiguration"
          description="This is a simple configuration"
          id="org.eclipse.faq.sampleConfiguration">
       </keyConfiguration>

以下教程可以幫助你清楚.. http://www.vogella.com/articles/EclipseCommandsKeybindings/article.html

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM