added cmd as meta-key

This commit is contained in:
chombier 2002-03-24 16:04:45 +00:00
parent 3c720dc478
commit 4d4184133f
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@
#define Termvtwrap 26 /* Use vtwrap mode checkbox*/
#define TermMetaIsCmdCntrol 33 /* Use control-cmd as meta */
#define TermMetaIsOption 34 // use option as meta
#define TermMetaIsOff 35 // no meta
#define TermMetaIsCmd 35 // use cmd as meta
#define TermMetaIsOff 49 // no meta
#define Termarrow 27 /* Use emacs arrow keys checkbox */
#define TermMAT 28 /* Map pgup, etc. checkbox */
#define Termeightbit 29 /* Eight bit connection */