Vladi
Vladi

Reputation: 244

Autohotkey script doesn't work only in Skype

I am using this AutoHotKey script that presses ALT+SHIFT when I am pressing RSHIFT (to change the keyboard layout).

It works great everywhere, except Skype.

In Skype it doesn't change the keyboard layout. Manually pressing the same button (ALT+SHIFT) would work.

Any ideas? Thanks

Upvotes: 0

Views: 206

Answers (1)

Douglas
Douglas

Reputation: 5087

Maybe Skype is running with higher user permissions than AutoHotkey is? AHK can't send simulated input to programs that have higher permissions than it does, presumably to prevent permission elevation exploits. If this is the problem, running the script as administrator would fix it.

Upvotes: 1

Related Questions