Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c77ca78

Browse files
committed
Merge pull request #8623 from adobe/jeff/fix-8334
switch the key designations for hide and replace all across files
2 parents 7fde6a3 + 2e23891 commit c77ca78

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

src/base-config/keyboard.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,13 @@
157157
"Ctrl-Shift-F"
158158
],
159159
"cmd.replaceInFiles": [
160-
"Ctrl-Alt-Shift-F"
160+
{
161+
"key": "Ctrl-Shift-H"
162+
},
163+
{
164+
"key": "Ctrl-Alt-Shift-F",
165+
"platform": "mac"
166+
}
161167
],
162168
"cmd.findNext": [
163169
{
@@ -206,7 +212,13 @@
206212
}
207213
],
208214
"view.hideSidebar": [
209-
"Ctrl-Shift-H"
215+
{
216+
"key" : "Ctrl-Alt-H"
217+
},
218+
{
219+
"key": "Ctrl-Shift-H",
220+
"platform": "mac"
221+
}
210222
],
211223
"view.increaseFontSize": [
212224
{

0 commit comments

Comments
 (0)