OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] keycap vs keysym


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]