Search found 5 matches

by agreyfield91
26 Jan 2019, 11:56
Forum: Ask for Help (v1)
Topic: keystroke swap not working
Replies: 1
Views: 446

keystroke swap not working

I want alt+s to trigger win+s (search functionality in windows 10). So I have

Code: Select all

!s::#s
But this doesn't work.Why?
by agreyfield91
19 Jan 2019, 11:24
Forum: Ask for Help (v1)
Topic: How to make keystroke for Tab + Alt
Replies: 1
Views: 463

How to make keystroke for Tab + Alt

Sometimes, instead of pressing Alt + Tab, I press too quickly and do Tab + Alt. So I would like to make a script that makes Tab + Alt still trigger Alt + Tab window switch functionality.

My code:

Code: Select all

Tab!::Send !{Tab}
Why doesn't it work?
by agreyfield91
18 Jan 2019, 19:54
Forum: Ask for Help (v1)
Topic: hotkeys sometimes don't work
Replies: 4
Views: 1011

Re: hotkeys sometimes don't work

Wouldn't I be just left with two keys with the same functionality then? I'm trying to swap their actions.
by agreyfield91
18 Jan 2019, 16:53
Forum: Ask for Help (v1)
Topic: hotkeys sometimes don't work
Replies: 4
Views: 1011

Re: hotkeys sometimes don't work

I'm not sure - I'm new to ahk, so followed what others did. Is that causing the issue?
by agreyfield91
18 Jan 2019, 16:31
Forum: Ask for Help (v1)
Topic: hotkeys sometimes don't work
Replies: 4
Views: 1011

hotkeys sometimes don't work

I have the following script to switch my windows key and alt key: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and relia...

Go to advanced search