Skip to content

Commit

Permalink
v1.5 patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Dec 14, 2021
1 parent 83f3bd3 commit c8f4a21
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 68 deletions.
41 changes: 1 addition & 40 deletions @Resources/Act.inc
Original file line number Diff line number Diff line change
@@ -1,41 +1,2 @@
[Variables]
Total=13
1Name=Discord
1Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Discord Inc\Discord.lnk"]
1Icon=Discord_lnk
2Name=Spotify
2Action=["C:\Users\enhan\AppData\Roaming\Spotify\Spotify.exe"]
2Icon=Spotify_exe
3Name=Edge
3Action=["C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"]
3Icon=msedge_exe
4Name=Office
4Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\WPS Office\WPS Office.lnk"]
4Icon=WPS Office_lnk
5Name=Vscode
5Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Vscode.lnk"]
5Icon=Vscode_lnk
6Name=GitDesk
6Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\GitHub Desktop.lnk"]
6Icon=GitHub Desktop_lnk
7Name=Notion Enhanced
7Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Notion Enhanced.lnk"]
7Icon=Notion Enhanced_lnk
8Name=Badlion Client
8Action=["C:\Users\enhan\Desktop\Launchers\Badlion Client.lnk"]
8Icon=Badlion Client_lnk
9Name=JaxCore
9Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\JaxCore.lnk"]
9Icon=JaxCore_lnk
10Name=After Effects
10Action=["C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe After Effects 2021.lnk"]
10Icon=Adobe After Effects 2021_lnk
11Name=osu!
11Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\osu!.lnk"]
11Icon=osu!_lnk
12Name=Medal
12Action=["C:\Users\enhan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Medal B.V\Medal.lnk"]
12Icon=Medal_lnk
13Name=Fortnite
13Action=["C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Fortnite.url"]
13Icon=Fortnite_url
Total=0
28 changes: 2 additions & 26 deletions @Resources/Actions/Hotkeys.ini
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
[Variables]
RMPATH=C:\Program Files\Rainmeter\Rainmeter.exe
Key1=^!+D
Key1InString=Ctrl Alt Shift D
Key2=^!+S
Key2InString=Ctrl Alt Shift S
Key3=^!+E
Key3InString=Ctrl Alt Shift E
Key4=^!+W
Key4InString=Ctrl Alt Shift W
Key5=^!+V
Key5InString=Ctrl Alt Shift V
Key6=^!+G
Key6InString=Ctrl Alt Shift G
Key7=^!+N
Key7InString=Ctrl Alt Shift N
Key8=^!+B
Key8InString=Ctrl Alt Shift B
Key9=^!+C
Key9InString=Ctrl Alt Shift C
Key10=^!+A
Key10InString=Ctrl Alt Shift A
Key11=^!+O
Key11InString=Ctrl Alt Shift O
Key12=^!+M
Key12InString= Ctrl Alt Shift M
Key13=^!+F
Key13InString= Ctrl Alt Shift F
Key1=
Key1InString=Edit...
1 change: 0 additions & 1 deletion @Resources/KeylaunchVars.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Core/Actions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ MeterStyle=Set.Button:S
OverColor=255,0,50,150
LeaveColor=255,0,50,100
Y=([Option91:Y]-#Set.P#+(-30/2+8)*[Set.S])
Act=[!WriteKeyValue Variables Total 0 "#Sec.SaveLocation#"][!Refresh]
Act=[!CommandMeasure Script:M "Reset()"]
[Value91]
Meter=String
Text=[\xf053]
Expand Down
5 changes: 5 additions & 0 deletions Core/GenKeylaunchKey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ function Remove(initSelection, startingIndex)
end
end

function Reset()
Write(1, 2, 3)
SKIN:Bang('!Refresh')
end

function Write(t1, t2, t3)
-- -------------------------------------------------------------------------- --
-- Write settings --
Expand Down

0 comments on commit c8f4a21

Please sign in to comment.