📄 icommandids.java
字号:
package talkClient;/** * Interface defining the application's command IDs. * Key bindings can be defined for specific commands. * To associate an action with a command, use IAction.setActionDefinitionId(commandId). * * @see org.eclipse.jface.action.IAction#setActionDefinitionId(String) */public interface ICommandIds { public static final String CMD_OPEN = "TalkClient.open"; public static final String CMD_LOG_ON = "TalkClient.logOn"; public static final String CMD_LOG_OUT = "TalkClient.logOut";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -