From 2d8a563723c5aad9b2d3dc25da0c29451f0fac17 Mon Sep 17 00:00:00 2001
From: Leen_Joan <1159361934@qq.com>
Date: Fri, 8 Mar 2024 21:03:58 +0800
Subject: [PATCH] Update README-en_US.md
---
README-en_US.md | 41 +++++++++++++++++++++++++++--------------
1 file changed, 27 insertions(+), 14 deletions(-)
diff --git a/README-en_US.md b/README-en_US.md
index 798b10e..2d996f9 100644
--- a/README-en_US.md
+++ b/README-en_US.md
@@ -2,23 +2,24 @@
## About
-This is a software written in AHK, which can solves the tedious operation when replacing shortcut icons. With just one step, users can change their icons at will. Whether it's replacing a single icon or batch replacement, it can be easily satisfied.It not only supports changing Desktop shortcut icons, but also supports changine shortcut icons in the **Start Menu** and **Other Folders**
+This is a software written in AHK, which can solves the tedious operation when replacing shortcut icons. With just **one step**, users can change their icons at will. Whether it's replacing a single icon or **batch replacement**, it can be easily satisfied.It not only supports changing Desktop shortcut icons, but also supports changine shortcut icons in the Start Menu and Other Folders
## Usage
1.In order to use it properly, please grant the software administrator privileges before using it
2.Change or Restore all shortcut icons
-* **Purple Button**: Replace all shortcut icons
-* **Red Button**: Restore default icons for all shortcuts
+* **Purple** Button: **Replace** all shortcut icons
+* **Red** Button: **Restore** default icons for all shortcuts
+* The format of the icon is "**.ico**"
* The name of the icon must be named according to the following specifications :
- (1)The full name of the icon is included in the name of the shortcut(e.g. the icon name is "Chrome" and the shortcut name is "Chrome Canary")
- (2)The full name of the shortcut should be included in the name of the icon(e.g. the icon name is "Honkai: Star Rail" and the shortcut name is "Star Rail")
+ (1)The full name of the icon is included in the name of the shortcut(e.g. the icon name is "Chrome.ico" and the shortcut name is "Chrome Canary.lnk")
+ (2)The full name of the shortcut should be included in the name of the icon(e.g. the icon name is "Honkai: Star Rail.ico" and the shortcut name is "Star Rail.lnk")
![image](https://github.com/iKineticate/AHK-ChangeIcon/blob/main/Introduction/change_and_restore.gif)
-3.Change the icon of a single shortcut
+3.Change/Restore the icon of a single shortcut
![image](https://github.com/iKineticate/AHK-ChangeIcon/blob/main/Introduction/change_one.gif)
@@ -26,10 +27,10 @@ This is a software written in AHK, which can solves the tedious operation when r
* Run the shortcut
* Change the shortcut icon
* Restore the default icon for the shortcut
-* Rename the shortcut
* Open the shortcut target directory
-* Adds the non-desktop shortcut to the current user's desktop
-* Supports viewing and copying attributes of shortcuts
+* Rename the shortcut
+* Adds the non-desktop shortcut to the desktop
+* View and copy the properties of shortcuts
![image](https://github.com/iKineticate/AHK-ChangeIcon/blob/main/Introduction/menu.jpg)
@@ -51,7 +52,7 @@ This is a software written in AHK, which can solves the tedious operation when r
2.After some applications are automatically updated, their shortcut icons will automatically return to their default icons
- Solve: Create shortcuts manually——Find it in the application target directory and create a shortcut to the desktop
+ Solve: Create shortcuts manually——Find it in the application target directory and create its shortcut to the desktop
3.Shortcuts for UWP and WSA applications do not support restoring default icons
@@ -63,7 +64,11 @@ This is a software written in AHK, which can solves the tedious operation when r
5.Unable to change the icon of UWP shortcut in the start menu
- Solve: Add the UWP shortcut to the desktop from the "Other", then change its icon and paste it into the folder of the Start menu, finally fix it to the "Start" Screen in the "All Apps" section of the Start menu
+ Solve: Add the UWP shortcut to the desktop from the "Other" function, then change its icon and paste it into the folder of the Start menu, finally fix it to the "Start" Screen in the "All Apps" section of the Start menu
+
+6.When the icon name and the shortcut name exactly match (i.e. are the same), other shortcuts can't change the icon, even if the name of the shortcut is included in the name of the icon.
+
+ Solve:Change icon for other shortcut individually
## Recommend:
@@ -81,10 +86,18 @@ This is a software written in AHK, which can solves the tedious operation when r
3.Library for setting list colors:[AHK2_LV_Colors](https://github.com/AHK-just-me/AHK2_LV_Colors)
+4.GuiControl's ToolTips: [GuiCtrlTips](https://www.autohotkey.com/boards/viewtopic.php?f=83&t=116218)
+
## Updates
-1.New window interface and buttons
+1.Font symbols instead of PNG
+
+2.Check info.ini contents
+
+3.Change the font of some content
+
+4.Add icons to vertical tabs
-2.Fix some problems and optimize some codes
+5.Fix some problems and optimize some codes
-3.Removed a function
\ No newline at end of file
+6.Replace "Help" with "Settings" in the vertical tabs.
\ No newline at end of file