📄 music.gram
字号:
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar music;/** * A 'listen to music' grammar. There's nothing here because all of * the 'listen to XXX' rules are added dynamically from Java */import <commands.standard_commands>;public <commands> = <standard_commands> ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -