autohotkey - Substitute AltTab in one key -
Is it possible to change AltTab with only one key press? I tried this one but it does not work
`: AltTab
I use it, you may need to change sleep delay.
`:: Send {Alt Down} {Tab} Sleep 100 {Alt Up} Return
I have Windows 8.1 64-bit and AutoHotkey v1.1.16 Running .05. And my C: \ Program Files \ AutoHotkey \ AutoHotkeyU64.exe
is digitally signed by signing script (so that) so that it can allow windows to emulate Alt + Tab. Digital sign is required if you are using Windows Vista and beyond.
Download the zip file and remove it. Then run EnableUIAccess.ahk
:
- It will ask which auto-executable signature will be the one you want (
AutoHotkeyA32.exe
,AutoHotkeyU32.exe
,AutoHotkeyU64.exe
orAutoHotkey.exe
). - Then he will ask to save the new executable. You can overwrite the original file or save it as other executable.
- In the end it will say "menu " menu item with run script with UI access if you choose 'yes', then you can write the .hk file You can click and select "
with run script with UI access
" which will use digitally signed executable to run a .hk file. But if you choose to overwrite the original file in step 2, then it is not necessary to create context menu items.
Comments
Post a Comment