Is it really possible to create your own hot keys in Eclipse?
For example, I want to create a hot key for creating folder.
Is it really possible to create your own hot keys in Eclipse?
For example, I want to create a hot key for creating folder.
Copyright © 2021 Jogjafile Inc.
i think this may help you little bit. go to
Windows
>Preferences
>SelectGeneral
>Editor
>Keys
page. Here the settings will be to configure your own hot key using plug-inorg.eclipse.ui.commands
.First, you need to define your new configurationthe below tutorial may help you clearly.. http://www.vogella.com/articles/EclipseCommandsKeybindings/article.html