<keycombo action="simul">
<keycap>C</keycap>
<keycap>h</keycap>
</keycombo>
Is wrong because the Control key has "Ctrl" written on it, not "C", and the "H" key has "H" written on it, not "h". The correct markup would be:
<keycombo action="simul">
<keycap>Ctrl</keycap>
<keycap>H</keycap>
</keycombo>
If it's the idea of Control-H that is more important than what is written on the keys, then maybe <keysym> expresses that better than <keycap>.
No comments:
Post a Comment