Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***************************************************************************
- ****************************************************************************
- ** **
- ** Voice Enabled Desktop Interaction and Control System (VEDICS) **
- ** Copyright (C) 2010 Bharat Joshi **
- ** **
- ** This file is part of VEDICS **
- ** **
- ** VEDICS is free software: you can redistribute it and/or modify **
- ** it under the terms of the GNU General Public License as published by **
- ** the Free Software Foundation, either version 3 of the License, or **
- ** any later version. **
- ** **
- ** VEDICS is distributed in the hope that it will be useful, **
- ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
- ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
- ** GNU General Public License for more details. **
- ** **
- ** You should have received a copy of the GNU General Public License **
- ** along with VEDICS. If not, see <http://www.gnu.org/licenses/> **
- ** **
- ****************************************************************************
- ***************************************************************************/
- #JSGF V1.0;
- grammar vedicsgram;
- public <commands> = (<application>|<keyboard>|<window>|<current>|<other>);
- <application> = run ati catalyst control center|run computer|run filezilla|run terminal|run browse c drive|run thunderbird mail news|run unetbootin|run banshee|run libreoffice|run libreoffice impress|run disk utility|run configure wine|run libreoffice base|run system settings|run calculator|run backup tool|run windows wireless drivers|run language support|run sun java six plugin control panel|run keyboard|run home folder|run gigolo|run libreoffice writer|run movie player|run mouse|run assistive technologies|run bleachbit|run libreoffice math|run brasero|run pidgin internet messenger|run vlc media player|run aptoncd|run help|run libreoffice calc|run network tools|run sound recorder|run tomboy notes|run main menu|run teamviewer seven|run network proxy|run search for files|run synaptic package manager|run gedit|run google chrome|run software sources|run about me|run aclock|run bluetooth|run sun java six policy tool|run network connections|run virtualbox ose|run keyboard shortcuts|run welcome screen|run about ubuntu|run appearance|run disk usage analyzer|logout user|run system profiler and benchmark|run windows|run giver|run cheese|run xchat irc|run notepad|run network|run ati catalyst control center administrative|run storage device manager|run preferred applications|run remote desktop|run monitors|run desktop settings|run personal file sharing|run vedics|run passwords and encryption keys|run software manager|run winetricks|run transmission|run startup applications|run log file viewer|run geeqie|run x one one vnc server|run input method switcher|run additional drivers|run gthumb|run firefox web browser|run uninstall wine software|run nautilus actions configuration|run screensaver|run upload manager|run sound|run printing|shutdown system|run simple scan|run startup manager|run y ppa manager|run system monitor|run mupen six four plus|run griffith|run dictionary|run update manager|run power management|run firewall configuration|run character map|run login screen|trash|run bleachbit as root|run gnome mplayer|run take screenshot|run users and groups|run compizconfig settings manager|run domain blocker|run install release|run remastersys backup|show all applications|run gimp image editor|run startup disk creator|run sun java six web start|run libreoffice draw|run ubuntu one|run gcstar collections manager;
- <keyboard> = move up|move left|move beginning|move right|move down|popup menu|scroll up|scroll right|select|move end|scroll left|print screen|cancel|open|scroll down|delete selected;
- <window> = unmaximize window|maximize window|close window|switch window|minimize window|show desktop;
- <current> = search|help|edit|terminal|vedics the best speech assistant for linux|file|view;
- <other> = start listening|stop listening|exit vedics|yes|no;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement