| **Navigation:**  [[clarion 7 faqs.htm|How To's and Troubleshooting]] > How to... >====== How to Add Hot Key Display to a Menu Item ====== | [[how to add embedded source code.htm|{{btn_prev_n.gif|Previous page}}]][[clarion 7 faqs.htm|{{btn_home_n.gif|Return to chapter overview}}]][[how to assign an image to display at runtime.htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} {{notebox.jpg|NoteBox.jpg}} The [[menu editor.htm|Menu Editor]] now has built-in support for the following technique. Many programs have "direct action" Hot Keys assigned to commonly used menu items. The usual way to display these is aligned to the right in the item's text. Here's the "secret" to aligning the hot keys -- the ASCII tab character (ASCII 9). Make your menu text look like this: **     ITEM('&Customers<;9>Alt+F3'),USE(?ViewCustomers),KEY(AltF3)** You can now add this directly to the Menu Editor through the **Text** property.