Skip to content

Commit

Permalink
Updated documentation for #161
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Sep 10, 2024
1 parent 18cdca4 commit 80f4d43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The main features of ShellAnything are:
* Easily integrate any third party application with custom menus.
* Supports windows [keyboard mnemonics](https://en.wikipedia.org/wiki/Mnemonics_(keyboard)).

For more details about ShellAnything features, please refer to the [User Manual](UserManual.md).
**_For more details about ShellAnything features, please refer to the [User Manual](UserManual.md)._**



Expand Down
24 changes: 16 additions & 8 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This manual includes a description of the system functionalities and capabilitie
* [inverse attribute](#inverse-attribute)
* [Combining multiple <visibility> and <validity> elements](#combining-multiple-visibility-and-validity-elements)
* [Icons](#icons)
* [Windows icons preview](#windows-icons-preview)
* [Actions](#actions)
* [<exec> action](#exec-action)
* [<open> action](#open-action)
Expand Down Expand Up @@ -686,15 +687,22 @@ For instance, the following icon definition uses the same icon as the clicked fi
```


*_Hint_*: you can use Windows own icons to assign your <icon> with familiar Windows icons.
The following links shows a visual representation and the index of each icons:
* [Windows 7 icons in shell32.dll](https://help4windows.com/windows_7_shell32_dll.shtml)
* [Windows 7 icons in imageres.dll](https://help4windows.com/windows_7_imageres_dll.shtml)
* [Windows 8 icons in shell32.dll](https://help4windows.com/windows_8_shell32_dll.shtml)
* [Windows 8 icons in imageres.dll](https://help4windows.com/windows_8_imageres_dll.shtml)
* [Windows 10 icons in shell32.dll](https://help4windows.com/)
* [Windows 10 icons in imageres.dll](https://help4windows.com/)

### Windows icons preview ###

*_Hint_*: Windows have a variety of built-in icons available. You can assign a Windows built-in icons to an <icon> to get a familiar Windows looks and feel. The following images show all icons within popular Windows dll files:

Microsoft Windows 10 Home:
* [shell32.dll](#resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20shell32.dll%20icons.png)
* [imageres.dll](#resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20imageres.dll%20icons.png)
* [ieframe.dll](#resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20ieframe.dll%20icons.png)
* [netshell.dll](#resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20netshell.dll%20icons.png)

Microsoft Windows 11 Pro:
* [shell32.dll](#resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20shell32.dll%20icons.png)
* [imageres.dll](#resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20imageres.dll%20icons.png)
* [ieframe.dll](#resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20ieframe.dll%20icons.png)
* [netshell.dll](#resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20netshell.dll%20icons.png)



Expand Down

0 comments on commit 80f4d43

Please sign in to comment.