Commands fixes + New commands

This commit is contained in:
Abraham 2023-05-01 04:24:06 +05:00
parent 1033840325
commit fc764c0c85
60 changed files with 404 additions and 103 deletions

View file

@ -8,6 +8,4 @@ RegRead, BrowserFullCommand, HKEY_CLASSES_ROOT, %BrowserKeyName%\shell\open\comm
StringGetPos, pos, BrowserFullCommand, ",,1
pos := --pos
StringMid, BrowserPathandEXE, BrowserFullCommand, 2, %pos%
Run, % BrowserPathandEXE
Run, % BrowserPathandEXE

View file

@ -3,4 +3,9 @@
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Run C:/Program Files (x86)/Google/Chrome/Application/chrome.exe "https://google.com"
#Include _include.ahk
args = %1%
path := DefaultBrowser()
Run, %path% %args%

View file

@ -1,6 +0,0 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Run C:/Program Files (x86)/Google/Chrome/Application/chrome.exe "https://youtube.com"

View file

@ -0,0 +1,19 @@
DefaultBrowser() {
; Find the Registry key name for the default browser
RegRead, BrowserKeyName, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice, Progid
; Find the executable command associated with the above Registry key
RegRead, BrowserFullCommand, HKEY_CLASSES_ROOT, %BrowserKeyName%\shell\open\command
; The above RegRead will return the path and executable name of the brower contained within quotes and optional parameters
; We only want the text contained inside the first set of quotes which is the path and executable
; Find the ending quote position (we know the beginning quote is in position 0 so start searching at position 1)
StringGetPos, pos, BrowserFullCommand, ",,1
; Decrement the found position by one to work correctly with the StringMid function
pos := --pos
; Extract and return the path and executable of the browser
StringMid, BrowserPathandEXE, BrowserFullCommand, 2, %pos%
Return BrowserPathandEXE
}

View file

@ -2,7 +2,6 @@ list:
- command:
action: ahk
exe_path: ahk/Run browser.exe
exe_args:
voice:
sounds:
- ok1
@ -11,13 +10,14 @@ list:
phrases:
- открой браузер
- запусти браузер
- открой гугл хром
- открой хром
- гугл хром
- command:
action: ahk
exe_path: ahk/Run google.exe
exe_path: ahk/Run website.exe
exe_args:
- http://google.com
voice:
sounds:
- ok1
@ -26,14 +26,14 @@ list:
- ok4
phrases:
- открой гугл
- гугл
- запусти гугл
- перейди в гугл
- command:
action: ahk
exe_path: ahk/Run youtube.exe
exe_path: ahk/Run website.exe
exe_args:
- http://youtube.com
voice:
sounds:
- ok1
@ -43,4 +43,20 @@ list:
phrases:
- открой ютуб
- ютуб
- запусти ютуб
- запусти ютуб
- command:
action: ahk
exe_path: ahk/Run website.exe
exe_args:
- https://translate.google.com
voice:
sounds:
- ok1
- ok2
- ok3
- ok4
phrases:
- открой переводчик
- переводчик
- запусти переводчик

View file

@ -0,0 +1,31 @@
list:
- command:
action: cli
cli_cmd: calc
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- открой калькулятор
- покажи калькулятор
- запусти калькулятор
- калькулятор
- command:
action: cli
cli_cmd: taskkill
cli_args:
- /f
- /im
- CalculatorApp.exe
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- закрой калькулятор
- отключи калькулятор
- выключи калькулятор

View file

@ -0,0 +1,7 @@
WinKill, AHK_exe jarvis-app.exe
Process, Close, jarvis-app.exe
sleep 3000
Run shell:AppsFolder\com.priler.jarvis
sleep 2000
WinMinimize jarvis-app
WinMinimize Jarvis Voice Assistant

Binary file not shown.

View file

@ -1,8 +1,46 @@
list:
- command:
action: ahk
exe_path: ahk/reboot.exe
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- перезагрузись
- перезагрузи себя
- выполни перезагрузку
- command:
action: voice
voice:
sounds:
- stupid
phrases:
- ты дурак
- ты дебил
- ты глупый
- ты тупой
- command:
action: voice
voice:
sounds:
- thanks
phrases:
- спасибо
- молодец
- респект
- ты супер
- отличная работа
- ты крут
- ты большой молодец
- ты реально крут
- ты афигенный
- command:
action: voice
exe_path:
exe_args:
voice:
sounds:
- joke1
@ -29,8 +67,6 @@ list:
- command:
action: voice
exe_path:
exe_args:
voice:
sounds:
- thanks

View file

@ -0,0 +1,2 @@
WinKill, AHK_exe Steam.exe
Process, Close, Steam.exe

Binary file not shown.

View file

@ -0,0 +1,4 @@
WinKill, AHK_exe Steam.exe
Process, Close, Steam.exe
Run, steam://open/bigpicture

Binary file not shown.

View file

@ -0,0 +1,36 @@
list:
- command:
action: ahk
exe_path: ahk/Open steam.exe
voice:
sounds:
- game_mode
phrases:
- включи игровой режим
- перейди в игровой режим
- я хочу поиграть
- включи стим
- запусти стим
- открой стим
- command:
action: ahk
exe_path: ahk/Close steam.exe
voice:
sounds:
- ok1
- ok2
- ok3
- ok4
phrases:
- рабочий режим
- вернись в рабочий режим
- отключи игровой режим
- выйди из игрового режима
- выход с игрового режима
- рабочее пространство
- выключи игровой режим
- выключи стим
- отключи стим
- выйди из стима
- закрой стим

View file

@ -0,0 +1,15 @@
list:
- command:
action: stop_chaining
voice:
sounds:
- thanks
- ok1
phrases:
- всё
- хватит
- отмена
- не слушай
- перестань слушать
- отдыхай
- на этом всё

View file

@ -1,13 +0,0 @@
list:
- command:
action: voice
exe_path:
exe_args:
voice:
sounds:
- stupid
phrases:
- ты дурак
- ты дебил
- ты глупый
- ты тупой

View file

@ -1,15 +1,12 @@
list:
- command:
action: terminate
exe_path:
exe_args:
voice:
sounds:
- off
phrases:
- выключись
- вырубись
- завершить работу
- закройся
- отключись
- заверши свою работу

View file

@ -1,20 +0,0 @@
list:
- command:
action: voice
exe_path:
exe_args:
voice:
sounds:
- thanks
phrases:
- спасибо
- молодец
- респект
- ты супер
- отличная работа
- ты крут
- ты большой молодец
- ты реально крут
- ты афигенный
- ты отец
- вечно ты молодец

View file

@ -0,0 +1 @@
SoundSet, %1%

View file

@ -0,0 +1 @@
FileRecycleEmpty,

Binary file not shown.

View file

@ -0,0 +1 @@
WinMinimizeAll

Binary file not shown.

View file

@ -0,0 +1 @@
Send, {Shift down}{Alt}{Shift up}

Binary file not shown.

View file

@ -0,0 +1 @@
Run taskmgr.exe

Binary file not shown.

View file

@ -0,0 +1 @@
DllCall("LockWorkStation")

Binary file not shown.

View file

@ -0,0 +1 @@
Send #v

Binary file not shown.

View file

@ -0,0 +1 @@
Send, #{PrintScreen}

Binary file not shown.

View file

@ -0,0 +1 @@
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, "int", 1)

Binary file not shown.

View file

@ -0,0 +1,124 @@
list:
- command:
action: ahk
exe_path: ahk/Roll up windows.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- сверни все окна
- сверни окна
- command:
action: ahk
exe_path: ahk/Empty trash.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- очисти корзину
- почисти корзину
- очистка корзины
- command:
action: ahk
exe_path: ahk/Task manager open.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- запусти диспетчер задач
- открой диспетчер задач
- диспетчер задач
- command:
action: ahk
exe_path: ahk/screenshot.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- сделай скриншот
- сделай снимок экрана
- сними экран
- command:
action: ahk
exe_path: ahk/blocking.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
- ok4
phrases:
- заблокируй компьютер
- заблокируй комп
- command:
action: ahk
exe_path: ahk/sleep.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
- ok4
phrases:
- спящий режим
- ждущий режим
- иди поспи
- command:
action: ahk
exe_path: ahk/clipboard.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- открой буфер обмена
- покажи буфер обмена
- запусти буфер обмена
- буфер обмена
- command:
action: ahk
exe_path: ahk/Set language.exe
exe_args:
voice:
sounds:
- ok1
- ok2
- ok3
phrases:
- смени раскладку
- поменяй раскладку
- смени язык
- поменяй язык
- переключи на русский
- переключи на английский
- смени раскладку на русскую
- поменяй раскладку на русскую
- поменяй раскладку на английскую
- смени раскладку на английскую
- смени язык на русский
- поменяй язык на русский
- смени язык на английский
- поменяй язык на английский