Skip to content

Commit 66f25ba

Browse files
committed
add another exmaples for applications
1 parent 2a0964a commit 66f25ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ If you add any of above lines to VimGroup, vim_ahk works on OneNote.
7979
But if you set `ahk_class ApplicationFrameWindow` or `ahk_exe ApplicationFrameHost.exe`,
8080
vim_ahk also works on other applications which use these Class/Process name (most of applications installed from Microsoft Store).
8181

82+
Another examples:
83+
84+
* Excel:
85+
86+
ahk_exe EXCEL.EXE
87+
88+
* LibreOffice:
89+
90+
ahk_exe soffice.bin
91+
8292
## Options
8393

8494
|Option|Description|Default|

0 commit comments

Comments
 (0)