mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Add project files.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: Microsoft.Iris.InputHandlers.ShortcutHandlerCommand
|
||||
// Assembly: UIX, Version=4.8.0.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217
|
||||
// MVID: A56C6C9D-B7F6-46A9-8BDE-B3D9B8D60B11
|
||||
// Assembly location: C:\Program Files\Zune\UIX.dll
|
||||
|
||||
namespace Microsoft.Iris.InputHandlers
|
||||
{
|
||||
internal enum ShortcutHandlerCommand
|
||||
{
|
||||
None = 0,
|
||||
ChannelUp = 2,
|
||||
PageUp = 2,
|
||||
ChannelDown = 3,
|
||||
PageDown = 3,
|
||||
Play = 4,
|
||||
Pause = 5,
|
||||
Record = 6,
|
||||
FastForward = 7,
|
||||
Rewind = 8,
|
||||
SkipForward = 9,
|
||||
SkipBack = 10, // 0x0000000A
|
||||
Stop = 11, // 0x0000000B
|
||||
Back = 16, // 0x00000010
|
||||
Clear = 26, // 0x0000001A
|
||||
PlayPause = 30, // 0x0000001E
|
||||
Enter = 36, // 0x00000024
|
||||
OEMExtensibility0 = 73, // 0x00000049
|
||||
OEMExtensibility1 = 74, // 0x0000004A
|
||||
OEMExtensibility2 = 75, // 0x0000004B
|
||||
OEMExtensibility3 = 76, // 0x0000004C
|
||||
OEMExtensibility4 = 77, // 0x0000004D
|
||||
OEMExtensibility5 = 78, // 0x0000004E
|
||||
OEMExtensibility6 = 79, // 0x0000004F
|
||||
OEMExtensibility7 = 80, // 0x00000050
|
||||
OEMExtensibility8 = 81, // 0x00000051
|
||||
OEMExtensibility9 = 82, // 0x00000052
|
||||
OEMExtensibility10 = 83, // 0x00000053
|
||||
OEMExtensibility11 = 84, // 0x00000054
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user