Skip to content

Commit

Permalink
Merge pull request #26 from Osterie/dev
Browse files Browse the repository at this point in the history
re-added run_this.ahk and removed .exe file. Bug fixes.
  • Loading branch information
Osterie authored Mar 22, 2024
2 parents af63dab + 95044d8 commit 6c1267b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ PrivateConfig.ini
config/UserProfiles/*
!config/UserProfiles/Default
tests/*
TODO.ahk
Run_this.ahk
TODO.ahk
Binary file removed Extend-Layer.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions Run_this.ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Requires AutoHotkey v2.0
SetWorkingDir "src\Main\"
Run(A_workingDir "\Main.ahk")
16 changes: 8 additions & 8 deletions config/ObjectInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,22 @@
"ClassName": "BatteryController",
"Description": "Change battery settings (WIP, don't use yet, probably wont work)",
"Methods": {
"ToggleBatterySaver": {
"MethodName": "ToggleBatterySaver",
"ToggleBatterySaverMode": {
"MethodName": "ToggleBatterySaverMode",
"FriendlyName": "Toggle battery saver",
"Description": "Toggles the battery saver on and off",
"Parameters": []
},
"TurnOnBatterySaver": {
"MethodName": "TurnOnBatterySaver",
"ActivatePowerSaverMode": {
"MethodName": "ActivatePowerSaverMode",
"FriendlyName": "Turn on battery saver",
"Description": "Turns on the battery saver",
"Parameters": []
},
"TurnOffBatterySaver": {
"MethodName": "TurnOffBatterySaver",
"FriendlyName": "Turn off battery saver",
"Description": "Turns off the battery saver",
"ActivateNormalPowerMode": {
"MethodName": "ActivateNormalPowerMode",
"FriendlyName": "Turn on normal power mode",
"Description": "Turns on the normal power mode",
"Parameters": []
}
}
Expand Down

0 comments on commit 6c1267b

Please sign in to comment.