command.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 18 行
GRAM
18 行
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 + =
减小字号Ctrl + -
显示快捷键?