I'm new to autohotkey and I got stuck since other at the following, quite simple problem:
I want to map Alt + Shift + b to the c key.
And the following code:
!+b::c
(That is the whole script)
Doesn't work. When I press Alt + Shift + b at the same time, nothing happens.
What am I doing wrong?