Skip to content

Commit

Permalink
feat: add default keyboard-shortcut of ApiCallAction (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Aug 8, 2021
1 parent 6f5cab8 commit 51770a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion idea-plugin/src/main/resources/META-INF/easy-yapi-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@

<action id="com.itangcent.idea.easy_api.actions.ApiCallAction"
class="com.itangcent.idea.plugin.actions.ApiCallAction" text="Call"
description="Call"/>
description="Call">
<keyboard-shortcut
first-keystroke="alt shift C"
keymap="$default"
/>
<keyboard-shortcut
first-keystroke="control C"
keymap="Mac OS X" replace-all="true"/>
<keyboard-shortcut
first-keystroke="control C"
keymap="Mac OS X 10.5+" replace-all="true"/>
</action>

<action id="com.itangcent.idea.easy_api.actions.MultipleExportAction"
class="com.itangcent.idea.plugin.actions.SuvExportAction" text="Export"
Expand Down

0 comments on commit 51770a2

Please sign in to comment.