Multi-monitor issue is fixed in 0.9.00.3676: Version 0.9.00.3676 Implement some rudimentary reference for clickable areas in Settings configuration window; Prevent opening for multiple Settings configuration dialogs; Use Keyboard Layout names instead of Language Names in configuration; Fix processing "Toggle" action hotkey if CapsLock was configured as group hotkey; Fix restoring disabled state for "Cycle" Action on application restart; Improve saving activated group. Use the latest group on system...
Fix multi-monitor support.
By the way, I gave you admin rights in the project.
Thank you for the tip! I'm not a daily Tombo user, but my friend may have it usefull. ;-)
Fixed version 3.0.0-beta6 is availabkle for download.
Well, the evil lived here: https://sourceforge.net/p/tombo-u/code/ci/09c47a17db4048ab28a7394e174a0221b30bc845/tree/Src/PasswordDialog.cpp?diff=5aae1ee2099d7c12c80a4b1617e6a46f8f494eb8 in the PasswordDialog::OnOk() handler +#if 0 pPassword = ConvUnicode2SJIS(pPass1); - +#else + pPassword = pPass1; +#endif WipeOutAndDelete(pPass1); return (pPassword != NULL); the returned pointer was assigned directly and correpsonding data was filled with zeroes inside of WipeOutAndDelete(pPass1). That mean that most...
Yes, silent remapping of the Face symbol works for my Windows too. It looks like Segoe UI Symbol should contain this character, but Character Map Application does not show anything higher than 0xFFFF - so I cannot prove it. By the way, if I save a copy of your emoji.txt in Windows Notepad with UTF-16LE encoding - the symbols are replaced with 2 2-byte words and shown by TomboU as two empty boxes. Anyway it is not higher priority issue at the moment. ;)
Yes, yet another format makes more troubles than solves. Let fixed TomboU to clean up its garbage. ;-)