📄 locale.java
字号:
public class Locale {
static final String QUIT = "Quit";
static final String BACK = "Back";
static final String STOP = "Stop";
static final String START = "Start";
static final String SUSPEND = "Suspend";
static final String RESUME = "Resume";
static final String HELP = "Help";
static final String SUSPENDED = "Suspended";
static final String HELP_TEXT =
"Run mode:\n" +
" * - stop\n" +
" 0 - switch on backlight\n" +
" # - suspend/resume\n" +
" joystick - set next result\n" +
" 1-9 - set result for member with this number\n" +
"Inspect mode:\n" +
" *,#,0 - reset and start\n" +
" UP,LEFT - show previous result\n" +
" RIGHT,DOWN,FIRE - show next result\n" +
" 1-9 - show result for member with this number\n";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -