⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 command.gram

📁 It is the Speech recognition software. It is platform independent. To execute the source code,
💻 GRAM
字号:
grammar jsgf.command;/**  * Basic command.  * @example please move the window  * @example open a file  */public <basicCmd> = <startPolite> <command> <endPolite>;<command> = <action> <object>;<action> = /10/ open |/2/ close |/1/ delete |/1/ move;<object> = [the | a] (window | file | menu);<startPolite> = (please | kindly | could you | oh  mighty  computer) *;<endPolite> = [ please | thanks | thank you ];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -