简体   繁体   中英

How to add a shortcut keyboard in Eclipse to an action from a plugin?

I am using the Force.com plugin to facilitate coding Salesforce classes (java-like language). When I right click in the text editor I get Force.com > Save to Server menu entry.

How do I assign a keyboard shortcut to this action?

I attempted to leverage Eclipe's macro plugin PracticallyMacro but it did not record right clicks.

Instead I came up with a solution using:

  • ' TinyTask ' can export record and save as small 'exe' files which can then be added as external Eclipse builders
  • ' TyperTask ' can automate tasks based on typed characters - epic.

TinyTask作为Eclipse的宏

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM