From f07efb43e23c6ea482829e01ba139edbdd78b458 Mon Sep 17 00:00:00 2001 From: LiLittleCat Date: Fri, 12 Aug 2022 12:34:06 +0800 Subject: [PATCH] Change the keyboard shortcut because it conflicts with "Commit and Push" while using the non-model commit interface in Version Control --- DESCRIPTION.md | 2 +- README.md | 2 +- README_CN.md | 2 +- src/main/resources/META-INF/plugin.xml | 9 ++++++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 868bb15..09a76ed 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,7 +8,7 @@ Otherwise, it will space the whole file. There are three ways to use this plugin to spacing: - See editor popup menu > Pangu Format. - See Tools > Pangu Format. -- Use ⌥ + ⇧ + P / Alt + Shift + P . +- Use ⌥ + . / Alt + . . If you find something is not working or missing, feel free to submit an issue on [GitHub repo](https://github.com/LiLittleCat/intellij-pangu). diff --git a/README.md b/README.md index e888b98..2123fbf 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ There are three ways to use this plugin to spacing: ![Tools](example/Tools.png) -- Use ⌥ + ⇧ + P / Alt + Shift + P . +- Use ⌥ + . / Alt + . . ## Thanks diff --git a/README_CN.md b/README_CN.md index 9bd6a50..7899e4e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -54,7 +54,7 @@ ![Tools](example/Tools.png) -- 使用快捷键 ⌥ + ⇧ + P / Alt + Shift + P . +- Use ⌥ + . / Alt + . 。 ## 致谢 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 0c2b78f..fd3a414 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -14,16 +14,16 @@ text="Pangu Format" description="Pangu format text in editor" icon="/icons/pangu.svg"> - + - + @@ -37,4 +37,7 @@ displayName="Pangu"/> + + + \ No newline at end of file