Skip to content

Commit 2dec748

Browse files
Merge pull request #6069 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-04 05:00 UTC
2 parents c631877 + 93d6b5c commit 2dec748

48 files changed

Lines changed: 533 additions & 479 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10319,6 +10319,81 @@
1031910319
"source_path": "hub/apps/design/input/drag-and-drop.md",
1032010320
"redirect_url": "/windows/apps/develop/data/drag-and-drop",
1032110321
"redirect_document_id": false
10322+
},
10323+
{
10324+
"source_path": "hub/apps/design/input/cortana-deep-link-into-your-app.md",
10325+
"redirect_url": "/windows/uwp/ui-input/cortana-deep-link-into-your-app",
10326+
"redirect_document_id": false
10327+
},
10328+
{
10329+
"source_path": "hub/apps/design/input/cortana-design-guidelines.md",
10330+
"redirect_url": "/windows/uwp/ui-input/cortana-design-guidelines",
10331+
"redirect_document_id": false
10332+
},
10333+
{
10334+
"source_path": "hub/apps/design/input/cortana-dynamically-modify-voice-command-definition-vcd-phrase-lists.md",
10335+
"redirect_url": "/windows/uwp/ui-input/cortana-dynamically-modify-voice-command-definition-vcd-phrase-lists",
10336+
"redirect_document_id": false
10337+
},
10338+
{
10339+
"source_path": "hub/apps/design/input/cortana-interactions.md",
10340+
"redirect_url": "/windows/uwp/ui-input/cortana-interactions",
10341+
"redirect_document_id": false
10342+
},
10343+
{
10344+
"source_path": "hub/apps/design/input/cortana-interact-with-a-background-app.md",
10345+
"redirect_url": "/windows/uwp/ui-input/cortana-interact-with-a-background-app",
10346+
"redirect_document_id": false
10347+
},
10348+
{
10349+
"source_path": "hub/apps/design/input/cortana-launch-a-background-app-with-voice-commands.md",
10350+
"redirect_url": "/windows/uwp/ui-input/cortana-launch-a-background-app-with-voice-commands",
10351+
"redirect_document_id": false
10352+
},
10353+
{
10354+
"source_path": "hub/apps/design/input/cortana-launch-a-foreground-app-with-voice-commands.md",
10355+
"redirect_url": "/windows/uwp/ui-input/cortana-launch-a-foreground-app-with-voice-commands",
10356+
"redirect_document_id": false
10357+
},
10358+
{
10359+
"source_path": "hub/apps/design/input/cortana-support-natural-language-voice-commands.md",
10360+
"redirect_url": "/windows/uwp/ui-input/cortana-support-natural-language-voice-commands",
10361+
"redirect_document_id": false
10362+
},
10363+
{
10364+
"source_path": "hub/apps/design/motion/motion-dragdrop.md",
10365+
"redirect_url": "/windows/uwp/ui-input/motion-dragdrop",
10366+
"redirect_document_id": false
10367+
},
10368+
{
10369+
"source_path": "hub/apps/design/motion/motion-edgebased.md",
10370+
"redirect_url": "/windows/uwp/ui-input/motion-edgebased",
10371+
"redirect_document_id": false
10372+
},
10373+
{
10374+
"source_path": "hub/apps/design/motion/motion-fade.md",
10375+
"redirect_url": "/windows/uwp/ui-input/motion-fade",
10376+
"redirect_document_id": false
10377+
},
10378+
{
10379+
"source_path": "hub/apps/design/motion/motion-list.md",
10380+
"redirect_url": "/windows/uwp/ui-input/motion-list",
10381+
"redirect_document_id": false
10382+
},
10383+
{
10384+
"source_path": "hub/apps/design/motion/motion-pointer.md",
10385+
"redirect_url": "/windows/uwp/ui-input/motion-pointer",
10386+
"redirect_document_id": false
10387+
},
10388+
{
10389+
"source_path": "hub/apps/design/motion/motion-popup-animations.md",
10390+
"redirect_url": "/windows/uwp/ui-input/motion-popup-animations",
10391+
"redirect_document_id": false
10392+
},
10393+
{
10394+
"source_path": "hub/apps/design/motion/motion-reposition.md",
10395+
"redirect_url": "/windows/uwp/ui-input/motion-reposition",
10396+
"redirect_document_id": false
1032210397
}
1032310398
]
1032410399
}

hub/apps/design/motion/motion-dragdrop.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

hub/apps/design/motion/motion-edgebased.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

hub/apps/design/motion/motion-fade.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

hub/apps/design/motion/motion-list.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

uwp/apps-for-education/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ The following resources will help you write a Universal Windows app for educatio
1616

1717
## Accessibility
1818

19-
Education apps need to be accessible. See [Developing apps for accessibility](https://developer.microsoft.com/windows/accessible-apps) for more information.
19+
Education apps need to be accessible. See [Accessibility](/windows/apps/design/accessibility/accessibility) for more information.
2020

2121
## Secure assessments
2222

2323
Assessment/testing apps will often need to produce a *locked down* environment in order to prevent students from using other computers or Internet resources during a test. This functionality is available through the [Take a Test API](take-a-test-api.md). See the [Take a Test](/education/windows/take-tests-in-windows-10) web app in the Windows IT Center for an example of a testing environment with locked down online access for high-stakes testing.
2424

2525
## User input
2626

27-
User input is a critical part of education apps; UI controls must be responsive and intuitive so as not to break the focus of their users. For a general overview of the input options available in a Universal Windows app, see the [Input primer](/windows/apps/design/input/input-primer) and the topics below it in the Design & UI section. Additionally, the following sample apps showcase basic UI handling in the Universal Windows Platform.
27+
User input is a critical part of education apps; UI controls must be responsive and intuitive so as not to break the focus of their users. For a general overview of the input options available in a Universal Windows app, see the [Interaction primer](/windows/apps/develop/input/input-primer) and the topics below it in the Design & UI section. Additionally, the following sample apps showcase basic UI handling in the Universal Windows Platform.
2828

2929
- [Basic input sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BasicInput) shows how to handle input in Universal Windows Apps.
3030
- [User interaction mode sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/UserInteractionMode) shows how to detect and respond to the user interaction mode.
3131
- [Focus visuals sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlFocusVisuals) shows how to take advantage of the new system drawn focus visuals or create your own custom focus visuals if the system drawn ones do not fit your needs.
3232

33-
The Windows Ink platform can make education apps shine by fitting them with an input mode that students are accustomed to. See [Pen interactions and Windows Ink](/windows/apps/design/input/pen-and-stylus-interactions) and the topics below it for a comprehensive guide to implementing Windows Ink in your app. The following sample apps provide working examples of this API.
33+
The Windows Ink platform can make education apps shine by fitting them with an input mode that students are accustomed to. See [Pen interactions and Windows Ink](/windows/apps/develop/input/pen-and-stylus-interactions) and the topics below it for a comprehensive guide to implementing Windows Ink in your app. The following sample apps provide working examples of this API.
3434

3535
- [Ink Analysis sample](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/InkAnalysis) demonstrates how to use ink functionality (such as capturing, manipulating, and interpreting ink strokes) in Universal Windows apps using JavaScript.
3636
- [Simple ink sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SimpleInk) demonstrates how to use ink functionality (such as capturing ink from user input and performing handwriting recognition on ink strokes) in Universal Windows apps using C#.
@@ -42,4 +42,4 @@ Education apps are often released under special circumstances to a specific orga
4242

4343
## Related Topics
4444

45-
- [Windows 10/11 for Education](/education/windows/index) on the Windows IT Center
45+
- [Windows for Education](/education/windows/index) on the Windows IT Center

0 commit comments

Comments
 (0)