I have set up auto-pairing for Light Table for the characters "({[
and their counterparts (Important Note: I using the german keyboard layout). This is was done by adding [:app :lt.objs.settings/pair-keymap-diffs]
to my user behaviors (does the trick for "
) and
[:editor "alt-[" (:editor.open-pair "[")]
[:editor "alt-{" (:editor.open-pair "{")]
[:editor "alt-]" (:editor.close-pair "]")]
[:editor "alt-}" (:editor.close-pair "}")]
to my user keymaps. When I now type a {
, into the editor a []
is inserted. How do I set it up properly? Thanks in advance.