How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
Dear list, I am trying to define a shortcut to aligh-right a paragraph. I tried \bind something layout-paragraph align-right but the paragraph layout dialog is opened. Many thanks in advance. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 08:45: Dear list, I am trying to define a shortcut to aligh-right a paragraph. I tried \bind something layout-paragraph align-right Try: \bind something command-sequence layout-paragraph; align-right; Kind regards, Kimmo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
\bind something command-sequence layout-paragraph; align-right; layout-paragraph; dialog opened (aligh-right): Unknown function. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 09:02: \bind something command-sequence layout-paragraph; align-right; layout-paragraph; dialog opened (aligh-right): Unknown function. Oops, my fault. The command is: \bind something para-align right but this is NOT yet implemented. Maybe in 1.4.x??

How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
Dear list, I am trying to define a shortcut to aligh-right a paragraph. I tried \bind something layout-paragraph align-right but the paragraph layout dialog is opened. Many thanks in advance. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 08:45: Dear list, I am trying to define a shortcut to aligh-right a paragraph. I tried \bind something layout-paragraph align-right Try: \bind something command-sequence layout-paragraph; align-right; Kind regards, Kimmo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
\bind something command-sequence layout-paragraph; align-right; layout-paragraph; dialog opened (aligh-right): Unknown function. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 09:02: \bind something command-sequence layout-paragraph; align-right; layout-paragraph; dialog opened (aligh-right): Unknown function. Oops, my fault. The command is: \bind something para-align right but this is NOT yet implemented. Maybe in 1.4.x??

How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
Dear list, I am trying to define a shortcut to aligh-right a paragraph. I tried \bind "something" "layout-paragraph align-right" but the paragraph layout dialog is opened. Many thanks in advance. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 08:45: > Dear list, > > I am trying to define a shortcut to aligh-right a paragraph. I tried > > \bind "something" "layout-paragraph align-right" Try: \bind "something" "command-sequence layout-paragraph; align-right;" Kind regards, Kimmo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread Bo Peng
> \bind "something" "command-sequence layout-paragraph; align-right;" layout-paragraph; dialog opened (aligh-right): Unknown function. Bo

Re: How can I define a shortcut to layout-paragraph align-right?

2005-12-12 Thread K. Elo
Bo Peng, tiistai, 13. joulukuuta 2005 09:02: > > \bind "something" "command-sequence layout-paragraph; align-right;" > > layout-paragraph; dialog opened > (aligh-right): Unknown function. Oops, my fault. The command is: \bind "something" "para-align right" but this is NOT yet implemented. Maybe