 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Leon
Joined: 27 Aug 2007 Posts: 179
|
Posted: Sat Oct 06, 2007 12:46 am Post subject: Tidying up the menu |
|
|
Hi all, Im trying to have entries in the menu which have text on both left and right sides of the menu. Like this:
Menu Item......................Shortcut
A longer menu item........Shortcut
But I cant get them to line up at all unless i use dots in between as in above example.
Is there any way to line them up without having characters between them? |
|
| Back to top |
|
 |
Serenity
Joined: 08 Nov 2004 Posts: 1017
|
Posted: Sat Oct 06, 2007 12:50 am Post subject: |
|
|
Use %A_Tab%, eg:
menu, tray, add, test1%a_tab%Ctrl+O, test
menu, tray, add, test2%a_tab%Ctrl+W, test |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Sat Oct 06, 2007 1:22 am Post subject: |
|
|
you can also use `t instead. Note that `t will right align the text, but you can't use two `t, IIRC. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|