I want to redefine the math delimiter bindings, because the original bindings won't work with german keyboards, see the following excerpt of math.bind:
------------------------------------ # These do pairs of: () {} [] <> ||
\bind "M-m S-parenleft" "math-delim ( )" \bind "M-m S-bracketleft" "math-delim [ ]" \bind "M-m S-braceleft" "math-delim { }" \bind "M-m S-less" "math-delim langle rangle" \bind "M-m S-greater" "math-delim rangle langle" \bind "M-m S-bar" "math-delim | |" ------------------------------------
"M-m S-bracketleft" means on a german keyboard "Alt-m Shift-[".
But the "[" character is produced with "AltGr-[" and not with Shift.
Does LyX support the german AltGr key? If yes what is the name of this key in LyX bind-files?
Thanks in advance Uwe StÃhr