Skip to content

Commit 6c7a45a

Browse files
tduguidtduguid
authored andcommitted
Merge branch 'master' of https://github.com/aduguid/ScriptHelp
2 parents 10343d8 + 9e99b8c commit 6c7a45a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CS/Ribbon.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Or use the following tag to remove all other ribbons when this loads
2424
id="tabScriptHelp"
2525
getLabel="GetLabelText"
2626
insertAfterMso="TabHome"
27+
keytip="SH"
2728
>
2829
<group
2930
id="grpClipboard"
@@ -34,6 +35,7 @@ Or use the following tag to remove all other ribbons when this loads
3435
<control
3536
idMso="PasteMenu"
3637
size="large"
38+
keytip="V"
3739
/>
3840
<button
3941
id="btnCopyVisibleCells"
@@ -44,6 +46,7 @@ Or use the following tag to remove all other ribbons when this loads
4446
size="large"
4547
screentip="Copy Visible Cells"
4648
supertip="Copies only visible cells from a selection"
49+
keytip="CVC"
4750
/>
4851
</group>
4952
<group
@@ -64,14 +67,17 @@ Or use the following tag to remove all other ribbons when this loads
6467
<gallery
6568
idMso="FormatAsTableGallery"
6669
size="large"
70+
keytip="FAT"
6771
/>
6872
<gallery
6973
idMso="ViewFreezePanesGallery"
7074
size="large"
75+
keytip="VFP"
7176
/>
7277
<button
7378
idMso="RemoveDuplicates"
7479
size="large"
80+
keytip="DUP"
7581
/>
7682
</group>
7783
<group
@@ -87,6 +93,7 @@ Or use the following tag to remove all other ribbons when this loads
8793
size="large"
8894
screentip="Clean Data"
8995
supertip="This feature removes all nonprintable characters from text and trims leading and trailing spaces."
96+
keytip="CLE"
9097
/>
9198
<button
9299
id="btnZeroToNull"
@@ -98,6 +105,7 @@ Or use the following tag to remove all other ribbons when this loads
98105
size="large"
99106
screentip="Convert to NULL"
100107
supertip="Replaces the zero string values with 'NULL'"
108+
keytip="NUL"
101109
/>
102110
<button
103111
id="btnFormatDateColumns"
@@ -108,6 +116,7 @@ Or use the following tag to remove all other ribbons when this loads
108116
size="large"
109117
screentip="Format Date Columns"
110118
supertip="Update the default date format of the cell"
119+
keytip="DTE"
111120
/>
112121
<button
113122
id="btnClearInteriorColor"
@@ -119,6 +128,7 @@ Or use the following tag to remove all other ribbons when this loads
119128
size="large"
120129
screentip="Clear Interior Color"
121130
supertip="Clear the interior color of cells in the current table"
131+
keytip="INT"
122132
/>
123133
<button
124134
id="btnSeparateValues"
@@ -129,6 +139,7 @@ Or use the following tag to remove all other ribbons when this loads
129139
size="large"
130140
screentip="Separate Values"
131141
supertip="Separate values into new rows from the selected column by a delimited string value setting"
142+
keytip="SPR"
132143
/>
133144
<menu
134145
id="mnuScriptType"
@@ -137,6 +148,7 @@ Or use the following tag to remove all other ribbons when this loads
137148
size="large"
138149
screentip="Add Script Column"
139150
supertip="The selected button will change the script string format."
151+
keytip="ADD"
140152
>
141153
<button
142154
id="btnScriptTypeTSqlCreateTable"
@@ -356,6 +368,7 @@ Or use the following tag to remove all other ribbons when this loads
356368
sizeString= "XXXXXXXXXXXXXXXXXXXX"
357369
screentip="Table Alias"
358370
supertip="This is the table alias used as a prefix in the header and footer row in the script column."
371+
keytip="DTA"
359372
/>
360373
<comboBox
361374
id="cboDateFormatFind"
@@ -367,6 +380,7 @@ Or use the following tag to remove all other ribbons when this loads
367380
sizeString= "XXXXXXXXXXXXXXXXXXXX"
368381
screentip="Find Date Format"
369382
supertip="This is the date format to find. It defaults to the format from SQL Server Management Studio after you paste records into Excel."
383+
keytip="DFF"
370384
/>
371385
<comboBox
372386
id="cboDateFormatReplace"
@@ -378,6 +392,7 @@ Or use the following tag to remove all other ribbons when this loads
378392
sizeString= "XXXXXXXXXXXXXXXXXXXX"
379393
screentip="Replace Date Format"
380394
supertip="This is the date format the script uses to replace the formatting for date columns."
395+
keytip="DFR"
381396
/>
382397
<button
383398
id="btnTableAlias"
@@ -386,6 +401,7 @@ Or use the following tag to remove all other ribbons when this loads
386401
screentip="Open Table Alias List"
387402
supertip="This will open the table alias list form."
388403
tag="TableAlias"
404+
keytip="LTA"
389405
/>
390406
<button
391407
id="btnDateFormatFind"
@@ -394,6 +410,7 @@ Or use the following tag to remove all other ribbons when this loads
394410
screentip="Open Date Format List"
395411
supertip="This will open the date format list form."
396412
tag="DateFormat"
413+
keytip="LFF"
397414
/>
398415
<button
399416
id="btnDateFormatReplace"
@@ -402,6 +419,7 @@ Or use the following tag to remove all other ribbons when this loads
402419
screentip="Open Date Format List"
403420
supertip="This will open the date format list form."
404421
tag="DateFormat"
422+
keytip="LFR"
405423
/>
406424
</group>
407425
<group
@@ -416,6 +434,7 @@ Or use the following tag to remove all other ribbons when this loads
416434
size="large"
417435
screentip="Add-In Settings Form"
418436
supertip="This opens a user form with a list of custom properties stored in the file."
437+
keytip="SET"
419438
/>
420439
<button
421440
id="btnFileList"
@@ -426,6 +445,7 @@ Or use the following tag to remove all other ribbons when this loads
426445
size="large"
427446
screentip="Create A File Listing"
428447
supertip="This will create a file listing of the user selected path recursively. It will save the .csv and .bat file in the root folder selected."
448+
keytip="LST"
429449
/>
430450
<button
431451
idMso="ComAddInsDialog"
@@ -445,6 +465,7 @@ Or use the following tag to remove all other ribbons when this loads
445465
size="large"
446466
screentip="How To..."
447467
supertip="This opens the read me page in GitHub with detailed instructions of the Add-In functionality."
468+
keytip="HLP"
448469
/>
449470
<button
450471
id="btnOpenNewIssue"
@@ -454,6 +475,7 @@ Or use the following tag to remove all other ribbons when this loads
454475
size="large"
455476
screentip="Report An Issue"
456477
supertip="This will open a new issue page in GitHub. The user will need to login to raise an issue."
478+
keytip="RPT"
457479
/>
458480
<button
459481
id="btnDownloadNewVersion"
@@ -512,6 +534,7 @@ Or use the following tag to remove all other ribbons when this loads
512534
<button
513535
id="btnStart"
514536
onAction="OnAction"
537+
keytip="RUN"
515538
/>
516539
</group>
517540
</tab>

0 commit comments

Comments
 (0)