Files
ZuneShell.dll/UIX/Microsoft/Iris/Input/CommandCode.cs
T

99 lines
3.4 KiB
C#

// Decompiled with JetBrains decompiler
// Type: Microsoft.Iris.Input.CommandCode
// 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.Input
{
internal enum CommandCode
{
None = 0,
Guide = 1,
ChannelUp = 2,
PageUp = 2,
ChannelDown = 3,
PageDown = 3,
Play = 4,
Pause = 5,
Record = 6,
FF = 7,
Rewind = 8,
SkipForward = 9,
SkipBack = 10, // 0x0000000A
Stop = 11, // 0x0000000B
Mute = 12, // 0x0000000C
VolumeUp = 13, // 0x0000000D
VolumeDown = 14, // 0x0000000E
Details = 15, // 0x0000000F
Back = 16, // 0x00000010
Home = 17, // 0x00000011
MyPictures = 18, // 0x00000012
LiveTV = 19, // 0x00000013
MyShows = 20, // 0x00000014
MyMusic = 21, // 0x00000015
DVDMenu = 22, // 0x00000016
MyVideos = 23, // 0x00000017
DVDAudio = 24, // 0x00000018
DVDSubtitles = 25, // 0x00000019
Clear = 26, // 0x0000001A
MyTV = 27, // 0x0000001B
Forward = 28, // 0x0000001C
PlayPause = 30, // 0x0000001E
GoToBeginning = 31, // 0x0000001F
GoToEnd = 32, // 0x00000020
StartOfList = 33, // 0x00000021
EndOfList = 34, // 0x00000022
ClosedCaption = 35, // 0x00000023
Enter = 36, // 0x00000024
ToggleWindowMode = 37, // 0x00000025
RecordedTV = 38, // 0x00000026
Refresh = 39, // 0x00000027
DVDAngle = 40, // 0x00000028
Reload = 41, // 0x00000029
Print = 42, // 0x0000002A
Console = 43, // 0x0000002B
Kanji = 44, // 0x0000002C
Kana = 45, // 0x0000002D
MyRadio = 46, // 0x0000002E
Copy = 47, // 0x0000002F
Paste = 48, // 0x00000030
SearchGuide = 49, // 0x00000031
AdvanceZoomMode = 50, // 0x00000032
MyGames = 51, // 0x00000033
MorePrograms = 52, // 0x00000034
Teletext = 53, // 0x00000035
TeletextRed = 54, // 0x00000036
TeletextGreen = 55, // 0x00000037
TeletextYellow = 56, // 0x00000038
TeletextBlue = 57, // 0x00000039
MCEPower = 58, // 0x0000003A
DesignMode = 59, // 0x0000003B
ToBeRecorded = 60, // 0x0000003C
Messenger = 61, // 0x0000003D
Deprecated1 = 62, // 0x0000003E
Hangul = 63, // 0x0000003F
Hanja = 64, // 0x00000040
PlayDisc = 65, // 0x00000041
ToggleLock = 66, // 0x00000042
SymphonyMessenger = 67, // 0x00000043
OnlineSpotlight = 68, // 0x00000044
OEMExtensibilityLaunch1 = 69, // 0x00000045
Extender = 70, // 0x00000046
Minimize = 71, // 0x00000047
Close = 72, // 0x00000048
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
}
}