basic Lua 5.4 implementation with few example commands
This commit is contained in:
parent
c9b9482cc8
commit
c4a774b5cf
35 changed files with 2554 additions and 460 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[[commands]]
|
||||
id = "browser_open"
|
||||
action = "ahk"
|
||||
type = "ahk"
|
||||
exe_path = "ahk/Run browser.exe"
|
||||
sounds.ru = ["ok1", "ok2", "ok3", "ok4"]
|
||||
sounds.en = ["ok1", "ok2", "ok3"]
|
||||
|
|
@ -36,7 +36,7 @@ phrases.ua = [
|
|||
|
||||
[[commands]]
|
||||
id = "browser_close"
|
||||
action = "ahk"
|
||||
type = "ahk"
|
||||
exe_path = "ahk/Close browser.exe"
|
||||
sounds.ru = ["ok1", "ok2", "ok3", "ok4"]
|
||||
sounds.en = ["ok1", "ok2", "ok3"]
|
||||
|
|
@ -64,7 +64,7 @@ phrases.ua = [
|
|||
|
||||
[[commands]]
|
||||
id = "open_google"
|
||||
action = "ahk"
|
||||
type = "ahk"
|
||||
exe_path = "ahk/Run website.exe"
|
||||
exe_args = ["http://google.com"]
|
||||
sounds.ru = ["ok1", "ok2", "ok3", "ok4"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue