otd: don't use shift in binds becasue it's bugged
This commit is contained in:
parent
35e0704b82
commit
7e2c9b087a
|
@ -76,7 +76,7 @@
|
|||
"Settings": [
|
||||
{
|
||||
"Property": "Keys",
|
||||
"Value": "Control+Shift+Z"
|
||||
"Value": "Control+O"
|
||||
}
|
||||
],
|
||||
"Enable": true
|
||||
|
@ -96,7 +96,7 @@
|
|||
"Settings": [
|
||||
{
|
||||
"Property": "Keys",
|
||||
"Value": "Control+Shift+Equal"
|
||||
"Value": "Control+Equal"
|
||||
}
|
||||
],
|
||||
"Enable": true
|
||||
|
|
Loading…
Reference in a new issue