Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa0b98e

Browse files
committed
update to talk about active mode
1 parent 22d56ce commit fa0b98e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

HeyGitHub/README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,8 @@ For example, we can say things like, "Hey, GitHub, toggle sidebar."
4141

4242
## Modes
4343

44-
We understand that using the hot word over and over again can get old pretty soon, especially when developers are in the zone for building software. So we made a special "code mode" just to avoid tongue fatigue.
45-
46-
In code mode, developers do not have to say, "Hey, GitHub!" to activate the speech-to-text service. The extension continuously listens and assumes that the developer intends to synthesize code.
47-
48-
We certainly have not forgotten about editing code and controlling the IDE functionality within the “code mode.” After the code has been generated and is still in the `ghost text` formatting, simply start the utterance with "edit code by ..."; this will signal the extension developer's intent to edit the code.
49-
50-
Likewise, begin an utterance with "Hey Github, ..."; that will signal the extension to interpret the command as IDE control rather than the code generation.
51-
52-
For instance, saying "move to line five" in `code-mode` will cause the extension to to get a code completion. In contrast, saying "Hey GitHub, move to line five" will result in the cursor moving to line 5 (provided it exists).
53-
54-
44+
We understand that using the hot word over and over again can get old pretty soon, especially when developers are in the zone for building software. So we made a special "active mode" just to avoid tongue fatigue.
45+
In active mode, developers do not have to say, "Hey, GitHub!" to activate the speech-to-text service. The extension continuously listens and responds appropriately to the commands. To activate the active mode, developers can say, "Hey, GitHub, start active mode." To deactivate the active mode, developers can say, "stop active mode."
5546

5647
## Command Categories
5748
The voice commands can be broadly categorized into two categories:

0 commit comments

Comments
 (0)