Skip to content

Commit

Permalink
add GuiControl
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Nov 13, 2022
1 parent 7118fc4 commit 55e7a6e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 26 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ AHK_X11 can be used completely without a terminal. You can however if you want u
<details><summary><strong>CLICK TO SEE WHICH COMMANDS ARE IMPLEMENTED AND WHICH ARE MISSING</strong>. Note however that this is not very representative. For example, no `Gui` sub command is included in the listing. For a better overview on what is already done, skim through the <a href="https://phil294.github.io/AHK_X11">docs</a>.</summary>

```diff
DONE ?% (82/217):
DONE ?% (83/217):
+ Else, { ... }, Break, Continue, Return, Exit, GoSub, GoTo, IfEqual, Loop, SetEnv, Sleep, FileCopy,
+ SetTimer, WinActivate, MsgBox, Gui, SendRaw, #Persistent, ExitApp,
+ EnvAdd, EnvSub, EnvMult, EnvDiv, ControlSendRaw, IfWinExist/IfWinNotExist, SetWorkingDir,
Expand All @@ -67,7 +67,7 @@ DONE ?% (82/217):
+ StringGetPos, StringLeft, StringLen, StringLower, StringMid, StringReplace, StringRight,
+ StringUpper, Suspend, URLDownloadToFile, WinClose, WinGetPos, WinKill, WinMaximize, WinMinimize,
+ WinMove, WinRestore, MouseGetPos, MouseMove, GetKeyState, KeyWait, ControlClick, WinGetText,
+ WinGetTitle, WinGetClass, PixelGetColor, CoordMode
+ WinGetTitle, WinGetClass, PixelGetColor, CoordMode, GuiControl

NEW 3% (6/217): (not part of spec or from a more recent version)
@@ Echo, ahk_x11_print_vars, FileRead, RegExGetPos, RegExReplace, EnvGet @@
Expand All @@ -81,15 +81,15 @@ REMOVED 6% (12/217):
# AutoTrim: It's always Off. It would not differentiate between %a_space% and %some_var%.
# It's possible but needs significant work.

TO DO ?% (113/217): alphabetically
TO DO ?% (112/217): alphabetically
- BlockInput, ClipWait, Control, ControlFocus, ControlGet, ControlGetFocus,
- ControlGetPos, ControlGetText, ControlMove, ControlSetText,
- DetectHiddenText, DetectHiddenWindows, Drive, DriveGet, DriveSpaceFree,
- FileCopyDir, FileCreateShortcut,
- FileInstall, FileGetAttrib, FileGetShortcut, FileGetSize, FileGetTime, FileGetVersion,
- FileMove, FileMoveDir, FileRecycle, FileRecycleEmpty, FileRemoveDir,
- FormatTime, GroupActivate, GroupAdd,
- GroupClose, GroupDeactivate, GuiControl, GuiControlGet,
- GroupClose, GroupDeactivate, GuiControlGet,
- If var [not] in/contains MatchList, If var is [not] type, Input,
- InputBox, KeyHistory, ListHotkeys, ListLines, ListVars, Loop (parse a string),
- MouseClickDrag, OnExit, PixelSearch,
Expand Down
Loading

0 comments on commit 55e7a6e

Please sign in to comment.