Hi Dave,
On Montag, 24. September 2007, Dave Pawson wrote:
> [...]
> Emacs is very heavy on key bindings.
> M-C-F1 is press ALT, control and F1.
>
> How might that be marked up?
<keycombo action="press">
<keycap function="meta">M</keycap>
<keycap function="control">Ctrl</keycap>
<keycap>F1</keycap>
</keycombo>
> M-x revert-buffer is another command.
<keycombo>
<keycap function="meta">M</keycap>
<keycap>x</keycap>
</keycombo>
<command>revert-buffer</command>
> It seems a mix between user input and key|sym|cap
> There is no 'M' key (stands for META).
Use the "action" attribute with the value "meta" (as shown above). :)
Bye,
Tom
--
Thomas Schraitle
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]