home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 August - Disc 1 / PCNET_CD_2006_08_1.iso / shareware / AutoHotkey104407_Install.exe / Extras / AutoHotkey.stx < prev    next >
Encoding:
EditPlus Syntax  |  2006-05-14  |  11.7 KB  |  1,063 lines

  1. #TITLE=AutoHotkey
  2. ; AutoHotkey syntax file
  3. #DELIMITER=,`=:\{}
  4. #QUOTATION1="
  5. #QUOTATION2=%
  6. #LINECOMMENT=;
  7. #COMMENTON=/*
  8. #COMMENTOFF=*/
  9. #ESCAPE=`
  10.  
  11. #KEYWORD=Commands and Directives
  12. ^#AllowSameLineComments
  13. ^#ClipboardTimeout
  14. ^#CommentFlag
  15. ^#ErrorStdOut
  16. ^#EscapeChar
  17. ^#HotkeyInterval
  18. ^#HotkeyModifierTimeout
  19. ^#Hotstring
  20. ^#IfWinActive
  21. ^#IfWinExist
  22. ^#IfWinNotActive
  23. ^#IfWinNotExist
  24. ^#Include
  25. ^#IncludeAgain
  26. ^#InstallKeybdHook
  27. ^#InstallMouseHook
  28. ^#KeyHistory
  29. ^#LTrim
  30. ^#MaxHotkeysPerInterval
  31. ^#MaxMem
  32. ^#MaxThreads
  33. ^#MaxThreadsBuffer
  34. ^#MaxThreadsPerHotkey
  35. ^#NoEnv
  36. ^#NoTrayIcon
  37. ^#Persistent
  38. ^#SingleInstance
  39. ^#UseHook
  40. ^#WinActivateForce
  41. AutoTrim
  42. BlockInput
  43. Break
  44. Click
  45. ClipWait
  46. Continue
  47. Control
  48. ControlClick
  49. ControlFocus
  50. ControlGet
  51. ControlGetFocus
  52. ControlGetPos
  53. ControlGetText
  54. ControlMove
  55. ControlSend
  56. ControlSendRaw
  57. ControlSetText
  58. CoordMode
  59. Critical
  60. DetectHiddenText
  61. DetectHiddenWindows
  62. Drive
  63. DriveGet
  64. DriveSpaceFree
  65. Edit
  66. Else
  67. EnvAdd
  68. EnvDiv
  69. EnvGet
  70. EnvMult
  71. EnvSet
  72. EnvSub
  73. EnvUpdate
  74. Exit
  75. ExitApp
  76. FileAppend
  77. FileCopy
  78. FileCopyDir
  79. FileCreateDir
  80. FileCreateShortcut
  81. FileDelete
  82. FileGetAttrib
  83. FileGetShortcut
  84. FileGetSize
  85. FileGetTime
  86. FileGetVersion
  87. FileInstall
  88. FileMove
  89. FileMoveDir
  90. FileRead
  91. FileReadLine
  92. FileRecycle
  93. FileRecycleEmpty
  94. FileRemoveDir
  95. FileSelectFile
  96. FileSelectFolder
  97. FileSetAttrib
  98. FileSetTime
  99. FormatTime
  100. GetKeyState
  101. Gosub
  102. Goto
  103. GroupActivate
  104. GroupAdd
  105. GroupClose
  106. GroupDeactivate
  107. Gui
  108. GuiControl
  109. GuiControlGet
  110. Hotkey
  111. If
  112. IfEqual
  113. IfExist
  114. IfGreater
  115. IfGreaterOrEqual
  116. IfInString
  117. IfLess
  118. IfLessOrEqual
  119. IfMsgBox
  120. IfNotEqual
  121. IfNotExist
  122. IfNotInString
  123. IfWinActive
  124. IfWinExist
  125. IfWinNotActive
  126. IfWinNotExist
  127. ImageSearch
  128. IniDelete
  129. IniRead
  130. IniWrite
  131. Input
  132. InputBox
  133. KeyHistory
  134. KeyWait
  135. ListHotkeys
  136. ListLines
  137. ListVars
  138. Loop
  139. Menu
  140. MouseClick
  141. MouseClickDrag
  142. MouseGetPos
  143. MouseMove
  144. MsgBox
  145. OnExit
  146. OutputDebug
  147. Pause
  148. PixelGetColor
  149. Pixelsearch
  150. PostMessage
  151. Process
  152. Progress
  153. Random
  154. RegDelete
  155. RegRead
  156. RegWrite
  157. Reload
  158. Repeat
  159. Return
  160. Run
  161. RunAs
  162. RunWait
  163. Send
  164. SendEvent
  165. SendInput
  166. SendMessage
  167. SendMode
  168. SendPlay
  169. SendRaw
  170. SetBatchLines
  171. SetCapsLockState
  172. SetControlDelay
  173. SetDefaultMouseSpeed
  174. SetEnv
  175. SetFormat
  176. SetKeyDelay
  177. SetMouseDelay
  178. SetNumLockState
  179. SetScrollLockState
  180. SetStoreCapslockMode
  181. SetTimer
  182. SetTitleMatchMode
  183. SetWinDelay
  184. SetWorkingDir
  185. Shutdown
  186. Sleep
  187. Sort
  188. SoundBeep
  189. SoundGet
  190. SoundGetWaveVolume
  191. SoundPlay
  192. SoundSet
  193. SoundSetWaveVolume
  194. SplashImage
  195. SplashTextOff
  196. SplashTextOn
  197. SplitPath
  198. StatusBarGetText
  199. StatusBarWait
  200. StringCaseSense
  201. StringGetPos
  202. StringLeft
  203. StringLen
  204. StringLower
  205. StringMid
  206. StringReplace
  207. StringRight
  208. StringSplit
  209. StringTrimLeft
  210. StringTrimRight
  211. StringUpper
  212. Suspend
  213. SysGet
  214. Thread
  215. ToolTip
  216. Transform
  217. TrayTip
  218. URLDownloadToFile
  219. WinActivate
  220. WinActivateBottom
  221. WinClose
  222. WinGet
  223. WinGetActiveStats
  224. WinGetActiveTitle
  225. WinGetClass
  226. WinGetPos
  227. WinGetText
  228. WinGetTitle
  229. WinHide
  230. WinKill
  231. WinMaximize
  232. WinMenuSelectItem
  233. WinMinimize
  234. WinMinimizeAll
  235. WinMinimizeAllUndo
  236. WinMove
  237. WinRestore
  238. WinSet
  239. WinSetTitle
  240. WinShow
  241. WinWait
  242. WinWaitActive
  243. WinWaitClose
  244. WinWaitNotActive
  245.  
  246. #KEYWORD=Special Keywords
  247. ; Used with CoordMode or PixelXXX commands:
  248. Pixel
  249. Mouse
  250. Screen
  251. Relative
  252. RGB
  253. ; Continuation sections:
  254. LTrim
  255. RTrim
  256. Join
  257. ; Priority of processes
  258. Low
  259. BelowNormal
  260. Normal
  261. AboveNormal
  262. High
  263. Realtime
  264. ; Keywords inside the WinTitle parameter of various commands:
  265. ahk_id
  266. ahk_pid
  267. ahk_class
  268. ahk_group
  269. ; Used with SetFormat and/or "if Var is [not] type" & BETWEEN/IN
  270. Between
  271. Contains
  272. In
  273. Is
  274. Integer
  275. Float
  276. Number
  277. Digit
  278. Xdigit
  279. Alpha
  280. Upper
  281. Lower
  282. Alnum
  283. Time
  284. Date
  285. ; Omitted because it's a key name too: SPACE
  286. ; Expression keywords:
  287. Not
  288. Or
  289. And
  290. ; Used with Drive/DriveGet and/or WinGet/WinSet:
  291. AlwaysOnTop
  292. Topmost
  293. Top
  294. Bottom
  295. Transparent
  296. TransColor
  297. Redraw
  298. Region
  299. ID
  300. IDLast
  301. ProcessName
  302. MinMax
  303. ControlList
  304. Count
  305. List
  306. Capacity
  307. StatusCD
  308. Eject
  309. Lock
  310. Unlock
  311. Label
  312. FileSystem
  313. Label
  314. SetLabel
  315. Serial
  316. Type
  317. Status
  318. ; For functions:
  319. static
  320. global
  321. local
  322. ByRef
  323. ; Time units for use with addition and subtraction:
  324. Seconds
  325. Minutes
  326. Hours
  327. Days
  328. ; For use with the Loop command:
  329. Read
  330. Parse
  331. ; A_ExitReason
  332. Logoff
  333. Close
  334. Error
  335. Single
  336. ; The following are Commented out because they are already a keywords due to being a commands:
  337. ;Shutdown
  338. ;Menu
  339. ;Exit
  340. ;Reload
  341. ; Keywords used with the "menu" command:
  342. Tray
  343. Add
  344. Rename
  345. Check
  346. UnCheck
  347. ToggleCheck
  348. Enable
  349. Disable
  350. ToggleEnable
  351. Default
  352. NoDefault
  353. Standard
  354. NoStandard
  355. Color
  356. Delete
  357. DeleteAll
  358. Icon
  359. NoIcon
  360. Tip
  361. Click
  362. Show
  363. MainWindow
  364. NoMainWindow
  365. UseErrorLevel
  366. ; Gui control types (note that Edit, Progress and Hotkey aren't included since they are already command keywords):
  367. Text
  368. Picture
  369. Pic
  370. GroupBox
  371. Button
  372. Checkbox
  373. Radio
  374. DropDownList
  375. DDL
  376. ComboBox
  377. ListBox
  378. ListView
  379. DateTime
  380. MonthCal
  381. Slider
  382. StatusBar
  383. Tab
  384. TreeView
  385. UpDown
  386. ; ListView:
  387. IconSmall
  388. Tile
  389. Report
  390. SortDesc
  391. NoSort
  392. NoSortHdr
  393. Grid
  394. Hdr
  395. AutoSize
  396. Range
  397. ; General GUI keywords:
  398. xm
  399. ym
  400. ys
  401. xs
  402. xp
  403. yp
  404. Font
  405. Resize
  406. Owner
  407. Submit
  408. NoHide
  409. Minimize
  410. Maximize
  411. Restore
  412. NoActivate
  413. NA
  414. Cancel
  415. Destroy
  416. Center
  417. Margin
  418. OwnDialogs
  419. GuiEscape
  420. GuiClose
  421. GuiSize
  422. GuiContextMenu
  423. GuiDropFiles
  424. TabStop
  425. Section
  426. AltSubmit
  427. Wrap
  428. HScroll
  429. VScroll
  430. Border
  431. Top
  432. Bottom
  433. Buttons
  434. Expand
  435. First
  436. ImageList
  437. Lines
  438. WantCtrlA
  439. WantF2
  440. Vis
  441. VisFirst
  442. Number
  443. Uppercase
  444. Lowercase
  445. Limit
  446. Password
  447. Multi
  448. WantReturn
  449. Group
  450. Background
  451. bold
  452. italic
  453. strike
  454. underline
  455. norm
  456. BackgroundTrans
  457. Theme
  458. Caption
  459. Delimiter
  460. MinimizeBox
  461. MaximizeBox
  462. SysMenu
  463. ToolWindow
  464. Flash
  465. Style
  466. ExStyle
  467. Check3
  468. Checked
  469. CheckedGray
  470. ReadOnly
  471. Password
  472. Hidden
  473. Left
  474. Right
  475. Center
  476. NoTab
  477. Section
  478. Move
  479. Focus
  480. Hide
  481. Choose
  482. ChooseString
  483. Text
  484. Pos
  485. Enabled
  486. Disabled
  487. Visible
  488. LastFound
  489. LastFoundExist
  490. ; Already included with menu:
  491. ;Show
  492. ;Menu
  493. ;Color
  494. ;Edit
  495. ;Default
  496. ;Enable
  497. ;Disable
  498. ;Default
  499. ; Keywords used with the Hotkey command:
  500. AltTab
  501. ShiftAltTab
  502. AltTabMenu
  503. AltTabAndMenu
  504. AltTabMenuDismiss
  505. ; Keywords used with the Thread/Process commands
  506. NoTimers
  507. Interrupt
  508. Priority
  509. WaitClose
  510. Wait
  511. Exist
  512. Close
  513. ; Keywords for Send (these key names are also listed in Keys.txt, but without braces):
  514. {Blind}
  515. {Click}
  516. {Raw}
  517. {AltDown}
  518. {AltUp}
  519. {ShiftDown}
  520. {ShiftUp}
  521. {CtrlDown}
  522. {CtrlUp}
  523. {LWinDown}
  524. {LWinUp}
  525. {RWinDown}
  526. {RWinUp}
  527. ; Keywords used with the Transform command:
  528. Unicode
  529. Asc
  530. Chr
  531. Deref
  532. Mod
  533. Pow
  534. Exp
  535. Sqrt
  536. Log
  537. Ln
  538. Round
  539. Ceil
  540. Floor
  541. Abs
  542. Sin
  543. Cos
  544. Tan
  545. ASin
  546. ACos
  547. ATan
  548. BitNot
  549. BitAnd
  550. BitOr
  551. BitXOr
  552. BitShiftLeft
  553. BitShiftRight
  554. ; Keywords used with "IfMsgBox":
  555. Yes
  556. No
  557. Ok
  558. Cancel
  559. Abort
  560. Retry
  561. Ignore
  562. ; Misc. eywords used with various commands:
  563. On
  564. Off
  565. All
  566. ; Registry root keys:
  567. HKEY_LOCAL_MACHINE
  568. HKEY_USERS
  569. HKEY_CURRENT_USER
  570. HKEY_CLASSES_ROOT
  571. HKEY_CURRENT_CONFIG
  572. HKLM
  573. HKU
  574. HKCU
  575. HKCR
  576. HKCC
  577. ; Registry value types:
  578. REG_SZ
  579. REG_EXPAND_SZ
  580. REG_MULTI_SZ
  581. REG_DWORD
  582. REG_BINARY
  583. A_AhkPath
  584. A_AhkVersion
  585. A_AppData
  586. A_AppDataCommon
  587. A_AutoTrim
  588. A_BatchLines
  589. A_CaretX
  590. A_CaretY
  591. A_ComputerName
  592. A_ControlDelay
  593. A_Cursor
  594. A_DD
  595. A_DDD
  596. A_DDDD
  597. A_DefaultMouseSpeed
  598. A_Desktop
  599. A_DesktopCommon
  600. A_DetectHiddenText
  601. A_DetectHiddenWindows
  602. A_EndChar
  603. A_EventInfo
  604. A_ExitReason
  605. A_FormatFloat
  606. A_FormatInteger
  607. A_Gui
  608. A_GuiEvent
  609. A_GuiControl
  610. A_GuiControlEvent
  611. A_GuiHeight
  612. A_GuiWidth
  613. A_GuiX
  614. A_GuiY
  615. A_Hour
  616. A_IconFile
  617. A_IconHidden
  618. A_IconNumber
  619. A_IconTip
  620. A_Index
  621. A_IPAddress1
  622. A_IPAddress2
  623. A_IPAddress3
  624. A_IPAddress4
  625. A_ISAdmin
  626. A_IsCompiled
  627. A_IsSuspended
  628. A_KeyDelay
  629. A_Language
  630. A_LastError
  631. A_LineFile
  632. A_LineNumber
  633. A_LoopField
  634. A_LoopFileAttrib
  635. A_LoopFileDir
  636. A_LoopFileExt
  637. A_LoopFileFullPath
  638. A_LoopFileLongPath
  639. A_LoopFileName
  640. A_LoopFileShortName
  641. A_LoopFileShortPath
  642. A_LoopFileSize
  643. A_LoopFileSizeKB
  644. A_LoopFileSizeMB
  645. A_LoopFileTimeAccessed
  646. A_LoopFileTimeCreated
  647. A_LoopFileTimeModified
  648. A_LoopReadLine
  649. A_LoopRegKey
  650. A_LoopRegName
  651. A_LoopRegSubkey
  652. A_LoopRegTimeModified
  653. A_LoopRegType
  654. A_MDAY
  655. A_Min
  656. A_MM
  657. A_MMM
  658. A_MMMM
  659. A_Mon
  660. A_MouseDelay
  661. A_MSec
  662. A_MyDocuments
  663. A_Now
  664. A_NowUTC
  665. A_NumBatchLines
  666. A_OSType
  667. A_OSVersion
  668. A_PriorHotkey
  669. A_ProgramFiles
  670. A_Programs
  671. A_ProgramsCommon
  672. A_ScreenHeight
  673. A_ScreenWidth
  674. A_ScriptDir
  675. A_ScriptFullPath
  676. A_ScriptName
  677. A_Sec
  678. A_Space
  679. A_StartMenu
  680. A_StartMenuCommon
  681. A_Startup
  682. A_StartupCommon
  683. A_StringCaseSense
  684. A_Tab
  685. A_Temp
  686. A_ThisHotkey
  687. A_ThisMenu
  688. A_ThisMenuItem
  689. A_ThisMenuItemPos
  690. A_TickCount
  691. A_TimeIdle
  692. A_TimeIdlePhysical
  693. A_TimeSincePriorHotkey
  694. A_TimeSinceThisHotkey
  695. A_TitleMatchMode
  696. A_TitleMatchModeSpeed
  697. A_UserName
  698. A_WDay
  699. A_WinDelay
  700. A_WinDir
  701. A_WorkingDir
  702. A_YDay
  703. A_YEAR
  704. A_YWeek
  705. A_YYYY
  706. Clipboard
  707. ClipboardAll
  708. ComSpec
  709. ErrorLevel
  710. ProgramFiles
  711. True
  712. False
  713.  
  714. #KEYWORD=Key Codes
  715. {^}
  716. {+}
  717. {!}
  718. {#}
  719. {~}
  720. {$}
  721. {`}
  722. Shift
  723. {Shift}
  724. LShift
  725. {LShift}
  726. RShift
  727. {RShift}
  728. Alt
  729. {Alt}
  730. LAlt
  731. {LAlt}
  732. RAlt
  733. {RAlt}
  734. Control
  735. {Control}
  736. LControl
  737. {LControl}
  738. RControl
  739. {RControl}
  740. Ctrl
  741. {Ctrl}
  742. LCtrl
  743. {LCtrl}
  744. RCtrl
  745. {RCtrl}
  746. LWin
  747. {LWin}
  748. RWin
  749. {RWin}
  750. AppsKey
  751. {AppsKey}
  752. AltDown
  753. {AltDown}
  754. AltUp
  755. {AltUp}
  756. ShiftDown
  757. {ShiftDown}
  758. ShiftUp
  759. {ShiftUp}
  760. CtrlDown
  761. {CtrlDown}
  762. CtrlUp
  763. {CtrlUp}
  764. LWinDown
  765. {LWinDown}
  766. LWinUp
  767. {LWinUp}
  768. RWinDown
  769. {RWinDown}
  770. RWinUp
  771. {RWinUp}
  772. LButton
  773. {LButton}
  774. RButton
  775. {RButton}
  776. MButton
  777. {MButton}
  778. WheelUp
  779. {WheelUp}
  780. WheelDown
  781. {WheelDown}
  782. XButton1
  783. {XButton1}
  784. XButton2
  785. {XButton2}
  786. Joy1
  787. {Joy1}
  788. Joy2
  789. {Joy2}
  790. Joy3
  791. {Joy3}
  792. Joy4
  793. {Joy4}
  794. Joy5
  795. {Joy5}
  796. Joy6
  797. {Joy6}
  798. Joy7
  799. {Joy7}
  800. Joy8
  801. {Joy8}
  802. Joy9
  803. {Joy9}
  804. Joy10
  805. {Joy10}
  806. Joy11
  807. {Joy11}
  808. Joy12
  809. {Joy12}
  810. Joy13
  811. {Joy13}
  812. Joy14
  813. {Joy14}
  814. Joy15
  815. {Joy15}
  816. Joy16
  817. {Joy16}
  818. Joy17
  819. {Joy17}
  820. Joy18
  821. {Joy18}
  822. Joy19
  823. {Joy19}
  824. Joy20
  825. {Joy20}
  826. Joy21
  827. {Joy21}
  828. Joy22
  829. {Joy22}
  830. Joy23
  831. {Joy23}
  832. Joy24
  833. {Joy24}
  834. Joy25
  835. {Joy25}
  836. Joy26
  837. {Joy26}
  838. Joy27
  839. {Joy27}
  840. Joy28
  841. {Joy28}
  842. Joy29
  843. {Joy29}
  844. Joy30
  845. {Joy30}
  846. Joy31
  847. {Joy31}
  848. Joy32
  849. {Joy32}
  850. JoyX
  851. {JoyX}
  852. JoyY
  853. {JoyY}
  854. JoyZ
  855. {JoyZ}
  856. JoyR
  857. {JoyR}
  858. JoyU
  859. {JoyU}
  860. JoyV
  861. {JoyV}
  862. JoyPOV
  863. {JoyPOV}
  864. JoyName
  865. {JoyName}
  866. JoyButtons
  867. {JoyButtons}
  868. JoyAxes
  869. {JoyAxes}
  870. JoyInfo
  871. {JoyInfo}
  872. Space
  873. {Space}
  874. Tab
  875. {Tab}
  876. Enter
  877. {Enter}
  878. ; Not this one since it's already a keyword (a command): RETURN
  879. Escape
  880. {Escape}
  881. Esc
  882. {Esc}
  883. BackSpace
  884. {BackSpace}
  885. BS
  886. {BS}
  887. Delete
  888. {Delete}
  889. Del
  890. {Del}
  891. Insert
  892. {Insert}
  893. Ins
  894. {Ins}
  895. PGUP
  896. {PGUP}
  897. PGDN
  898. {PGDN}
  899. Home
  900. {Home}
  901. End
  902. {End}
  903. Up
  904. {Up}
  905. Down
  906. {Down}
  907. Left
  908. {Left}
  909. Right
  910. {Right}
  911. PrintScreen
  912. {PrintScreen}
  913. CtrlBreak
  914. {CtrlBreak}
  915. Pause
  916. {Pause}
  917. ScrollLock
  918. {ScrollLock}
  919. CapsLock
  920. {CapsLock}
  921. NumLock
  922. {NumLock}
  923. Numpad0
  924. {Numpad0}
  925. Numpad1
  926. {Numpad1}
  927. Numpad2
  928. {Numpad2}
  929. Numpad3
  930. {Numpad3}
  931. Numpad4
  932. {Numpad4}
  933. Numpad5
  934. {Numpad5}
  935. Numpad6
  936. {Numpad6}
  937. Numpad7
  938. {Numpad7}
  939. Numpad8
  940. {Numpad8}
  941. Numpad9
  942. {Numpad9}
  943. NumpadMult
  944. {NumpadMult}
  945. NumpadAdd
  946. {NumpadAdd}
  947. NumpadSub
  948. {NumpadSub}
  949. NumpadDiv
  950. {NumpadDiv}
  951. NumpadDot
  952. {NumpadDot}
  953. NumpadDel
  954. {NumpadDel}
  955. NumpadIns
  956. {NumpadIns}
  957. NumpadClear
  958. {NumpadClear}
  959. NumpadUp
  960. {NumpadUp}
  961. NumpadDown
  962. {NumpadDown}
  963. NumpadLeft
  964. {NumpadLeft}
  965. NumpadRight
  966. {NumpadRight}
  967. NumpadHome
  968. {NumpadHome}
  969. NumpadEnd
  970. {NumpadEnd}
  971. NumpadPgup
  972. {NumpadPgup}
  973. NumpadPgdn
  974. {NumpadPgdn}
  975. NumpadEnter
  976. {NumpadEnter}
  977. F1
  978. {F1}
  979. F2
  980. {F2}
  981. F3
  982. {F3}
  983. F4
  984. {F4}
  985. F5
  986. {F5}
  987. F6
  988. {F6}
  989. F7
  990. {F7}
  991. F8
  992. {F8}
  993. F9
  994. {F9}
  995. F10
  996. {F10}
  997. F11
  998. {F11}
  999. F12
  1000. {F12}
  1001. F13
  1002. {F13}
  1003. F14
  1004. {F14}
  1005. F15
  1006. {F15}
  1007. F16
  1008. {F16}
  1009. F17
  1010. {F17}
  1011. F18
  1012. {F18}
  1013. F19
  1014. {F19}
  1015. F20
  1016. {F20}
  1017. F21
  1018. {F21}
  1019. F22
  1020. {F22}
  1021. F23
  1022. {F23}
  1023. F24
  1024. {F24}
  1025. Browser_Back
  1026. {Browser_Back}
  1027. Browser_Forward
  1028. {Browser_Forward}
  1029. Browser_Refresh
  1030. {Browser_Refresh}
  1031. Browser_Stop
  1032. {Browser_Stop}
  1033. Browser_Search
  1034. {Browser_Search}
  1035. Browser_Favorites
  1036. {Browser_Favorites}
  1037. Browser_Home
  1038. {Browser_Home}
  1039. Volume_Mute
  1040. {Volume_Mute}
  1041. Volume_Down
  1042. {Volume_Down}
  1043. Volume_Up
  1044. {Volume_Up}
  1045. Media_Next
  1046. {Media_Next}
  1047. Media_Prev
  1048. {Media_Prev}
  1049. Media_Stop
  1050. {Media_Stop}
  1051. Media_Play_Pause
  1052. {Media_Play_Pause}
  1053. Launch_Mail
  1054. {Launch_Mail}
  1055. Launch_Media
  1056. {Launch_Media}
  1057. Launch_App1
  1058. {Launch_App1}
  1059. Launch_App2
  1060. {Launch_App2}
  1061.  
  1062. #
  1063.