summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
committerDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
commitdbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch)
tree2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /input
parentffeacc14932f98db4e7926825909a37d2b6d332f (diff)
Update manifests
Diffstat (limited to 'input')
-rw-r--r--input/kbfiltr/README.md2
-rw-r--r--input/layout/README.md2
-rw-r--r--input/moufiltr/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/input/kbfiltr/README.md b/input/kbfiltr/README.md
index 0343f766..84ab12ef 100644
--- a/input/kbfiltr/README.md
+++ b/input/kbfiltr/README.md
@@ -117,4 +117,4 @@ Testing
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** To avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building.
+**Tip** To avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building. \ No newline at end of file
diff --git a/input/layout/README.md b/input/layout/README.md
index 52af37c7..0d1a4d7c 100644
--- a/input/layout/README.md
+++ b/input/layout/README.md
@@ -95,4 +95,4 @@ Loading the Sample
In order to load the layout DLLs, you may need to turn to the Regional and Language Options application in Control Panel and add input locales that use the keyboard layouts you installed.
-You may also choose to do it programmatically. LoadKeyboardLayout API can be used to load the keyboard layouts. To activate the keyboard layout, you may choose to specify KLF\_ACTIVATE flag to LoadKeyboardLayout API, or you may need to call ActivateKeyboardLayout API.
+You may also choose to do it programmatically. LoadKeyboardLayout API can be used to load the keyboard layouts. To activate the keyboard layout, you may choose to specify KLF\_ACTIVATE flag to LoadKeyboardLayout API, or you may need to call ActivateKeyboardLayout API. \ No newline at end of file
diff --git a/input/moufiltr/README.md b/input/moufiltr/README.md
index 3a8483c6..d97ac21a 100644
--- a/input/moufiltr/README.md
+++ b/input/moufiltr/README.md
@@ -34,4 +34,4 @@ This sample is installed via an .inf file. The .inf file included in this sample
The .inf file must install the class driver (Mouclass) and the port driver (i8042prt, Mouhid, Sermouse, etc.) by using Msmouse.inf and the INF directives "Needs" and "Include".
-The .inf file must add the correct registry values for the class and port driver, as well as using the new directives.
+The .inf file must add the correct registry values for the class and port driver, as well as using the new directives. \ No newline at end of file