summaryrefslogtreecommitdiff
path: root/sh/pme
AgeCommit message (Collapse)Author
2025-02-24Revert "Some programs do not like \r when enter password"Xiao Pan
This reverts commit 52128e55dd5f8e3ac0dc32a5137e293248078212. The reason for my linux computer an-anime-game-launcher launched genshin impact `pme` xdotool simulate typing password fail is not because of \r it is because of xdotool needs higher --delay. Test shows at least about `--delay 130` works, else some capitalized chars will not be capitalized. It can be tested in the username input box.
2025-02-23Some programs do not like \r when enter passwordXiao Pan
2024-08-14Revert "pme username auto enter tab to switch to password field"Xiao Pan
This reverts commit 17f49a2e1c15c6b419a88ad3e467336ffc7debc6. Because auto enter tab maybe not a good idea, what if the field treat tab as a character isntead of switch to another field? For example, an cli/tui program.
2024-08-14pme username auto enter tab to switch to password fieldXiao Pan
2024-08-14pme output usernameXiao Pan
2024-08-14my passmenuXiao Pan