📄 command.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 + -