Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Autotexts loses spaces
#4
If spaces are missing in autotext replacements, the same should happen in any script that uses keys.send or keys.sendt.

To send text, keys.send (and autotext) uses Windows API function SendInput. For spaces, tabs and newlines it uses the key code. For other characters by default uses special key code VK_PACKET, which usually works better. Maybe some software app or script blocks key events that use normal key codes but not those using VK_PACKET. Need to somehow identify that software, and uninstall or change its behavior if possible.

Or try to change options in the autotext triggers file, near the start. Examples:

Code:
Copy      Help
opt.key.TextHow = OKeyText.Paste;
//or
opt.key.TextHow = OKeyText.KeysOrPaste;


Messages In This Thread
Autotexts loses spaces - by MBaas - 04-22-2024, 06:56 AM
RE: Autotexts loses spaces - by Gintaras - 04-22-2024, 07:19 AM
RE: Autotexts loses spaces - by MBaas - 04-22-2024, 08:46 AM
RE: Autotexts loses spaces - by Gintaras - 04-22-2024, 09:18 AM
RE: Autotexts loses spaces - by MBaas - 04-22-2024, 12:39 PM
RE: Autotexts loses spaces - by MBaas - 04-25-2024, 10:49 AM
RE: Autotexts loses spaces - by MBaas - 04-25-2024, 11:52 AM
RE: Autotexts loses spaces - by Gintaras - 04-25-2024, 04:13 PM
RE: Autotexts loses spaces - by Gintaras - 04-25-2024, 04:23 PM
RE: Autotexts loses spaces - by MBaas - 04-26-2024, 06:36 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)