Since i have just purcased my mba and still have my windows cloud server i am experementing with the nvda remote code base. In fact i am working at a client that allowes you to control nvda remote connected computers using the mac. You will not be able to control your mac through it due to obwious reasons but the other direction is not bad either, adleast for me. If people are interested i will also add key modes so the apple keyboard works more like the win keyboard, for example apple key redirects as left alt and stuff like that. So, is anyone interested in such a project, or is it unneeded? You will be able to see it on my github soon, i will post a link when its there.
i m interested. but you are wrong. you can actually control mac via windows computer. just send to your mac's ssh this command osascript -e 'tell application "system events" to keystroke "a b c d e"' it will type a b c d e. so look to the applescript keystroke and key code manual
i don't know if voiceover speech can be forwarded, but, but, applescript has some voiceover related functions tell application "voiceover" do something end tell
but i don't know, can i take last spoken text with this commands