[Windows] Changed the tab enforcement toggling shortcut to "Alt+Shift+Comma" (still "Alt+Shift+Space" on desktop OSes other than Windows) - issue #281.
This commit is contained in:
parent
5d6c79014d
commit
f726673563
|
@ -147,7 +147,8 @@
|
||||||
"toggleEnforcementForTab": {
|
"toggleEnforcementForTab": {
|
||||||
"description": "__MSG_toggleEnforcementForTab__",
|
"description": "__MSG_toggleEnforcementForTab__",
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Alt+Shift+Space"
|
"default": "Alt+Shift+Space",
|
||||||
|
"windows": "Alt+Shift+Comma"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue