Auto-Type use key modifier combination to change IME
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
its work for me using ^0{CLEARFIELD}{UserName}{ENTER}{DELAY 1000}{Password}{ENTER}
but i want a combination like lalt+lshift or lctrl+space;
I just try %^{CLEARFIELD}{UserName}{ENTER}{DELAY 1000}{Password}{ENTER} and i doesnt work
Maybe i do something wrong? Thanks
This seems to be a request for help so it should be in the Discussion\Help section, but we can still work here.
Why do you want to use the Alt Shift combo?
What application are you using?
cheers, Paul
Oh i am sorry that creat request at wrong space.
I want use Allt+Shift (WINDOWS 10 IME default Key squence) to change input language,then i try %^{CLEARFIELD}{UserName}{ENTER}{DELAY 1000}{Password}{ENTER} but it doesnt work
then try combination with number like ctrl+0 to change input method, look like that: ^0{CLEARFIELD}{UserName}{ENTER}{DELAY 1000}{Password}{ENTER} , its work for me
Try to use this function at CHROME 61.0
Thanks
Does Alt Shift work from the keyboard? It doesn't do anything on my W10 box.
If Ctrl 0 works, why not use that?
cheers, Paul
Alt+LShift(i.e. usingAltas a modifier for aLShiftkeypress) can be realized by%{VKEY 160}.%+has a different meaning; it activates bothAltandShiftas modifiers for the following key(s).Best regards,
Dominik