Skip to content

Commit 60a1277

Browse files
AvasamToufool
andauthored
Support hotkeys with modifiers (#136)
* hooked new settings window to actual values * Better "seconds remaining" text * Support modifiers the same way LiveSplit does. Closes #34 * Initial UI update for 2.0.0. Add settings window. * hooked new settings window to actual values * Better "seconds remaining" text * Undo split goes to the end of the group Co-authored-by: Austin <[email protected]>
1 parent 86351fa commit 60a1277

File tree

4 files changed

+145
-211
lines changed

4 files changed

+145
-211
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"editor.formatOnSave": true,
1414
"editor.codeActionsOnSave": {
1515
"source.fixAll": true,
16-
"source.fixAll.markdownlint": true,
16+
"source.fixAll.unusedImports": false,
17+
"source.fixAll.convertImportFormat": true,
18+
"source.organizeImports": true,
1719
},
1820
"files.insertFinalNewline": true,
1921
"trailing-spaces.includeEmptyLines": true,

0 commit comments

Comments
 (0)