Skip to content

Commit

Permalink
- Basic Round Robin hotkey now configurable in brr.Settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Thaler committed Nov 30, 2020
1 parent 8a0324e commit 1412ac4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Basic Round-Robin/BasicRoundRobin.Common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ objectdef brrSettings
jo:SetValue["$$>
{
"enable":${Enable.AsJSON~},
"overrides":${Overrides.AsJSON~}
"overrides":${Overrides.AsJSON~},
"hotkeys":{
"toggleRoundRobin":${hotkeyToggleRoundRobin.AsJSON~}
}
}
<$$"]
return "${jo.AsJSON~}"
Expand Down

0 comments on commit 1412ac4

Please sign in to comment.