You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to copy and paste multiple lines of text into the Wox input box, and then trigger the plugin develop by myself to process it.
The examples are below,
22-16
23+13
I copy two lines of text into the Wox input box.
In mac alfred input box, both lines (including newlines) can be input,it can be captured by the plugin or scripts. however Wox can only be pasted the first line, it means the plugin or scripts just captured the first line text, only intput 22-16, no 23+13.
209914097
changed the title
有没有办法能够像alfred一样,输入框中支持多行粘贴输入
Is there a way to be able to support multi-line paste input in the Wox input box like alfred?
Nov 1, 2022
Sometimes I need to copy and paste multiple lines of text into the Wox input box, and then trigger the plugin develop by myself to process it.
The examples are below,
22-16
23+13
I copy two lines of text into the Wox input box.
In mac alfred input box, both lines (including newlines) can be input,it can be captured by the plugin or scripts. however Wox can only be pasted the first line, it means the plugin or scripts just captured the first line text, only intput 22-16, no 23+13.
有时候需要复制多行文本粘贴到wox输入框中,然后触发插件进行处理。
例如,复制文本:
22-16
23+13
在alfred输入框中是支持把它们两行(包括换行)都输入进去的,但是wox只能粘贴到第一行,即22-16。
The text was updated successfully, but these errors were encountered: