commands.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 15 行
GRAM
15 行
#JSGF V1.0;/** * JSGF Grammar */grammar commands;/** * Defines the set of standard commands for all of the JSGF Demo * grammars */public <standard_commands> = go to the next menu { exit } ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?