📄 menu.gram
字号:
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar menu;public <command> = listen to music { goto_music } | make a phone call { goto_phone } | play a game { goto_games } | read a book { goto_books } | read my email { goto_email } | read a newspaper { goto_news } | show statistics { stats } | watch a movie { goto_movies } | exit the program { exit } | weather forecaster { goto_weather } | get help { help } ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -