![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: How to create a command to remove highlight from a selection in Microsoft Word? Topic Summary: Created On: 11/12/2021 01:08 PM Status: Post and Reply |
|
![]() |
![]() |
- wristofdoom | - 11/12/2021 01:08 PM |
![]() |
![]() |
- Matt_Chambers | - 11/12/2021 02:49 PM |
![]() |
![]() |
- wristofdoom | - 11/12/2021 03:09 PM |
![]() |
![]() |
- Matt_Chambers | - 11/12/2021 03:48 PM |
![]() |
![]() |
- Alan Cantor | - 11/12/2021 08:09 PM |
![]() |
![]() |
- wristofdoom | - 11/15/2021 06:49 PM |
![]() |
![]() |
- Matt_Chambers | - 11/16/2021 11:11 AM |
![]() |
|
I have a Microsoft Word command called "remove highlight" that makes use of the "alt" hotkeys and the Word command ribbon. So my command was as follows:
Sub Main SendKeys "%h" Wait 0.1 SendKeys "i" Wait 0.1 SendKeys "n" End Sub
But now I have a conflicting command from an Autohotkey script that uses %h.
I don't want to disable this Autohotkey script, because it's useful in Microsoft Word as well as in other contexts.
So I'm wondering, is there a more direct way to activate the "remove highlight" function in Microsoft Word?
I would love to program the remove highlight function in Microsoft Word to some hotkey, like ^%+h and then be able to activate it via both my voice command and the keyboard.
------------------------- Dragon Professional Individual v15.6. Windows 10. Knowbrainer 2017. |
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2023 FuseTalk™ Inc. All rights reserved.