-
Say I want to get The snippet responsible of this is : I tried a lookbehind like this whithout effect : I then understood that the Is there any way to avoid this ? (typing Thanks for your help and for this wonderful plugin! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In the current version no. Latex suite doesn't "see" I suggest you either use the There are currently PRs open that fix android and IME keyboards which may also fix the ^ issue, but I haven't tested them. |
Beta Was this translation helpful? Give feedback.
In the current version no. Latex suite doesn't "see"
^
when it is not inserted directly with a USA keyboard or whatever keyboard inserts it directly and doesn't wait for another character or when it's inserted with^<Space>
. Otherwise we just see the current stringm
and see the key trigger 2 and trigger the snippet.I suggest you either use the
sr
orrd
triggers or switch over to a keyboard that inserts ^ directly, if your language allows it ofc.There are currently PRs open that fix android and IME keyboards which may also fix the ^ issue, but I haven't tested them.