Matthias

Results 5 comments of Matthias

In my case using the following script solves the issue of non-deleted abbreviation characters: ```python def my_send_keys(abbr, string): for _ in range(len(abbr)): keyboard.send_keys("") keyboard.send_keys(string) return my_send_keys("trigger-string","expanded-string") ``` Note that you...

@josephj11 Oh this is a good point. I actually hadn't deselected this option and hence the reason my entire abbreviation got deleted before expansion was because in this way twice...

> @syagev don't know if this is what you want but it's kind of workaround and it's definitely ugly :) > you can launch an embedded IPython REPL right from...

Hi Haley, thanks for your interest and your question. I haven't worked on this since this paper, but I remember being very unhappy about the way in which we circumvented...

You're absolutely right, the r² idea doesn't really make sense. I think one key point is that the pattern (co)variances in the denominator should not be negative, because by definition,...