mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Fix CPP-42113 In VSCode keymap both "Go to Symbol" and "File Structure" are bound to "Ctrl+Shift+O"
GitOrigin-RevId: 0618b05b6fbde599c8e0ec4ec2016f69db5a2300
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7472ecce92
commit
4863ff32ab
@@ -354,7 +354,6 @@
|
||||
<action id="GotoSuperMethod" />
|
||||
<action id="GotoSymbol">
|
||||
<keyboard-shortcut first-keystroke="meta t" />
|
||||
<keyboard-shortcut first-keystroke="meta shift o"/>
|
||||
</action>
|
||||
<action id="GotoTest" />
|
||||
<action id="GotoTypeDeclaration">
|
||||
|
||||
@@ -279,7 +279,6 @@
|
||||
</action>
|
||||
<action id="GotoSuperMethod" />
|
||||
<action id="GotoSymbol">
|
||||
<keyboard-shortcut first-keystroke="ctrl shift o" />
|
||||
<keyboard-shortcut first-keystroke="ctrl t" />
|
||||
</action>
|
||||
<action id="GotoTest" />
|
||||
|
||||
Reference in New Issue
Block a user