Hello all. Thanks for such a handy plugin and forum.
I got a task to automate saving blog posts, but run into a problem:
Blog platform is LiveJournal, it has a hotkey to expand all comments on a page:
“Ctrl” + “Alt” + “+”
I tried emulate these keys with xtype module but no luck. I read documentation and there is no “+” key constant. Ok, i remap “+” key to “Num_0” key (for example) with SharpKeys tool (https://github.com/randyrants/sharpkeys), it works manually, but it doesn’t in xtype. I tried remap “+” to other documented key, but still no luck.
So, the question is:
How can i emulate plus key?
Is any workarounds here?