Is there any shortcut to I select the entire text in Dragon NaturallySpeaking's Advanced Scripting editor? -


i select the entire text in dragon's advanced scripting editor. ctrl + a doesn't work. there shortcut it?

enter image description here

i use dragon naturallyspeaking 12.5 professional on windows 7 x64 sp1.

franck, approach cumbersome. here shorter solution want 2 simple shortcuts.

sub main     ' generalized solution selecting entire contents of text or text box when ctrl-a not work     sendkeys "^{home}", true 'to go beginning of document, press ctrl-home     sendkeys "^+{end}", true 'to select everything, press ctrl-shift-end end sub 

Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -