Exchanging Ctrl+Y for Ctrl+Period due to text field collisions. Fixes #546

This commit is contained in:
Jonathan Kingston 2017-05-28 13:08:05 +01:00
parent 0f9dd77687
commit 7f37ed906f

View file

@ -36,7 +36,7 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Y"
"default": "Ctrl+Period"
},
"description": "Open containers panel"
}