Skip to content

Commit efe7ad1

Browse files
tduguidtduguid
authored andcommitted
Merge branch 'master' of https://github.com/aduguid/ScriptHelp
2 parents 20b3704 + 9d2b83e commit efe7ad1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Images/ReadMe/header.png

212 KB
Loading

Images/ReadMe/ribbon.keytips.png

28.3 KB
Loading

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
</head>
44

55

6-
<img align="left" src="Images/ReadMe/App.png" width="64px" >
76

8-
# Script Help
7+
<img align="left" src="Images/ReadMe/header.png">
98

109
[![Join the chat at https://gitter.im/ScriptHelp](https://badges.gitter.im/ScriptHelp/Lobby.svg)](https://gitter.im/ScriptHelp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1110
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
@@ -39,6 +38,7 @@ I'm still working on updating the VB.NET & VBA. The most complete version is C#.
3938
- <a href="#dependencies">Dependencies</a>
4039
- <a href="#glossary-of-terms">Glossary of Terms</a>
4140
- <a href="#functionality">Functionality</a>
41+
- <a href="#keytips">Key Tips</a>
4242
- <a href="#clipboard">Clipboard</a>
4343
- <a href="#format-data-table">Format Data Table</a>
4444
- <a href="#script-actions">Script Actions</a>
@@ -143,6 +143,13 @@ How to install the VSTO version
143143
## Functionality
144144
This Excel ribbon is inserted after the “Home” tab when Excel opens. Listed below is the detailed functionality of this application and its components.
145145

146+
<a id="user-content-keytips" class="anchor" href="#keytips" aria-hidden="true"> </a>
147+
### Key Tips
148+
A [KeyTip](https://msdn.microsoft.com/en-us/library/microsoft.office.tools.ribbon.ribbonbutton.keytip.aspx) must be from 1 to 3 uppercase characters, and must not contain spaces, tabs, or newline characters. KeyTips are sometimes known as access keys or accelerators and are used as shortcut key combinations that activate controls. KeyTips appear on the Ribbon when you press the ALT key. If your KeyTip conflicts with KeyTips for built-in controls or from other add-ins, Microsoft Office might assign non-conflicting KeyTip values automatically.
149+
<h1 align="left">
150+
<img src="Images/ReadMe/ribbon.keytips.png" />
151+
</h1>
152+
146153
<a id="user-content-clipboard" class="anchor" href="#clipboard" aria-hidden="true"> </a>
147154
### Clipboard (Group)
148155
<h1 align="left">

0 commit comments

Comments
 (0)