Wrong interpretation sent keys from text epanders
Moderators: Hacker, petermad, Stefan2, white
Wrong interpretation sent keys from text epanders
I would like to ask you on your eventually experience with sending keyboard shortcuts or text commands from external programs like text expander software, like PhraseExpress, aText or TypeButler into TC. I have tried all mentioned above, but TC always interprets sent keys or characters differently than sent from the programs listed. The language setting of my system is Czech.
Do you have any experience? Any tips? Advice?
THNX, Michael
Do you have any experience? Any tips? Advice?
THNX, Michael
Re: Wrong interpretation sent keys from text epanders
Mikaelo,
Can you give us some examples? AutoHotkey sends keys to TC just fine.
Roman
Can you give us some examples? AutoHotkey sends keys to TC just fine.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Wrong interpretation sent keys from text epanders
2Mikaelo
There are problems with similar programs in the quick search/filter dialog, but they are more related to an unsuccessful replacement than to encoding, since they print the text character by character, rather than inserting the entire text.
There are problems with similar programs in the quick search/filter dialog, but they are more related to an unsuccessful replacement than to encoding, since they print the text character by character, rather than inserting the entire text.
Overquoting is evil! 👎
Re: Wrong interpretation sent keys from text epanders
I tried send password from PhraseExpress, aText and TypButlerr and TC interprets the sent password badly. For example Notepad shows sent text correctly. But TC and the Master Password dialog box shows sent text badly - checked Show password.Hacker wrote: 2024-05-14, 19:26 UTC Mikaelo,
Can you give us some examples? AutoHotkey sends keys to TC just fine.
Roman
If I sent same text into NotePad and into TC Main Password box and result is on the screen
Image: https://www.dropbox.com/scl/fi/pxzxm01937jsp72ow9bol/2024-05-15_122113.png?rlkey=204r5tjb5xe8bi64k73jnpusm&dl=0
TC changes the letter case. Numbers sometimes shows as letters.
Re: Wrong interpretation sent keys from text epanders
Mikaelo,
TC uses some security methods to stop potential keyloggers from stealing passwords while they are typed in. Try editing wcx_ftp.ini and under [General] add the line:
and restart TC. (If the line is already there, change the value to =0.)
HTH
Roman
TC uses some security methods to stop potential keyloggers from stealing passwords while they are typed in. Try editing wcx_ftp.ini and under [General] add the line:
Code: Select all
Allowhook=0
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Wrong interpretation sent keys from text epanders
That's it!!Hacker wrote: 2024-05-15, 11:18 UTC Mikaelo,
TC uses some security methods to stop potential keyloggers from stealing passwords while they are typed in. Try editing wcx_ftp.ini and under [General] add the line:and restart TC. (If the line is already there, change the value to =0.)Code: Select all
Allowhook=0
HTH
Roman



Thank you very much bro
Re: Wrong interpretation sent keys from text epanders
Mikaelo,
Welcome
Roman
Welcome

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.