Key.cs :  » Testing » NUnitForms » NUnit » Extensions » Forms » C# / CSharp Open Source

Home
C# / CSharp Open Source
1.2.6.4 mono .net core
2.2.6.4 mono core
3.Aspect Oriented Frameworks
4.Bloggers
5.Build Systems
6.Business Application
7.Charting Reporting Tools
8.Chat Servers
9.Code Coverage Tools
10.Content Management Systems CMS
11.CRM ERP
12.Database
13.Development
14.Email
15.Forum
16.Game
17.GIS
18.GUI
19.IDEs
20.Installers Generators
21.Inversion of Control Dependency Injection
22.Issue Tracking
23.Logging Tools
24.Message
25.Mobile
26.Network Clients
27.Network Servers
28.Office
29.PDF
30.Persistence Frameworks
31.Portals
32.Profilers
33.Project Management
34.RSS RDF
35.Rule Engines
36.Script
37.Search Engines
38.Sound Audio
39.Source Control
40.SQL Clients
41.Template Engines
42.Testing
43.UML
44.Web Frameworks
45.Web Service
46.Web Testing
47.Wiki Engines
48.Windows Presentation Foundation
49.Workflows
50.XML Parsers
C# / C Sharp
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source » Testing » NUnitForms 
NUnitForms » NUnit » Extensions » Forms » Key.cs
namespace NUnit.Extensions.Forms{
    //values from winuser.h

    /// <summary>
    /// Constant values for use with KeyboardController.
    /// </summary>
    public class Key
    {
        public static string A = "a";
        public static string ACCEPT = "{ACCEPT}";
        public static string ADD = "{ADD}";
        public static string APPS = "{APPS}";
        public static string B = "b";
        public static string BACK = "{BKSP}";
        public static string BROWSER_BACK = "{BROWSER_BACK}";
        public static string BROWSER_FAVORITES = "{BROWSER_FAVORITES}";
        public static string BROWSER_FORWARD = "{BROWSER_FORWARD}";
        public static string BROWSER_HOME = "{BROWSER_HOME}";
        public static string BROWSER_REFRESH = "{BROWSER_REFRESH}";
        public static string BROWSER_SEARCH = "{BROWSER_SEARCH}";
        public static string BROWSER_STOP = "{BROWSER_STOP}";
        public static string C = "c";
        public static string CAPITAL = "{CAPSLOCK}";

        public static string CLEAR = "{CLEAR}";

        public static string CONTROL = "^";

        public static string CONVERT = "{CONVERT}";
        public static string D = "d";
        public static string DECIMAL = "{DECIMAL}";

        public static string DELETE = "{DEL}";

        public static string DIGIT_0 = "0";

        public static string DIGIT_1 = "1";

        public static string DIGIT_2 = "2";

        public static string DIGIT_3 = "3";

        public static string DIGIT_4 = "4";

        public static string DIGIT_5 = "5";

        public static string DIGIT_6 = "6";

        public static string DIGIT_7 = "7";

        public static string DIGIT_8 = "8";

        public static string DIGIT_9 = "9";
        public static string DIVIDE = "{DIVIDE}";
        public static string DOWN = "{DOWN}";

        public static string E = "e";
        public static string END = "{END}";
        public static string ESCAPE = "{ESC}";
        public static string EXECUTE = "{EXECUTE}";

        public static string F = "f";
        public static string F1 = "{F1}";
        public static string F10 = "{F10}";

        public static string F11 = "{F11}";

        public static string F12 = "{F12}";

        public static string F13 = "{F13}";

        public static string F14 = "{F14}";

        public static string F15 = "{F15}";

        public static string F16 = "{F16}";

        public static string F17 = "{F17}";

        public static string F18 = "{F18}";

        public static string F19 = "{F19}";
        public static string F2 = "{F2}";
        public static string F20 = "{F20}";

        public static string F21 = "{F21}";

        public static string F22 = "{F22}";

        public static string F23 = "{F23}";

        public static string F24 = "{F24}";
        public static string F3 = "{F3}";

        public static string F4 = "{F4}";

        public static string F5 = "{F5}";

        public static string F6 = "{F6}";

        public static string F7 = "{F7}";

        public static string F8 = "{F8}";

        public static string F9 = "{F9}";
        public static string FINAL = "{FINAL}";

        public static string G = "g";

        public static string H = "h";
        public static string HANGEUL = "{HANGEUL}";

        public static string HANGUL = "{HANGUL}";
        public static string HANJA = "{HANJA}";
        public static string HELP = "{HELP}";
        public static string HOME = "{HOME}";

        public static string I = "i";
        public static string INSERT = "{INS}";

        public static string J = "j";
        public static string JUNJA = "{JUNJA}";

        public static string K = "k";
        public static string KANA = "{KANA}";
        public static string KANJI = "{KANJI}";

        public static string L = "l";
        public static string LAUNCH_APP1 = "{LAUNCH_APP1}";

        public static string LAUNCH_APP2 = "{LAUNCH_APP2}";
        public static string LAUNCH_MAIL = "{LAUNCH_MAIL}";

        public static string LAUNCH_MEDIA_SELECT = "{LAUNCH_MEDIA_SELECT}";
        public static string LEFT = "{LEFT}";
        public static string LWIN = "{LWIN}";

        public static string M = "m";
        public static string MEDIA_NEXT_TRACK = "{MEDIA_NEXT_TRACK}";
        public static string MEDIA_PLAY_PAUSE = "{MEDIA_PLAY_PAUSE}";
        public static string MEDIA_PREV_TRACK = "{MEDIA_PREV_TRACK}";

        public static string MEDIA_STOP = "{MEDIA_STOP}";
        public static string MENU = "{MENU}";
        public static string MODECHANGE = "{MODECHANGE}";
        public static string MULTIPLY = "{MULTIPLY}";

        public static string N = "n";
        public static string NEXT = "{NEXT}";
        public static string NONCONVERT = "{NONCONVERT}";
        public static string NUMLOCK = "{NUMLOCK}";

        public static string NUMPAD0 = "NUMPAD0";

        public static string NUMPAD1 = "NUMPAD1";

        public static string NUMPAD2 = "NUMPAD2";

        public static string NUMPAD3 = "NUMPAD3";

        public static string NUMPAD4 = "NUMPAD4";

        public static string NUMPAD5 = "NUMPAD5";

        public static string NUMPAD6 = "NUMPAD6";

        public static string NUMPAD7 = "NUMPAD7";

        public static string NUMPAD8 = "NUMPAD8";

        public static string NUMPAD9 = "NUMPAD9";
        public static string O = "o";
        public static string OEM_BACKSLASH = "\\";
        public static string OEM_CLOSE_BRACKETS = "{]}";
        public static string OEM_COMMA = ",";
        public static string OEM_OPEN_BRACKETS = "{[}";
        public static string OEM_PERIOD = ".";
        public static string OEM_PIPE = "|";
        public static string OEM_QUESTION = "?";
        public static string OEM_QUOTES = "'";
        public static string OEM_SEMICOLON = ";";
        public static string OEM_TILDE = "{~}";
        public static string P = "p";
        public static string PAGE_DOWN = "{PGDN}";
        public static string PAGE_UP = "{PGUP}";
        public static string PAUSE = "{PAUSE}";
        public static string PRIOR = "{PRIOR}";
        public static string Q = "q";

        public static string R = "r";
        public static string RETURN = "{ENTER}";
        public static string RIGHT = "{RIGHT}";
        public static string RWIN = "{RWIN}";
        public static string S = "s";

        public static string SCROLL = "{SCROLL}";

        public static string SCROLL_LOCK = "{SCROLLLOCK}";
        public static string SELECT = "{SELECT}";
        public static string SEPARATOR = "{SEPARATOR}";
        public static string SHIFT = "+(";

        public static string SHIFT_RELEASE = ")";
        public static string SLEEP = "{SLEEP}";
        public static string SNAPSHOT = "{SNAPSHOT}";
        public static string SPACE = " ";
        public static string SUBTRACT = "{SUBTRACT}";
        public static string T = "t";
        public static string TAB = "{TAB}";
        public static string U = "u";
        public static string UP = "{UP}";
        public static string V = "v";

        public static string VOLUME_DOWN = "{VOLUME_DOWN}";
        public static string VOLUME_MUTE = "{VOLUME_MUTE}";

        public static string VOLUME_UP = "{VOLUME_UP}";
        public static string W = "w";

        public static string X = "x";

        public static string Y = "y";

        public static string Z = "z";
    }
}
www.java2v.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.