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?
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
Post a Comment