Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.84 KB

injectedinputshortcut.md

File metadata and controls

49 lines (33 loc) · 1.84 KB
-api-id -api-type
T:Windows.UI.Input.Preview.Injection.InjectedInputShortcut
winrt enum

InjectedInputShortcut

-description

Specifies the system shortcuts for InjectShortcut.

-enum-fields

-field Back:0

Indicates traversal through a back stack.

-field Start:1

Indicates traversal to a start, or home, screen.

-field Search:2

Indicates traversal to a search screen.

-remarks

Important

The APIs in this namespace require the inputInjectionBrokered restricted capability.

Using input injection requires the following be added to the Package.appxmanifest:

  • To <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • To <Capabilities>
    • <rescap:Capability Name="inputInjectionBrokered" />

-examples

Here are some downloadable samples demonstrating basic input and input injection:

-see-also

Simulate user input through input injection