home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 3 / PCNET_CD_2006_10_3.iso / apps / AutoHotkey104411_Install.exe / Extras / AutoHotkey.stx < prev    next >
Encoding:
EditPlus Syntax  |  2006-09-06  |  11.8 KB  |  1,064 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" ("continue" is not present here because it's a command too):
  555. Yes
  556. No
  557. Ok
  558. Cancel
  559. Abort
  560. Retry
  561. Ignore
  562. TryAgain
  563. ; Misc. eywords used with various commands:
  564. On
  565. Off
  566. All
  567. ; Registry root keys:
  568. HKEY_LOCAL_MACHINE
  569. HKEY_USERS
  570. HKEY_CURRENT_USER
  571. HKEY_CLASSES_ROOT
  572. HKEY_CURRENT_CONFIG
  573. HKLM
  574. HKU
  575. HKCU
  576. HKCR
  577. HKCC
  578. ; Registry value types:
  579. REG_SZ
  580. REG_EXPAND_SZ
  581. REG_MULTI_SZ
  582. REG_DWORD
  583. REG_BINARY
  584. A_AhkPath
  585. A_AhkVersion
  586. A_AppData
  587. A_AppDataCommon
  588. A_AutoTrim
  589. A_BatchLines
  590. A_CaretX
  591. A_CaretY
  592. A_ComputerName
  593. A_ControlDelay
  594. A_Cursor
  595. A_DD
  596. A_DDD
  597. A_DDDD
  598. A_DefaultMouseSpeed
  599. A_Desktop
  600. A_DesktopCommon
  601. A_DetectHiddenText
  602. A_DetectHiddenWindows
  603. A_EndChar
  604. A_EventInfo
  605. A_ExitReason
  606. A_FormatFloat
  607. A_FormatInteger
  608. A_Gui
  609. A_GuiEvent
  610. A_GuiControl
  611. A_GuiControlEvent
  612. A_GuiHeight
  613. A_GuiWidth
  614. A_GuiX
  615. A_GuiY
  616. A_Hour
  617. A_IconFile
  618. A_IconHidden
  619. A_IconNumber
  620. A_IconTip
  621. A_Index
  622. A_IPAddress1
  623. A_IPAddress2
  624. A_IPAddress3
  625. A_IPAddress4
  626. A_ISAdmin
  627. A_IsCompiled
  628. A_IsSuspended
  629. A_KeyDelay
  630. A_Language
  631. A_LastError
  632. A_LineFile
  633. A_LineNumber
  634. A_LoopField
  635. A_LoopFileAttrib
  636. A_LoopFileDir
  637. A_LoopFileExt
  638. A_LoopFileFullPath
  639. A_LoopFileLongPath
  640. A_LoopFileName
  641. A_LoopFileShortName
  642. A_LoopFileShortPath
  643. A_LoopFileSize
  644. A_LoopFileSizeKB
  645. A_LoopFileSizeMB
  646. A_LoopFileTimeAccessed
  647. A_LoopFileTimeCreated
  648. A_LoopFileTimeModified
  649. A_LoopReadLine
  650. A_LoopRegKey
  651. A_LoopRegName
  652. A_LoopRegSubkey
  653. A_LoopRegTimeModified
  654. A_LoopRegType
  655. A_MDAY
  656. A_Min
  657. A_MM
  658. A_MMM
  659. A_MMMM
  660. A_Mon
  661. A_MouseDelay
  662. A_MSec
  663. A_MyDocuments
  664. A_Now
  665. A_NowUTC
  666. A_NumBatchLines
  667. A_OSType
  668. A_OSVersion
  669. A_PriorHotkey
  670. A_ProgramFiles
  671. A_Programs
  672. A_ProgramsCommon
  673. A_ScreenHeight
  674. A_ScreenWidth
  675. A_ScriptDir
  676. A_ScriptFullPath
  677. A_ScriptName
  678. A_Sec
  679. A_Space
  680. A_StartMenu
  681. A_StartMenuCommon
  682. A_Startup
  683. A_StartupCommon
  684. A_StringCaseSense
  685. A_Tab
  686. A_Temp
  687. A_ThisHotkey
  688. A_ThisMenu
  689. A_ThisMenuItem
  690. A_ThisMenuItemPos
  691. A_TickCount
  692. A_TimeIdle
  693. A_TimeIdlePhysical
  694. A_TimeSincePriorHotkey
  695. A_TimeSinceThisHotkey
  696. A_TitleMatchMode
  697. A_TitleMatchModeSpeed
  698. A_UserName
  699. A_WDay
  700. A_WinDelay
  701. A_WinDir
  702. A_WorkingDir
  703. A_YDay
  704. A_YEAR
  705. A_YWeek
  706. A_YYYY
  707. Clipboard
  708. ClipboardAll
  709. ComSpec
  710. ErrorLevel
  711. ProgramFiles
  712. True
  713. False
  714.  
  715. #KEYWORD=Key Codes
  716. {^}
  717. {+}
  718. {!}
  719. {#}
  720. {~}
  721. {$}
  722. {`}
  723. Shift
  724. {Shift}
  725. LShift
  726. {LShift}
  727. RShift
  728. {RShift}
  729. Alt
  730. {Alt}
  731. LAlt
  732. {LAlt}
  733. RAlt
  734. {RAlt}
  735. Control
  736. {Control}
  737. LControl
  738. {LControl}
  739. RControl
  740. {RControl}
  741. Ctrl
  742. {Ctrl}
  743. LCtrl
  744. {LCtrl}
  745. RCtrl
  746. {RCtrl}
  747. LWin
  748. {LWin}
  749. RWin
  750. {RWin}
  751. AppsKey
  752. {AppsKey}
  753. AltDown
  754. {AltDown}
  755. AltUp
  756. {AltUp}
  757. ShiftDown
  758. {ShiftDown}
  759. ShiftUp
  760. {ShiftUp}
  761. CtrlDown
  762. {CtrlDown}
  763. CtrlUp
  764. {CtrlUp}
  765. LWinDown
  766. {LWinDown}
  767. LWinUp
  768. {LWinUp}
  769. RWinDown
  770. {RWinDown}
  771. RWinUp
  772. {RWinUp}
  773. LButton
  774. {LButton}
  775. RButton
  776. {RButton}
  777. MButton
  778. {MButton}
  779. WheelUp
  780. {WheelUp}
  781. WheelDown
  782. {WheelDown}
  783. XButton1
  784. {XButton1}
  785. XButton2
  786. {XButton2}
  787. Joy1
  788. {Joy1}
  789. Joy2
  790. {Joy2}
  791. Joy3
  792. {Joy3}
  793. Joy4
  794. {Joy4}
  795. Joy5
  796. {Joy5}
  797. Joy6
  798. {Joy6}
  799. Joy7
  800. {Joy7}
  801. Joy8
  802. {Joy8}
  803. Joy9
  804. {Joy9}
  805. Joy10
  806. {Joy10}
  807. Joy11
  808. {Joy11}
  809. Joy12
  810. {Joy12}
  811. Joy13
  812. {Joy13}
  813. Joy14
  814. {Joy14}
  815. Joy15
  816. {Joy15}
  817. Joy16
  818. {Joy16}
  819. Joy17
  820. {Joy17}
  821. Joy18
  822. {Joy18}
  823. Joy19
  824. {Joy19}
  825. Joy20
  826. {Joy20}
  827. Joy21
  828. {Joy21}
  829. Joy22
  830. {Joy22}
  831. Joy23
  832. {Joy23}
  833. Joy24
  834. {Joy24}
  835. Joy25
  836. {Joy25}
  837. Joy26
  838. {Joy26}
  839. Joy27
  840. {Joy27}
  841. Joy28
  842. {Joy28}
  843. Joy29
  844. {Joy29}
  845. Joy30
  846. {Joy30}
  847. Joy31
  848. {Joy31}
  849. Joy32
  850. {Joy32}
  851. JoyX
  852. {JoyX}
  853. JoyY
  854. {JoyY}
  855. JoyZ
  856. {JoyZ}
  857. JoyR
  858. {JoyR}
  859. JoyU
  860. {JoyU}
  861. JoyV
  862. {JoyV}
  863. JoyPOV
  864. {JoyPOV}
  865. JoyName
  866. {JoyName}
  867. JoyButtons
  868. {JoyButtons}
  869. JoyAxes
  870. {JoyAxes}
  871. JoyInfo
  872. {JoyInfo}
  873. Space
  874. {Space}
  875. Tab
  876. {Tab}
  877. Enter
  878. {Enter}
  879. ; Not this one since it's already a keyword (a command): RETURN
  880. Escape
  881. {Escape}
  882. Esc
  883. {Esc}
  884. BackSpace
  885. {BackSpace}
  886. BS
  887. {BS}
  888. Delete
  889. {Delete}
  890. Del
  891. {Del}
  892. Insert
  893. {Insert}
  894. Ins
  895. {Ins}
  896. PGUP
  897. {PGUP}
  898. PGDN
  899. {PGDN}
  900. Home
  901. {Home}
  902. End
  903. {End}
  904. Up
  905. {Up}
  906. Down
  907. {Down}
  908. Left
  909. {Left}
  910. Right
  911. {Right}
  912. PrintScreen
  913. {PrintScreen}
  914. CtrlBreak
  915. {CtrlBreak}
  916. Pause
  917. {Pause}
  918. ScrollLock
  919. {ScrollLock}
  920. CapsLock
  921. {CapsLock}
  922. NumLock
  923. {NumLock}
  924. Numpad0
  925. {Numpad0}
  926. Numpad1
  927. {Numpad1}
  928. Numpad2
  929. {Numpad2}
  930. Numpad3
  931. {Numpad3}
  932. Numpad4
  933. {Numpad4}
  934. Numpad5
  935. {Numpad5}
  936. Numpad6
  937. {Numpad6}
  938. Numpad7
  939. {Numpad7}
  940. Numpad8
  941. {Numpad8}
  942. Numpad9
  943. {Numpad9}
  944. NumpadMult
  945. {NumpadMult}
  946. NumpadAdd
  947. {NumpadAdd}
  948. NumpadSub
  949. {NumpadSub}
  950. NumpadDiv
  951. {NumpadDiv}
  952. NumpadDot
  953. {NumpadDot}
  954. NumpadDel
  955. {NumpadDel}
  956. NumpadIns
  957. {NumpadIns}
  958. NumpadClear
  959. {NumpadClear}
  960. NumpadUp
  961. {NumpadUp}
  962. NumpadDown
  963. {NumpadDown}
  964. NumpadLeft
  965. {NumpadLeft}
  966. NumpadRight
  967. {NumpadRight}
  968. NumpadHome
  969. {NumpadHome}
  970. NumpadEnd
  971. {NumpadEnd}
  972. NumpadPgup
  973. {NumpadPgup}
  974. NumpadPgdn
  975. {NumpadPgdn}
  976. NumpadEnter
  977. {NumpadEnter}
  978. F1
  979. {F1}
  980. F2
  981. {F2}
  982. F3
  983. {F3}
  984. F4
  985. {F4}
  986. F5
  987. {F5}
  988. F6
  989. {F6}
  990. F7
  991. {F7}
  992. F8
  993. {F8}
  994. F9
  995. {F9}
  996. F10
  997. {F10}
  998. F11
  999. {F11}
  1000. F12
  1001. {F12}
  1002. F13
  1003. {F13}
  1004. F14
  1005. {F14}
  1006. F15
  1007. {F15}
  1008. F16
  1009. {F16}
  1010. F17
  1011. {F17}
  1012. F18
  1013. {F18}
  1014. F19
  1015. {F19}
  1016. F20
  1017. {F20}
  1018. F21
  1019. {F21}
  1020. F22
  1021. {F22}
  1022. F23
  1023. {F23}
  1024. F24
  1025. {F24}
  1026. Browser_Back
  1027. {Browser_Back}
  1028. Browser_Forward
  1029. {Browser_Forward}
  1030. Browser_Refresh
  1031. {Browser_Refresh}
  1032. Browser_Stop
  1033. {Browser_Stop}
  1034. Browser_Search
  1035. {Browser_Search}
  1036. Browser_Favorites
  1037. {Browser_Favorites}
  1038. Browser_Home
  1039. {Browser_Home}
  1040. Volume_Mute
  1041. {Volume_Mute}
  1042. Volume_Down
  1043. {Volume_Down}
  1044. Volume_Up
  1045. {Volume_Up}
  1046. Media_Next
  1047. {Media_Next}
  1048. Media_Prev
  1049. {Media_Prev}
  1050. Media_Stop
  1051. {Media_Stop}
  1052. Media_Play_Pause
  1053. {Media_Play_Pause}
  1054. Launch_Mail
  1055. {Launch_Mail}
  1056. Launch_Media
  1057. {Launch_Media}
  1058. Launch_App1
  1059. {Launch_App1}
  1060. Launch_App2
  1061. {Launch_App2}
  1062.  
  1063. #
  1064.