InjectedInputShortcut
InjectedInputShortcut
InjectedInputShortcut
InjectedInputShortcut
Enum
Definition
Specifies the system shortcuts for InjectShortcut.
Note
The APIs in this namespace require the inputInjectionBrokered restricted capability.
public : enum class InjectedInputShortcutpublic enum InjectedInputShortcutPublic Enum InjectedInputShortcut// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| Back Back Back Back | Indicates traversal through a back stack. |
| Search Search Search Search | Indicates traversal to a search screen. |
| Start Start Start Start | Indicates traversal to a start, or home, screen. |
Remarks
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" />