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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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