-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathVoiceCommands.in
23 lines (22 loc) · 1.43 KB
/
VoiceCommands.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
List of working voice commands (experimental):
SCROLL_UP, "scroll up" // scroll the page up
SCROLL_DOWN, "scroll down" // scroll the page down
TOP, "top" // scroll to the top
BOTTOM, "bottom" // scroll to the bottom
BOOKMARK, "bookmark" // bookmark the current page/tab
BACK, "back" // return to the last visited page
REFRESH, "reload", "refresh" // return to the last visited page
FORWARD, "forward" // reverse the back command
GO_TO, "go to" // open url [parameter]
CHECK, "check" // check the nearest checkbox
VIDEO_INPUT, "video" // open videomode with nearest video
INCREASE, "increase" // increases sound volume
DECREASE, "decrease" // decreases sound volume
PLAY, "play" // play the current video
STOP, "stop" // stop the current video
MUTE, "mute" // mute the videos sound
UNMUTE "unmute" // unmute the videos sound
TEXT, "text", "type" // activate text input ?[parameter]
REMOVE, "remove" // remove last inputted letter
SUBMIT, "submit" // submits inputted text
QUIT, "quit" // quit the browser