fix(config): change IPN keybinds to avoid conflicts
This commit is contained in:
parent
fa7ded9294
commit
c1dea5f76b
1 changed files with 13 additions and 1 deletions
|
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"ModSettings": {
|
"ModSettings": {
|
||||||
"first_run": false
|
"first_run": false
|
||||||
|
},
|
||||||
|
"Hotkeys": {
|
||||||
|
"sort_inventory": {
|
||||||
|
"main": {
|
||||||
|
"keys": "R,T"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"save_as_profile": {
|
||||||
|
"main": {
|
||||||
|
"keys": "R,SEMICOLON"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue