From def8e8e34ed2b7b1deb2fc9112ac4255f1a0f2ba Mon Sep 17 00:00:00 2001 From: Jose Fernando Lopez Fernandez <166958257+jflopezfdez@users.noreply.github.com> Date: Mon, 6 May 2024 17:11:45 -0400 Subject: [input/kbfiltr] Remove Boilerplate Text From Callout in Sample Keyboard Input Driver Doc (#1165) The current version of the `README.md` file for the keyboard filter driver sample erroneously includes what looks like boilerplate text in the callout at the bottom of the file. This text explains to the writer of the documentation what to include in the callout text, and should therefore have been removed when the actual content was added. This change simply removes this change from the callout text. --- input/kbfiltr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/kbfiltr/README.md b/input/kbfiltr/README.md index a40b084e..d7ea125b 100644 --- a/input/kbfiltr/README.md +++ b/input/kbfiltr/README.md @@ -107,4 +107,4 @@ On the target computer, in a Command Prompt window, enter **devmgmt** to open De To use the test application provided with the sample, it must be copied to the target computer manually. Save the kbftest.exe file from the folder where the build result is placed (for example, exe\\Debug). This file is copied somewhere on the target, possibly where the driver package files are located. The test application is the executed on the target computer in a Command Prompt using **kbftest** as the command. > [!TIP] -> Optional information to help a user be more successfulTo avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building. +> To avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building. -- cgit v1.3.1