Feedback icon indicating copy to clipboard operation
Feedback copied to clipboard

短语输出换行 Output Line Break

Open matthewmcgrath12345 opened this issue 1 year ago • 1 comments

In the hotkey send text function I am able to space out the text. For example:

Name

Date.

But when I use it, the result is:

NameDate.

Please fix the problem.

matthewmcgrath12345 avatar Sep 14 '24 04:09 matthewmcgrath12345

In Settings -> Flags, change Send Text Method to 1 or 3.

In version 10.3.0, these method number mean:

  1. Auto: Automatically choose method 2 or method 3 according to if text contains line break.
  2. SendInput: Send text using the SendInput function
  3. Clipboard: Sends text by setting the clipboard content and simulating Ctrl + V.

XUJINKAI avatar Nov 22 '24 16:11 XUJINKAI