diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /input/layout | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'input/layout')
| -rw-r--r-- | input/layout/README.md | 15 | ||||
| -rw-r--r-- | input/layout/input-layout.yml | 12 |
2 files changed, 11 insertions, 16 deletions
diff --git a/input/layout/README.md b/input/layout/README.md index d998e379..4f0069db 100644 --- a/input/layout/README.md +++ b/input/layout/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Keyboard Layout Samples +description: Demonstrates how to generate layouts for various keyboards and locales. +languages: + - cpp +products: + - windows +--- + <!--- name: Keyboard Layout Samples platform: Application @@ -7,9 +17,7 @@ samplefwlink: https://aka.ms/rapjms ---> - -Keyboard Layout Samples -======================= +# Keyboard Layout Samples The keyboard layout samples demonstrate how to generate layouts for various keyboards and locales. @@ -89,4 +97,3 @@ 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. - diff --git a/input/layout/input-layout.yml b/input/layout/input-layout.yml deleted file mode 100644 index 99199482..00000000 --- a/input/layout/input-layout.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Keyboard Layout Samples - description: Demonstrates how to generate layouts for various keyboards and locales. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /input/layout/kbd.sln |
