Commit e7ec969 1 parent 77b4ca0 commit e7ec969 Copy full SHA for e7ec969
File tree 1 file changed +6
-3
lines changed
src/main/resources/META-INF
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 40
40
<b>1.0.2</b><br>
41
41
<i>Added format support for FormData and extended the plugin's support for idea</i><br>
42
42
<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>
43
46
]]>
44
47
</change-notes >
45
48
56
59
</group >
57
60
<action class =" actions.Headers" text =" Headers" >
58
61
<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"/> -- >
60
63
</action >
61
64
<action class =" actions.Cookies" text =" Cookies" >
62
65
<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"/> -- >
64
67
</action >
65
68
<action class =" actions.FormData" text =" FormData" >
66
69
<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"/> -- >
68
71
</action >
69
72
</actions >
70
73
</idea-plugin >
You can’t perform that action at this time.
0 commit comments