Skip to content

Commit 0e065e0

Browse files
committed
Update README.md
1 parent 2fbdf10 commit 0e065e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience
88
when coding python 3 by voice.
99

10-
![](doc/gif/big2.gif)
10+
![](doc/gif/big3.gif)
1111

1212
## Motivation
1313

@@ -136,7 +136,9 @@ So effectively we trigger the command our plugin provides in its top file and pa
136136

137137
Of course this does not work across virtual machine barriers:)
138138

139-
139+
to counter this issue the simplest idea, which involves only keystrokes, is to open with some key command sublime console and using a text command to invoke the PythonVoiceCodingPlugin command from the command line. But
140+
This is often way to slow if there are a lot of parameters to pass and messes up with user-interface.
141+
so this is not implemented, even though it does not need custom rpc.
140142

141143
For the time being I have bundles for 0.5.11 release of Caster that work as expected on Windows 10 64bit.
142144

@@ -207,6 +209,7 @@ The following resources proved very helpfull for the success of the project. Man
207209

208210
### Development tools
209211

212+
210213
Many thanks to all of the developers that have put their time and effort behind projects such as
211214

212215
* Natspeak

0 commit comments

Comments
 (0)