[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:
hackademix 2023-02-22 23:27:13 +01:00
parent 5d6c79014d
commit f726673563
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@
"toggleEnforcementForTab": {
"description": "__MSG_toggleEnforcementForTab__",
"suggested_key": {
"default": "Alt+Shift+Space"
"default": "Alt+Shift+Space",
"windows": "Alt+Shift+Comma"
}
}
}