Skip to content

Commit

Permalink
This needs rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiiks committed Apr 3, 2019
1 parent f810087 commit 768600c
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 60 deletions.
24 changes: 15 additions & 9 deletions SekiroSpeedrunUtil/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,27 @@
"Modifiers": 4
},
{
"HotkeyString": "F8",
"HotkeyString": "Shift+F3",
"Name": "BackupSave",
"Key": 119,
"Modifiers": 0
"Key": 114,
"Modifiers": 4
},
{
"HotkeyString": "F9",
"HotkeyString": "Shift+F4",
"Name": "LoadSave",
"Key": 120,
"Modifiers": 0
"Key": 115,
"Modifiers": 4
},
{
"HotkeyString": "F10",
"HotkeyString": "Shift+F5",
"Name": "LoadLastQuickSave",
"Key": 121,
"Modifiers": 0
"Key": 116,
"Modifiers": 4
},
{
"HotkeyString": "Shift+F6",
"Name": "ForceQuit",
"Key": 117,
"Modifiers": 4
}
]
227 changes: 179 additions & 48 deletions SekiroSpeedrunUtil/ui/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion SekiroSpeedrunUtil/ui/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,5 @@ private void DetectorMouseMove(object sender, Point p) {
Opacity = 0.2d;
}


}
}
Loading

0 comments on commit 768600c

Please sign in to comment.