Skip to content

Commit e7ec969

Browse files
committed
1.0.3
1 parent 77b4ca0 commit e7ec969

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/main/resources/META-INF/plugin.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<b>1.0.2</b><br>
4141
<i>Added format support for FormData and extended the plugin's support for idea</i><br>
4242
<i>添加了对FormData的格式化支持, 扩展了插件对idea的支持范围</i><br>
43+
<b>1.0.3</b><br>
44+
<i>Remove the default shortcut key, and users can set it by themselves</i><br>
45+
<i>移除默认快捷键, 用户可以自己设置</i><br>
4346
]]>
4447
</change-notes>
4548

@@ -56,15 +59,15 @@
5659
</group>
5760
<action class="actions.Headers" text="Headers">
5861
<add-to-group group-id="format.paste" anchor="last"/>
59-
<keyboard-shortcut keymap="$default" first-keystroke="shift H"/>
62+
<!-- <keyboard-shortcut keymap="$default" first-keystroke="shift H"/>-->
6063
</action>
6164
<action class="actions.Cookies" text="Cookies">
6265
<add-to-group group-id="format.paste" anchor="last"/>
63-
<keyboard-shortcut keymap="$default" first-keystroke="shift C"/>
66+
<!-- <keyboard-shortcut keymap="$default" first-keystroke="shift C"/>-->
6467
</action>
6568
<action class="actions.FormData" text="FormData">
6669
<add-to-group group-id="format.paste" anchor="last"/>
67-
<keyboard-shortcut keymap="$default" first-keystroke="shift F"/>
70+
<!-- <keyboard-shortcut keymap="$default" first-keystroke="shift F"/>-->
6871
</action>
6972
</actions>
7073
</idea-plugin>

0 commit comments

Comments
 (0)