Hi List,
how would I write a - Meta/Alt key - AltGr key in a PicoLisp program? E.g. if I want to write "<Alt>V" (M-V or M-S-v in Emacs) "<Ctrl><ALT>V" (C-M-V or C-M-S-v in Emacs) instead of something like this ("<Ctrl>V"): ,----------------------- | ("^V" (insChar (key))) `----------------------- -- cheers, Thorsten -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe