Advertisement
GroggyOtter

Untitled

Jul 7th, 2024
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 34.90 KB | Source Code | 0 0
  1. {
  2.     "version": 1.3,
  3.     "directives": [
  4.         {
  5.             "body": "#ClipboardTimeout ${0:milliseconds}",
  6.             "description": "Set time between retrying the clipboard in milliseconds. 0 = try once, -1 = try indefinitely, omit = default search restored.",
  7.             "prefix": "#ClipboardTimeout"
  8.         },
  9.         {
  10.             "body": "#DllLoad ",
  11.             "description": "Load the DLL or EXE file before the script starts executing or omit to to reset default search strategy."
  12.         },
  13.         {
  14.             "body": "#ErrorStdOut ${1|'CP0','UTF-8','UTF-8-RAW','UTF-16','UTF-16-RAW','CP###'|}",
  15.             "description": "Syntax errors that prevent a script from launching as sent to standard error stream (stderr).",
  16.             "prefix": "#ErrorStdOut"
  17.         },
  18.         {
  19.             "body": "#HotIf ",
  20.             "description": "Create context-sensitive hotkeys and hotstrings that are enabled when the criteria is true. Use #HotIf to reset criteria."
  21.         },
  22.         {
  23.             "body": "#HotIf WinActive(${3:'Title' }${1|'ahk_exe ,'ahk_class ,'ahk_id ,'ahk_pid ,'ahk_group |}${2:identifier}')",
  24.             "description": "Create context-sensitive hotkeys and hotstrings that work when the specified window is active. Use #HotIf to reset criteria.",
  25.             "prefix": "#HotIfWinActive"
  26.         },
  27.         {
  28.             "body": "#HotIf WinExist(${3:'Title' }${1|'ahk_exe ,'ahk_class ,'ahk_id ,'ahk_pid ,'ahk_group |}${2:}')",
  29.             "description": "Create context-sensitive hotkeys and hotstrings that work when the specified window exists. Use #HotIf to reset criteria.",
  30.             "prefix": "#HotIfWinExist"
  31.         },
  32.         {
  33.             "body": "#HotIfTimeout ${0:milliseconds}",
  34.             "description": "Max time spent evaluating #HotIf criteria. Default is 1000.",
  35.             "prefix": "#HotIfTimeout"
  36.         },
  37.         {
  38.             "body": "#Hotstring EndChars ${0:-()[]{\\}':;\"/\\,.?!`n`s`t}",
  39.             "description": "Change the default options for hotstrings or their ending char.",
  40.             "prefix": "#Hotstring EndChars"
  41.         },
  42.         {
  43.             "body": "#Hotstring NoMouse",
  44.             "description": "Prevents mouse clicks from resetting the hotstring recognizer.",
  45.             "prefix": "#Hotstring NoMouse"
  46.         },
  47.         {
  48.             "body": "#Hotstring ${0:NewOptions}",
  49.             "description": "Change the default options for hotstrings or their ending char.",
  50.             "prefix": "#Hotstring"
  51.         },
  52.         {
  53.             "body": "#Include ${0:File_Dir_Or_<LibName>}",
  54.             "description": "File contents are inserted here when script runs, but not if already included earlier.",
  55.             "prefix": "#Include"
  56.         },
  57.         {
  58.             "body": "#IncludeAgain ${0:File_Or_Dir}",
  59.             "description": "File contents are inserted here when script runs, even if inserted before.",
  60.             "prefix": "#IncludeAgain"
  61.         },
  62.         {
  63.             "body": "#InputLevel ${0:0_to_100}",
  64.             "description": "Set Input Level of any subsequently created hotkeys/hotstrings. Omit for 0.",
  65.             "prefix": "#InputLevel"
  66.         },
  67.         {
  68.             "body": "#MaxThreads ${0:1_to_255}",
  69.             "description": "Set max number of simultaneous threads that can run. Default is 10.",
  70.             "prefix": "#MaxThreads"
  71.         },
  72.         {
  73.             "body": "#MaxThreadsBuffer ${1|true,false|}",
  74.             "description": "Set if hotkeys are buffered or ignored when max threads reached. Default and omit value is 1.",
  75.             "prefix": "#MaxThreadsBuffer"
  76.         },
  77.         {
  78.             "body": "#MaxThreadsPerHotkey ${0:Between_1_and_255}",
  79.             "description": "Set the maximum number of threads that can exist simultaneously for each hotkey or hotstring.",
  80.             "prefix": "#MaxThreadsPerHotkey"
  81.         },
  82.         {
  83.             "body": "#NoTrayIcon",
  84.             "description": "Removes the script's tray icon."
  85.         },
  86.         {
  87.             "body": "#Requires AutoHotkey${1| , >, >=, <, <=, =|}v2${2|.0,.1|}${3|.17,.16,.15,.14,.13,.12,.11,.10,.9,.8,.7,.6,.5,.4,.3,.2,.1,.0|}${4|+,+ 32-bit,+ 64-bit|}",
  88.             "description": "The required version of AutoHotkey for the script to run otherwise script s and quits.",
  89.             "prefix": "#Requires"
  90.         },
  91.         {
  92.             "body": "#SingleInstance ${1|Force,Ignore,Prompt,Off|}",
  93.             "description": "Determine whether the script is allowed to run again when it is already running.",
  94.             "prefix": "#SingleInstance"
  95.         },
  96.         {
  97.             "body": "#SuspendExempt ${1|true,false|}",
  98.             "description": "Sets if subsequent hotkeys and hotstrings are marked as exempt from Suspend().",
  99.             "prefix": "#SuspendExempt"
  100.         },
  101.         {
  102.             "body": "#UseHook ${1|true,false|}",
  103.             "description": "Force the use of the hook with some/all hotkeys.",
  104.             "prefix": "#UseHook"
  105.         },
  106.         {
  107.             "body": "#Warn ${1|All,VarUnset,LocalSameAsGlobal,Unreachable|}, ${2|MsgBox,StdOut,OutputDebug,Off|}",
  108.             "description": "Enable or disable warnings for certain critera. Can catch multiple types of s.",
  109.             "prefix": "#Warn"
  110.         },
  111.         {
  112.             "body": "#WinActivateForce",
  113.             "description": "Use forceful activation by default instead of gentle activation first."
  114.         },
  115.         {
  116.             "body": ";@Ahk2Exe-${1|IgnoreBegin,IgnoreEnd|}",
  117.             "description": "You can delete code fragments from compiled scripts by wrapping them in instructions.",
  118.             "prefix": "@Ahk2Exe-Ignore"
  119.         },
  120.         {
  121.             "body": "/*@Ahk2Exe-Keep",
  122.             "description": "Marked code snippets are only executed in the compiled script.",
  123.             "prefix": "@Ahk2Exe-Keep"
  124.         },
  125.         {
  126.             "body": ";@Ahk2Exe-AddResource ${2:FileName}${1| , RT_BITMAP, RT_MENU, RT_DIALOG, RT_STRING, RT_ACCELERATORS, RT_RCDATA, RT_MESSAGETABLE, RT_GROUP_CURSOR, RT_GROUP_ICON, RT_HTML, RT_MANIFEST|}",
  127.             "description": "Add resources to the compiled executable file.",
  128.             "prefix": "@Ahk2Exe-AddResource"
  129.         },
  130.         {
  131.             "body": ";@Ahk2Exe-Base ${0:[Path\\]Name [, [Exe_path\\][Name], Codepage]}",
  132.             "description": "Specify the binary version of AutoHotkey to be included in the generated .exe file.",
  133.             "prefix": "@Ahk2Exe-Base"
  134.         },
  135.         {
  136.             "body": ";@Ahk2Exe-ConsoleApp",
  137.             "description": "Change the executable subsystem to console mode.",
  138.             "prefix": "@Ahk2Exe-ConsoleApp"
  139.         },
  140.         {
  141.             "body": ";@Ahk2Exe-Cont ${0:Text}",
  142.             "description": "Specify a continuation line for the previous instruction. This allows a long line of instructions to be formatted for easy reading in the source code.",
  143.             "prefix": "@Ahk2Exe-Cont"
  144.         },
  145.         {
  146.             "body": ";@Ahk2Exe-Debug ${0:Text}",
  147.             "description": "Display msgbox with supporting text for debugging.",
  148.             "prefix": "@Ahk2Exe-Debug"
  149.         },
  150.         {
  151.             "body": ";@Ahk2Exe-ExeName ${0:[Path\\]Name}",
  152.             "description": "Specify the location and name of the generated .exe file.",
  153.             "prefix": "@Ahk2Exe-ExeName"
  154.         },
  155.         {
  156.             "body": ";@Ahk2Exe-Let ${0:Name = Value [, NameN = ValueN]}",
  157.             "description": "Create (or modify) one or more user variables, these variables can be accessed through %U_Name%, similar to built-in variables (see above).",
  158.             "prefix": "@Ahk2Exe-Let"
  159.         },
  160.         {
  161.             "body": ";@Ahk2Exe-Obey ${1:Name}, ${2:CmdOrExp [, Extra]}",
  162.             "description": "Execute a command or expression independent of AutoHotkey, and the result is U_Name.",
  163.             "prefix": "@Ahk2Exe-Obey"
  164.         },
  165.         {
  166.             "body": ";@Ahk2Exe-PostExec ${0:Program [parameters] [, When]}",
  167.             "description": "Specify the program to be executed before (or after) any compression program applied to the .exe file after successful compilation.",
  168.             "prefix": "@Ahk2Exe-PostExec"
  169.         },
  170.         {
  171.             "body": ";@Ahk2Exe-SetMainIcon ${0:[IcoFile]}",
  172.             "description": "Overwrite the custom EXE icon used for compilation.",
  173.             "prefix": "@Ahk2Exe-SetMainIcon"
  174.         },
  175.         {
  176.             "body": ";@Ahk2Exe-SetCompanyName ${0:CompanyName}",
  177.             "description": "Changes the company name.",
  178.             "prefix": ";@Ahk2Exe-SetCompanyName"
  179.         },
  180.         {
  181.             "body": ";@Ahk2Exe-SetCopyright ${0:CopyrightInfo}",
  182.             "description": "Changes the legal copyright information.",
  183.             "prefix": ";@Ahk2Exe-SetCopyright"
  184.         },
  185.         {
  186.             "body": ";@Ahk2Exe-SetDescription ${0:Description}",
  187.             "description": "Changes the file description and changes script's name in Task Manager under \"Processes\".",
  188.             "prefix": ";@Ahk2Exe-SetDescription"
  189.         },
  190.         {
  191.             "body": ";@Ahk2Exe-SetFileVersion ${0:Version}",
  192.             "description": "Changes the file version, in both text and raw binary format.",
  193.             "prefix": ";@Ahk2Exe-SetFileVersion"
  194.         },
  195.         {
  196.             "body": ";@Ahk2Exe-SetInternalName ${0:InternalName}",
  197.             "description": "Changes the internal name.",
  198.             "prefix": ";@Ahk2Exe-SetInternalName"
  199.         },
  200.         {
  201.             "body": ";@Ahk2Exe-SetLanguage ${0:0x0409}",
  202.             "description": "Changes the language code. Must include 0x prefix.",
  203.             "prefix": ";@Ahk2Exe-SetLanguage"
  204.         },
  205.         {
  206.             "body": ";@Ahk2Exe-SetLegalTrademarks ${0:Trademark}",
  207.             "description": "Changes the legal trademarks information.",
  208.             "prefix": ";@Ahk2Exe-SetLegalTrademarks"
  209.         },
  210.         {
  211.             "body": ";@Ahk2Exe-SetName ${0:Name}",
  212.             "description": "Changes the product name and the internal name.",
  213.             "prefix": ";@Ahk2Exe-SetName"
  214.         },
  215.         {
  216.             "body": ";@Ahk2Exe-SetOrigFilename ${0:OriginalFilename}",
  217.             "description": "Changes the original filename information.",
  218.             "prefix": ";@Ahk2Exe-SetOrigFilename"
  219.         },
  220.         {
  221.             "body": ";@Ahk2Exe-SetProductName ${0:ProductName}",
  222.             "description": "Changes the product name.",
  223.             "prefix": ";@Ahk2Exe-SetProductName"
  224.         },
  225.         {
  226.             "body": ";@Ahk2Exe-SetProductVersion ${0:Version}",
  227.             "description": "Changes the product version, in both text and raw binary format.",
  228.             "prefix": ";@Ahk2Exe-SetProductVersion"
  229.         },
  230.         {
  231.             "body": ";@Ahk2Exe-SetVersion ${0:Version}",
  232.             "description": "Changes the file version and the product version, in both text and raw binary format.",
  233.             "prefix": ";@Ahk2Exe-SetVersion"
  234.         },
  235.         {
  236.             "body": ";@Ahk2Exe-UpdateManifest ${1|0,1,2|}${2| ,[\\, Name\\, Version\\, UIAccess]|}",
  237.             "description": "Changes details in the .exe's manifest. This directive is for specialised use only.",
  238.             "prefix": ";@Ahk2Exe-UpdateManifest"
  239.         },
  240.         {
  241.             "body": ";@Ahk2Exe-UseResourceLang ${0:0x0409}",
  242.             "description": "Changes the resource language used by ;@Ahk2Exe-AddResource.",
  243.             "prefix": ";@Ahk2Exe-UseResourceLang"
  244.         }
  245.     ],
  246.     "keywords": [
  247.         {
  248.             "body": "AND",
  249.             "description": "Both items must evaluate true.\nSame as: &&\nif (x AND y)\nif (x && y)"
  250.         },
  251.         {
  252.             "body": "AS",
  253.             "description": ""
  254.         },
  255.         {
  256.             "body": "IN",
  257.             "description": "Used with for-loops to identify object.\nFor key, value IN obj"
  258.         },
  259.         {
  260.             "body": "IS",
  261.             "description": "Check if item is of a certain class type, such as number, string, object, or array.\nSame as using: if (Type() = \"TypeName\")\nif (var IS Number)\nif (my_arr is Array)\nif !(item IS object)"
  262.         },
  263.         {
  264.             "body": "NOT",
  265.             "description": "Item must not be true.\nSame as: !\nif NOT (false)\nif !false"
  266.         },
  267.         {
  268.             "body": "OR",
  269.             "description": "One item OR the other must bet true.\nSame as: ||\nif (var1 OR var2)\nif (var1 OR !var2)"
  270.         },
  271.         {
  272.             "body": "break",
  273.             "description": "Immediately ends any type of loop, including a For-Loop/While-Loop/Loop [Count/Read/Reg/Parse]."
  274.         },
  275.         {
  276.             "body": "catch${1| , Error , MemoryError , OSError , TargetError , TimeoutError , TypeError , UnsetError , MemberError , PropertyError , MethodError , UnsetItemError , ValueError , IndexError , ZeroDivisionError |}${2| ,as OutputVar|}",
  277.             "description": "Catch is used with Try and is the code that runs when if a try statement encounters an error.",
  278.             "prefix": "catch"
  279.         },
  280.         {
  281.             "body": "continue",
  282.             "description": "Immediately ends the current loop iteration and starts the next.\nIf there are no more iterations, the loop ends."
  283.         },
  284.         {
  285.             "body": "else If ",
  286.             "description": "Adds another decision branch to check if prior checks were false.",
  287.             "prefix": "elif"
  288.         },
  289.         {
  290.             "body": "else",
  291.             "description": "Defines the code block that should run when all prior evaluations have failed."
  292.         },
  293.         {
  294.             "body": "finally",
  295.             "description": "Used with try/catch statements to ensure some code is guaranteed to run after the try/catch has finished."
  296.         },
  297.         {
  298.             "body": "for id, value IN ${0:Obj}",
  299.             "description": "Iterate through each element of an Array, Map, Gui, or other enumerable object.\nMost objects can be looped through by referencing their .OwnProps() method.\nFor prop, value in obj.OwnProps()",
  300.             "prefix": "for"
  301.         },
  302.         {
  303.             "body": "global",
  304.             "description": "Sets a variable or entire function to global scope, making the variable(s) available to all other functions, objects, and classes.\nGenerally, global variables are not needed."
  305.         },
  306.         {
  307.             "body": "goto('${0:Label}')",
  308.             "description": "Jump to the specified label and continue execution.\nGenerally, Goto programming should only be used when jumping around inside of a loop or with a Switch statement.",
  309.             "prefix": "goto"
  310.         },
  311.         {
  312.             "body": "if",
  313.             "description": "Creates a decision branch. When the supplied expression evaluates as true, the following code block is executed.\nif (1 = 1)\nif (var1 = var2)"
  314.         },
  315.         {
  316.             "body": "loop files ${2:FilePattern}, '${1|>File\\,Directory\\,Recurse,F,D,FD,FR,DR,FDR|}'",
  317.             "description": "Loop through a directory's files and/or sub-folders.\n- FilePattern = A file path to check. Wildcards * can be used to match all.\n- MODES:\n  D = Get directories.\n  F = Get files.\n  R = Recurse into sub-folders.\n\nBuilt-in loop vars:\n- A_LoopFileName = File name and extension, no path.\n- A_LoopFileExt = File extension.\n- A_LoopFilePath = Path using aboslute or relative path.\n- A_LoopFileFullPath = Absolute path.\n- A_LoopFileShortPath = 8.3 path if supported.\n- A_LoopFileShortName = 8.3 file name if supported.\n- A_LoopFileDir = Directory of the current file or sub-directory.\n- A_LoopFileTimeModified = Last modification time of file.\n- A_LoopFileTimeCreated = Creation time of file.\n- A_LoopFileTimeAccessed = Last access time of file.\n- A_LoopFileAttrib = List of file's attributes.\n- A_LoopFileSize = Size of file in bytes.\n- A_LoopFileSizeKB = Size of file in kilobytes.\n- A_LoopFileSizeMB = Size of file in megabytes.",
  318.             "prefix": "loop files"
  319.         },
  320.         {
  321.             "body": "loop parse ${1:Text}, ${2:DelimitChar}, ${3:OmitChar}",
  322.             "description": "Loop through a string by character or substrings.\n- Text = The text to parse through.\n- Delimiter = The character that's separating each desired substring. Omit delimeter to parse through each character.\n- `Omit` = Characters to ignore at the beginning and end of each substring.\n\n- Built-in loop vars:\n- A_Index = Tracks the current iteration Number.\n- A_LoopField = Contains the current substring or character.",
  323.             "prefix": "loop parse"
  324.         },
  325.         {
  326.             "body": "loop read ${1:FilePath}${2:, OutputFile|}",
  327.             "description": "Parse through text one line at a time.\n- FilePath = Path to the text file to read.\n- OutputFile = File to keep open for the duration of the loop. Use FileAppend() with a filename to automatically append text to the OutputFile.\n\n- Built-in loop vars:\n- A_Index = Tracks the current iteration Number.\n- A_LoopReadLine = The text of the current line.",
  328.             "prefix": "loop read"
  329.         },
  330.         {
  331.             "body": "loop reg '${2|HKEY_LOCAL_MACHINE,HKEY_USERS,HKEY_CURRENT_USER,HKEY_CLASSES_ROOT,HKEY_CURRENT_CONFIG|}\\\\$3', '${1|>Choose Key\\,Value\\,Recurse,K,V,KV,KR,VR,KVR|}'",
  332.             "description": "Retrieve the contents of the specified registry subkey.\n- Modes:\n  V = Get value.\n  K = Get key.\n  R = Recurse into sub keys.\n\n- Built-in loop vars:\n- A_Index = Tracks the current iteration Number.\n- A_LoopRegName = Name of the current value or subkey.\n- A_LoopRegType = The data type of the current item. KEY, REG_SZ, REG_EXPAND_SZ, REG_MULTI_SZ, REG_DWORD, REG_QWORD, REG_BINARY, REG_LINK, REG_RESOURCE_LIST, REG_FULL_RESOURCE_DESCRIPTOR, REG_RESOURCE_REQUIREMENTS_LIST, REG_DWORD_BIG_ENDIAN\n- A_LoopRegKey = Full key name of the current item.\n- A_LoopRegTimeModified = The time, in YYYYMMDDHH24MISS format, of the last modification made to the current registry key.",
  333.             "prefix": "loop reg"
  334.         },
  335.         {
  336.             "body": "loop ${0:Count}",
  337.             "description": "Used to repeatedly execute a block of code.\nCount is the number of times the loop should run. If omitted, the loop will continue to run.\nTo stop a loop, use Break or set an Until condition.",
  338.             "prefix": "loop"
  339.         },
  340.         {
  341.             "body": "local ",
  342.             "description": "Sets a variable or a function's scope to local only. A local variable can only be seen inside the function/class they belong to."
  343.         },
  344.         {
  345.             "body": "case $1: ",
  346.             "description": "Used with Switch statements, these define each 'check' to be made.\nChecks are done against the Switch's value or, if no value is provided, each case is evaluated individually.\nOnce the first match is made, no further cases are evaluated and the code does not 'fall through' to the other cases.",
  347.             "prefix": "case"
  348.         },
  349.         {
  350.             "body": "default: ",
  351.             "description": "Used with Swtich statements. This case must be defined after all other cases and contains any code that should run if no other cases make a match.\nThe Default: case is optional and does not need to be included.",
  352.             "prefix": "default:"
  353.         },
  354.         {
  355.             "body": "return",
  356.             "description": "Return the flow of code to the original caller. If there is no caller to return to, Return acts as an Exit() command, ending the current code thread.\nTo return multiple values, put them in a map, array, or other object.\nAlternatively, use &VarRef parameters to get multiple pieces of data back from a function."
  357.         },
  358.         {
  359.             "body": "static ${1:name}${2|(), := , += , -= , *= , /= |}",
  360.             "description": "A static variable or function persists through the life of the script and does not get erased at the end of a function call.",
  361.             "prefix": "static"
  362.         },
  363.         {
  364.             "body": "throw ${1|Error,MemoryError,OSError,TargetError,TimeoutError,TypeError,UnsetError,MemberError,PropertyError,MethodError,UnsetItemError,ValueError,IndexError,ZeroDivisionError|}('${2:Message}', ${3:A_ThisFunc}, ${4:ExtraInfo})",
  365.             "description": "Indicates that an error has occurred. The signal can be caught by a try-catch statement.",
  366.             "prefix": "throw"
  367.         },
  368.         {
  369.             "body": "try ",
  370.             "description": "Try attempts to execute a block of code while suppressing any errors that may be thrown.\nIf an error happens, the associated Catch statement's code block is ran.\nCatch statements are optional."
  371.         },
  372.         {
  373.             "body": "until ($1)",
  374.             "description": "A condition that is checked at the end of every loop iteration.\nIf it evaluates as true, the loop ends as though Break() was used.\nUntil can be used with normal loops and their variants [count/read/parse/reg] as well as for-loops, but does not work with while-loops.",
  375.             "prefix": "until"
  376.         },
  377.         {
  378.             "body": "while ($1)",
  379.             "description": "Defines a loop that continues running as long as the provided evaulate remains true.\n\n- Built-in loop vars:\n- A_Index = Tracks the current iteration Number.",
  380.             "prefix": "while"
  381.         }
  382.     ],
  383.     "options": {
  384.         "ahk_criteria": [
  385.             {
  386.                 "body": "ahk_class ",
  387.                 "description": "Identify one or more windows by their class name. See [WinTitle](https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_)"
  388.             },
  389.             {
  390.                 "body": "ahk_exe ",
  391.                 "description": "Identify one or more windows by their executable/process name. See [WinTitle](https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_)"
  392.             },
  393.             {
  394.                 "body": "ahk_group ",
  395.                 "description": "Identify one or more windows that have been added to an AHK window group. See [WinTitle](https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_) | [Window Groups](https://www.autohotkey.com/docs/v2/lib/GroupAdd.htm)"
  396.             },
  397.             {
  398.                 "body": "ahk_id ",
  399.                 "description": "Identify one or more windows by their window handle, a unique number assigned by the operating system at window creation. See [WinTitle](https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_)"
  400.             },
  401.             {
  402.                 "body": "ahk_pid ",
  403.                 "description": "Identify one or more windows by the parent process ID, a unique number assigned by the operating system at the launch of an exe. See [WinTitle](https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_)"
  404.             }
  405.         ],
  406.         "MBOptions": [
  407.             {
  408.                 "body":"OK"
  409.             },
  410.             {
  411.                 "body":"OKCancel"
  412.             },
  413.             {
  414.                 "body":"AbortRetryIgnore"
  415.             },
  416.             {
  417.                 "body":"YesNoCancel"
  418.             },
  419.             {
  420.                 "body":"YesNo"
  421.             },
  422.             {
  423.                 "body":"RetryCancel"
  424.             },
  425.             {
  426.                 "body":"CancelTryAgainContinue"
  427.             },
  428.             {
  429.                 "body":"IconX"
  430.             },
  431.             {
  432.                 "body":"Icon?"
  433.             },
  434.             {
  435.                 "body":"Icon!"
  436.             },
  437.             {
  438.                 "body":"Iconi"
  439.             },
  440.             {
  441.                 "body":"Default2"
  442.             },
  443.             {
  444.                 "body":"Default3"
  445.             },
  446.             {
  447.                 "body":"Default4"
  448.             }
  449.         ],
  450.         "hotstring": [
  451.             {
  452.                 "body": "*",
  453.                 "description": "An ending character (e.g. `Space`, `.`, or `Enter`) is not required to trigger the hotstring. For example:\n```ahk2\n:*:j@::jsmith@somedomain.com\n```"
  454.             },
  455.             {
  456.                 "body": "?",
  457.                 "description": "The hotstring will be triggered even when it is inside another word; that is, when the character typed immediately before it is alphanumeric. For example, if `:?:al::airline` is a hotstring, typing \"practical \" would produce \"practicairline \". Use `?0` to turn this option back off."
  458.             },
  459.             {
  460.                 "body": "B0",
  461.                 "description": "Automatic backspacing is not done to erase the abbreviation you type. Use a plain `B` to turn backspacing back on after it was previously turned off. A script may also do its own backspacing via {bs 5}, which sends `Backspace` five times. Similarly, it may send `←` five times via {left 5}. For example, the following hotstring produces \"<em></em>\" and moves the caret 5 places to the left (so that it's between the tags):\n```ahk2\n:*b0:<em>::</em>{left 5}\n```"
  462.             },
  463.             {
  464.                 "body": "C",
  465.                 "description": "Case-sensitive: When you type an abbreviation, it must exactly match the case defined in the script. Use `C0` to turn case sensitivity back off."
  466.             },
  467.             {
  468.                 "body": "C1",
  469.                 "description": "Do not conform to typed case. Use this option to make auto-replace hotstrings case-insensitive and prevent them from conforming to the case of the characters you actually type. Case-conforming hotstrings (which are the default) produce their replacement text in all caps if you type the abbreviation in all caps. If you type the first letter in caps, the first letter of the replacement will also be capitalized (if it is a letter). If you type the case in any other way, the replacement is sent exactly as defined."
  470.             },
  471.             {
  472.                 "body": "K#",
  473.                 "description": "Key-delay: This rarely-used option sets the delay between keystrokes produced by auto-backspacing or auto-replacement. Specify the new delay for n; for example, specify `k10` to have a 10 ms delay and `k-1` to have no delay."
  474.             },
  475.             {
  476.                 "body": "O",
  477.                 "description": "Omit the ending character of auto-replace hotstrings when the replacement is produced. This is useful when you want a hotstring to be kept unambiguous by still requiring an ending character, but don't actually want the ending character to be shown on the screen. Use `O0` to turn this option back off."
  478.             },
  479.             {
  480.                 "body": "P#",
  481.                 "description": "The priority of the hotstring (e.g. `P1`). This rarely-used option has no effect on auto-replace hotstrings."
  482.             },
  483.             {
  484.                 "body": "R",
  485.                 "description": "Send the replacement text raw; that is, without translating `{Enter}` to `Enter`, `^c` to `Ctrl+C`, etc. Use `R0` to turn this option back off, or override it with `T`."
  486.             },
  487.             {
  488.                 "body": "S",
  489.                 "description": "Specify the letter `S` to make the hotstring exempt from Suspend. Specify `S0` to remove the exemption, allowing the hotstring to be suspended."
  490.             },
  491.             {
  492.                 "body": "SI",
  493.                 "description": "SendInput"
  494.             },
  495.             {
  496.                 "body": "SP",
  497.                 "description": "SendPlay"
  498.             },
  499.             {
  500.                 "body": "SE",
  501.                 "description": "SendEvent"
  502.             },
  503.             {
  504.                 "body": "T",
  505.                 "description": "Send the replacement text using Text mode. Use `T0` or `R0` to turn this option back off, or override it with R."
  506.             },
  507.             {
  508.                 "body": "X",
  509.                 "description": "Instead of replacement text, the hotstring accepts a function call or expression to execute."
  510.             },
  511.             {
  512.                 "body": "Z",
  513.                 "description": "This rarely-used option resets the hotstring recognizer after each triggering of the hotstring. In other words, the script will begin waiting for an entirely new hotstring, eliminating from consideration anything you previously typed. This can prevent unwanted triggerings of hotstrings."
  514.             }
  515.         ]
  516.     },
  517.     "texts": [
  518.         {
  519.             "body": "AlwaysOnTop",
  520.             "description": "Keep the window above all other windows."
  521.         },
  522.         {
  523.             "body": "AutoSize",
  524.             "description": "Resize the window to only accommodate its currently visible controls. This is useful for adjusting the window size after adding new controls or adjusting the size of existing controls, hiding or unhiding them."
  525.         },
  526.         {
  527.             "body": "Border",
  528.             "description": "Provide a thin border around the control. Most controls do not need this because they already have a type-specific border. When adding a border to an existing control, you may need to increase the width and height of the control by 1 Pixels."
  529.         },
  530.         {
  531.             "body": "Caption",
  532.             "description": "Provide title bar and thick window border/edge."
  533.         },
  534.         {
  535.             "body": "Center",
  536.             "description": "Center the text of the control within its available width."
  537.         },
  538.         {
  539.             "body": "DropFiles",
  540.             "description": "Start when a file/folder is dragged and dropped onto the window as part of a drag-and-drop operation (but if this callback is already running, the drag-and-drop event will be ignored)."
  541.         }
  542.     ],
  543.     "keysend": [
  544.         {
  545.             "body":"{Alt}"
  546.         },
  547.         {
  548.             "body":"{AppsKey}"
  549.         },
  550.         {
  551.             "body":"{Backspace}"
  552.         },
  553.         {
  554.             "body":"{Browser_Back}"
  555.         },
  556.         {
  557.             "body":"{Browser_Favorites}"
  558.         },
  559.         {
  560.             "body":"{Browser_Forward}"
  561.         },
  562.         {
  563.             "body":"{Browser_Home}"
  564.         },
  565.         {
  566.             "body":"{Browser_Refresh}"
  567.         },
  568.         {
  569.             "body":"{Browser_Search}"
  570.         },
  571.         {
  572.             "body":"{Browser_Stop}"
  573.         },
  574.         {
  575.             "body":"{CapsLock}"
  576.         },
  577.         {
  578.             "body":"{Control}"
  579.         },
  580.         {
  581.             "body":"{CtrlBreak}"
  582.         },
  583.         {
  584.             "body":"{Delete}"
  585.         },
  586.         {
  587.             "body":"{Down}"
  588.         },
  589.         {
  590.             "body":"{End}"
  591.         },
  592.         {
  593.             "body":"{Enter}"
  594.         },
  595.         {
  596.             "body":"{Escape}"
  597.         },
  598.         {
  599.             "body":"{F1}"
  600.         },
  601.         {
  602.             "body":"{F2}"
  603.         },
  604.         {
  605.             "body":"{F3}"
  606.         },
  607.         {
  608.             "body":"{F4}"
  609.         },
  610.         {
  611.             "body":"{F5}"
  612.         },
  613.         {
  614.             "body":"{F6}"
  615.         },
  616.         {
  617.             "body":"{F7}"
  618.         },
  619.         {
  620.             "body":"{F8}"
  621.         },
  622.         {
  623.             "body":"{F9}"
  624.         },
  625.         {
  626.             "body":"{F10}"
  627.         },
  628.         {
  629.             "body":"{F11}"
  630.         },
  631.         {
  632.             "body":"{F12}"
  633.         },
  634.         {
  635.             "body":"{F13}"
  636.         },
  637.         {
  638.             "body":"{F14}"
  639.         },
  640.         {
  641.             "body":"{F15}"
  642.         },
  643.         {
  644.             "body":"{F16}"
  645.         },
  646.         {
  647.             "body":"{F17}"
  648.         },
  649.         {
  650.             "body":"{F18}"
  651.         },
  652.         {
  653.             "body":"{F19}"
  654.         },
  655.         {
  656.             "body":"{F20}"
  657.         },
  658.         {
  659.             "body":"{F21}"
  660.         },
  661.         {
  662.             "body":"{F22}"
  663.         },
  664.         {
  665.             "body":"{F23}"
  666.         },
  667.         {
  668.             "body":"{F24}"
  669.         },
  670.         {
  671.             "body":"{Help}"
  672.         },
  673.         {
  674.             "body":"{Home}"
  675.         },
  676.         {
  677.             "body":"{Insert}"
  678.         },
  679.         {
  680.             "body":"{LAlt}"
  681.         },
  682.         {
  683.             "body":"{Launch_App1}"
  684.         },
  685.         {
  686.             "body":"{Launch_App2}"
  687.         },
  688.         {
  689.             "body":"{Launch_Mail}"
  690.         },
  691.         {
  692.             "body":"{Launch_Media}"
  693.         },
  694.         {
  695.             "body":"{LButton}"
  696.         },
  697.         {
  698.             "body":"{LControl}"
  699.         },
  700.         {
  701.             "body":"{Left}"
  702.         },
  703.         {
  704.             "body":"{LShift}"
  705.         },
  706.         {
  707.             "body":"{LWin}"
  708.         },
  709.         {
  710.             "body":"{MButton}"
  711.         },
  712.         {
  713.             "body":"{Media_Next}"
  714.         },
  715.         {
  716.             "body":"{Media_Play_Pause}"
  717.         },
  718.         {
  719.             "body":"{Media_Prev}"
  720.         },
  721.         {
  722.             "body":"{Media_Stop}"
  723.         },
  724.         {
  725.             "body":"{NumLock}"
  726.         },
  727.         {
  728.             "body":"{Numpad0}"
  729.         },
  730.         {
  731.             "body":"{Numpad1}"
  732.         },
  733.         {
  734.             "body":"{Numpad2}"
  735.         },
  736.         {
  737.             "body":"{Numpad3}"
  738.         },
  739.         {
  740.             "body":"{Numpad4}"
  741.         },
  742.         {
  743.             "body":"{Numpad5}"
  744.         },
  745.         {
  746.             "body":"{Numpad6}"
  747.         },
  748.         {
  749.             "body":"{Numpad7}"
  750.         },
  751.         {
  752.             "body":"{Numpad8}"
  753.         },
  754.         {
  755.             "body":"{Numpad9}"
  756.         },
  757.         {
  758.             "body":"{NumpadAdd}"
  759.         },
  760.         {
  761.             "body":"{NumpadClear}"
  762.         },
  763.         {
  764.             "body":"{NumpadDel}"
  765.         },
  766.         {
  767.             "body":"{NumpadDiv}"
  768.         },
  769.         {
  770.             "body":"{NumpadDot}"
  771.         },
  772.         {
  773.             "body":"{NumpadDown}"
  774.         },
  775.         {
  776.             "body":"{NumpadEnd}"
  777.         },
  778.         {
  779.             "body":"{NumpadEnter}"
  780.         },
  781.         {
  782.             "body":"{NumpadHome}"
  783.         },
  784.         {
  785.             "body":"{NumpadIns}"
  786.         },
  787.         {
  788.             "body":"{NumpadLeft}"
  789.         },
  790.         {
  791.             "body":"{NumpadMult}"
  792.         },
  793.         {
  794.             "body":"{NumpadPgDn}"
  795.         },
  796.         {
  797.             "body":"{NumpadPgUp}"
  798.         },
  799.         {
  800.             "body":"{NumpadRight}"
  801.         },
  802.         {
  803.             "body":"{NumpadSub}"
  804.         },
  805.         {
  806.             "body":"{NumpadUp}"
  807.         },
  808.         {
  809.             "body":"{Pause}"
  810.         },
  811.         {
  812.             "body":"{PgDn}"
  813.         },
  814.         {
  815.             "body":"{PgUp}"
  816.         },
  817.         {
  818.             "body":"{PrintScreen}"
  819.         },
  820.         {
  821.             "body":"{RAlt}"
  822.         },
  823.         {
  824.             "body":"{RButton}"
  825.         },
  826.         {
  827.             "body":"{RControl}"
  828.         },
  829.         {
  830.             "body":"{Right}"
  831.         },
  832.         {
  833.             "body":"{RShift}"
  834.         },
  835.         {
  836.             "body":"{RWin}"
  837.         },
  838.         {
  839.             "body":"{SC###}"
  840.         },
  841.         {
  842.             "body":"{ScrollLock}"
  843.         },
  844.         {
  845.             "body":"{Shift}"
  846.         },
  847.         {
  848.             "body":"{Sleep}"
  849.         },
  850.         {
  851.             "body":"{Space}"
  852.         },
  853.         {
  854.             "body":"{Tab}"
  855.         },
  856.         {
  857.             "body":"{Up}"
  858.         },
  859.         {
  860.             "body":"{VK##}"
  861.         },
  862.         {
  863.             "body":"{Volume_Down}"
  864.         },
  865.         {
  866.             "body":"{Volume_Mute}"
  867.         },
  868.         {
  869.             "body":"{Volume_Up}"
  870.         },
  871.         {
  872.             "body":"{WheelDown}"
  873.         },
  874.         {
  875.             "body":"{WheelLeft}"
  876.         },
  877.         {
  878.             "body":"{WheelRight}"
  879.         },
  880.         {
  881.             "body":"{WheelUp}"
  882.         },
  883.         {
  884.             "body":"{XButton1}"
  885.         },
  886.         {
  887.             "body":"{XButton2}"
  888.         }
  889.     ],
  890.     "keys": [
  891.         {
  892.             "body": "Alt"
  893.         },
  894.         {
  895.             "body": "AltTab",
  896.             "description": "If the alt-tab menu is visible, then move forward in the menu. Otherwise, display the menu (only when the hotkey is two keys connected by'&'; otherwise, it does nothing)."
  897.         },
  898.         {
  899.             "body": "AltTabAndMenu",
  900.             "description": "If the alt-tab menu is visible, move forward. Otherwise, display the menu."
  901.         },
  902.         {
  903.             "body": "AltTabMenu",
  904.             "description": "Show or hide the alt-tab menu."
  905.         },
  906.         {
  907.             "body": "AltTabMenuDismiss",
  908.             "description": "Close the Alt-tab menu."
  909.         },
  910.         {
  911.             "body": "AppsKey",
  912.             "description": "Activates the right-click context menu."
  913.         },
  914.         {
  915.             "body": "BackSpace"
  916.         },
  917.         {
  918.             "body": "BS",
  919.             "description": "Short version of Backspace."
  920.         },
  921.         {
  922.             "body": "Browser_Back",
  923.             "description": "Back"
  924.         },
  925.         {
  926.             "body": "Browser_Favorites",
  927.             "description": "Favorites"
  928.         },
  929.         {
  930.             "body": "Browser_Forward",
  931.             "description": "Forward"
  932.         },
  933.         {
  934.             "body": "Browser_Home",
  935.             "description": "Homepage"
  936.         },
  937.         {
  938.             "body": "Browser_Refresh",
  939.             "description": "Refresh"
  940.         },
  941.         {
  942.             "body": "Browser_Search",
  943.             "description": "Search"
  944.         },
  945.         {
  946.             "body": "Browser_Stop",
  947.             "description": "Stop"
  948.         },
  949.         {
  950.             "body": "CapsLock"
  951.         },
  952.         {
  953.             "body": "Control"
  954.         },
  955.         {
  956.             "body": "Ctrl"
  957.         },
  958.         {
  959.             "body": "CtrlBreak",
  960.             "description": "Ctrl+Pause or Ctrl+ScrollLock"
  961.         },
  962.         {
  963.             "body": "Del",
  964.             "description": "Short version of Delete."
  965.         },
  966.         {
  967.             "body": "Delete"
  968.         },
  969.         {
  970.             "body": "Down"
  971.         },
  972.         {
  973.             "body": "End"
  974.         },
  975.         {
  976.             "body": "Enter"
  977.         },
  978.         {
  979.             "body": "Esc",
  980.             "description": "Short version of Escape."
  981.         },
  982.         {
  983.             "body": "Escape"
  984.         },
  985.         {
  986.             "body": "F1"
  987.         },
  988.         {
  989.             "body": "F10"
  990.         },
  991.         {
  992.             "body": "F11"
  993.         },
  994.         {
  995.             "body": "F12"
  996.         },
  997.         {
  998.             "body": "F13"
  999.         },
  1000.         {
  1001.             "body": "F14"
  1002.         },
  1003.         {
  1004.             "body": "F15"
  1005.         },
  1006.         {
  1007.             "body": "F16"
  1008.         },
  1009.         {
  1010.             "body": "F17"
  1011.         },
  1012.         {
  1013.             "body": "F18"
  1014.         },
  1015.         {
  1016.             "body": "F19"
  1017.         },
  1018.         {
  1019.             "body": "F2"
  1020.         },
  1021.         {
  1022.             "body": "F20"
  1023.         },
  1024.         {
  1025.             "body": "F21"
  1026.         },
  1027.         {
  1028.             "body": "F22"
  1029.         },
  1030.         {
  1031.             "body": "F23"
  1032.         },
  1033.         {
  1034.             "body": "F24"
  1035.         },
  1036.         {
  1037.             "body": "F3"
  1038.         },
  1039.         {
  1040.             "body": "F4"
  1041.         },
  1042.         {
  1043.             "body": "F5"
  1044.         },
  1045.         {
  1046.             "body": "F6"
  1047.         },
  1048.         {
  1049.             "body": "F7"
  1050.         },
  1051.         {
  1052.             "body": "F8"
  1053.         },
  1054.         {
  1055.             "body": "F9"
  1056.         },
  1057.         {
  1058.             "body": "Home"
  1059.         },
  1060.         {
  1061.             "body": "Ins",
  1062.             "description": "Short version of Insert."
  1063.         },
  1064.         {
  1065.             "body": "Insert"
  1066.         },
  1067.         {
  1068.             "body": "Joy1"
  1069.         },
  1070.         {
  1071.             "body": "Joy10"
  1072.         },
  1073.         {
  1074.             "body": "Joy11"
  1075.         },
  1076.         {
  1077.             "body": "Joy12"
  1078.         },
  1079.         {
  1080.             "body": "Joy13"
  1081.         },
  1082.         {
  1083.             "body": "Joy14"
  1084.         },
  1085.         {
  1086.             "body": "Joy15"
  1087.         },
  1088.         {
  1089.             "body": "Joy16"
  1090.         },
  1091.         {
  1092.             "body": "Joy17"
  1093.         },
  1094.         {
  1095.             "body": "Joy18"
  1096.         },
  1097.         {
  1098.             "body": "Joy19"
  1099.         },
  1100.         {
  1101.             "body": "Joy2"
  1102.         },
  1103.         {
  1104.             "body": "Joy20"
  1105.         },
  1106.         {
  1107.             "body": "Joy21"
  1108.         },
  1109.         {
  1110.             "body": "Joy22"
  1111.         },
  1112.         {
  1113.             "body": "Joy23"
  1114.         },
  1115.         {
  1116.             "body": "Joy24"
  1117.         },
  1118.         {
  1119.             "body": "Joy25"
  1120.         },
  1121.         {
  1122.             "body": "Joy26"
  1123.         },
  1124.         {
  1125.             "body": "Joy27"
  1126.         },
  1127.         {
  1128.             "body": "Joy28"
  1129.         },
  1130.         {
  1131.             "body": "Joy29"
  1132.         },
  1133.         {
  1134.             "body": "Joy3"
  1135.         },
  1136.         {
  1137.             "body": "Joy30"
  1138.         },
  1139.         {
  1140.             "body": "Joy31"
  1141.         },
  1142.         {
  1143.             "body": "Joy32"
  1144.         },
  1145.         {
  1146.             "body": "Joy4"
  1147.         },
  1148.         {
  1149.             "body": "Joy5"
  1150.         },
  1151.         {
  1152.             "body": "Joy6"
  1153.         },
  1154.         {
  1155.             "body": "Joy7"
  1156.         },
  1157.         {
  1158.             "body": "Joy8"
  1159.         },
  1160.         {
  1161.             "body": "Joy9"
  1162.         },
  1163.         {
  1164.             "body": "JoyAxes"
  1165.         },
  1166.         {
  1167.             "body": "JoyButtons"
  1168.         },
  1169.         {
  1170.             "body": "JoyInfo"
  1171.         },
  1172.         {
  1173.             "body": "JoyName"
  1174.         },
  1175.         {
  1176.             "body": "JoyPOV"
  1177.         },
  1178.         {
  1179.             "body": "JoyR"
  1180.         },
  1181.         {
  1182.             "body": "JoyU"
  1183.         },
  1184.         {
  1185.             "body": "JoyV"
  1186.         },
  1187.         {
  1188.             "body": "JoyX"
  1189.         },
  1190.         {
  1191.             "body": "JoyY"
  1192.         },
  1193.         {
  1194.             "body": "JoyZ"
  1195.         },
  1196.         {
  1197.             "body": "LAlt"
  1198.         },
  1199.         {
  1200.             "body": "Launch_App1"
  1201.         },
  1202.         {
  1203.             "body": "Launch_App2"
  1204.         },
  1205.         {
  1206.             "body": "Launch_Mail"
  1207.         },
  1208.         {
  1209.             "body": "Launch_Media"
  1210.         },
  1211.         {
  1212.             "body": "LButton"
  1213.         },
  1214.         {
  1215.             "body": "LControl"
  1216.         },
  1217.         {
  1218.             "body": "LCtrl"
  1219.         },
  1220.         {
  1221.             "body": "Left"
  1222.         },
  1223.         {
  1224.             "body": "LShift"
  1225.         },
  1226.         {
  1227.             "body": "LWin"
  1228.         },
  1229.         {
  1230.             "body": "MButton"
  1231.         },
  1232.         {
  1233.             "body": "Media_Next"
  1234.         },
  1235.         {
  1236.             "body": "Media_Play_Pause"
  1237.         },
  1238.         {
  1239.             "body": "Media_Prev"
  1240.         },
  1241.         {
  1242.             "body": "Media_Stop"
  1243.         },
  1244.         {
  1245.             "body": "NumLock"
  1246.         },
  1247.         {
  1248.             "body": "Numpad0"
  1249.         },
  1250.         {
  1251.             "body": "Numpad1"
  1252.         },
  1253.         {
  1254.             "body": "Numpad2"
  1255.         },
  1256.         {
  1257.             "body": "Numpad3"
  1258.         },
  1259.         {
  1260.             "body": "Numpad4"
  1261.         },
  1262.         {
  1263.             "body": "Numpad5"
  1264.         },
  1265.         {
  1266.             "body": "Numpad6"
  1267.         },
  1268.         {
  1269.             "body": "Numpad7"
  1270.         },
  1271.         {
  1272.             "body": "Numpad8"
  1273.         },
  1274.         {
  1275.             "body": "Numpad9"
  1276.         },
  1277.         {
  1278.             "body": "NumpadAdd"
  1279.         },
  1280.         {
  1281.             "body": "NumpadClear"
  1282.         },
  1283.         {
  1284.             "body": "NumpadDel"
  1285.         },
  1286.         {
  1287.             "body": "NumpadDiv"
  1288.         },
  1289.         {
  1290.             "body": "NumpadDot"
  1291.         },
  1292.         {
  1293.             "body": "NumpadDown"
  1294.         },
  1295.         {
  1296.             "body": "NumpadEnd"
  1297.         },
  1298.         {
  1299.             "body": "NumpadEnter"
  1300.         },
  1301.         {
  1302.             "body": "NumpadHome"
  1303.         },
  1304.         {
  1305.             "body": "NumpadIns"
  1306.         },
  1307.         {
  1308.             "body": "NumpadLeft"
  1309.         },
  1310.         {
  1311.             "body": "NumpadMult"
  1312.         },
  1313.         {
  1314.             "body": "NumpadPgdn"
  1315.         },
  1316.         {
  1317.             "body": "NumpadPgup"
  1318.         },
  1319.         {
  1320.             "body": "NumpadRight"
  1321.         },
  1322.         {
  1323.             "body": "NumpadSub"
  1324.         },
  1325.         {
  1326.             "body": "NumpadUp"
  1327.         },
  1328.         {
  1329.             "body": "PgDn"
  1330.         },
  1331.         {
  1332.             "body": "PgUp"
  1333.         },
  1334.         {
  1335.             "body": "PrintScreen"
  1336.         },
  1337.         {
  1338.             "body": "RAlt"
  1339.         },
  1340.         {
  1341.             "body": "RButton"
  1342.         },
  1343.         {
  1344.             "body": "RControl"
  1345.         },
  1346.         {
  1347.             "body": "RCtrl"
  1348.         },
  1349.         {
  1350.             "body": "Right"
  1351.         },
  1352.         {
  1353.             "body": "RShift"
  1354.         },
  1355.         {
  1356.             "body": "RWin"
  1357.         },
  1358.         {
  1359.             "body": "ScrollLock"
  1360.         },
  1361.         {
  1362.             "body": "Shift"
  1363.         },
  1364.         {
  1365.             "body": "ShiftAltTab"
  1366.         },
  1367.         {
  1368.             "body": "Space"
  1369.         },
  1370.         {
  1371.             "body": "Tab"
  1372.         },
  1373.         {
  1374.             "body": "Up"
  1375.         },
  1376.         {
  1377.             "body": "Volume_Down"
  1378.         },
  1379.         {
  1380.             "body": "Volume_Mute"
  1381.         },
  1382.         {
  1383.             "body": "Volume_Up"
  1384.         },
  1385.         {
  1386.             "body": "WheelDown"
  1387.         },
  1388.         {
  1389.             "body": "WheelLeft"
  1390.         },
  1391.         {
  1392.             "body": "WheelRight"
  1393.         },
  1394.         {
  1395.             "body": "WheelUp"
  1396.         },
  1397.         {
  1398.             "body": "XButton1"
  1399.         },
  1400.         {
  1401.             "body": "XButton2"
  1402.         }
  1403.     ]
  1404. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement