App architecture modifications.
Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
This commit is contained in:
parent
ea489d5719
commit
1323505b0a
232 changed files with 5059 additions and 8081 deletions
6
app/commands/volume/ahk/Mute volume.ahk
Normal file
6
app/commands/volume/ahk/Mute volume.ahk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#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.
|
||||
|
||||
Send {Volume_Mute} ; Mute/unmute the master volume.
|
||||
BIN
app/commands/volume/ahk/Mute volume.exe
Normal file
BIN
app/commands/volume/ahk/Mute volume.exe
Normal file
Binary file not shown.
1
app/commands/volume/ahk/Set sound.ahk
Normal file
1
app/commands/volume/ahk/Set sound.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
SoundSet, %1%
|
||||
BIN
app/commands/volume/ahk/Set sound.exe
Normal file
BIN
app/commands/volume/ahk/Set sound.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue