'Autohotkey remapping keys (Browser Home) on bluetooth keyboard not working

I am using inca bluetooth keyboard. At this keyboard Fn keys are reverted and there is no fn lock. I am trying to use autohotkey script in order to remapping the Browser Home key to ESC key. the script is:

Browser_Home::Esc

but it doesn't work. I also used the SC and VK versions of this fuction like below.

SC132::Esc
VKAC::Esc

Any version of this mapping fuction is not working. However it is possible to remap other keys on this keyboard. What is the solution of this problem? How can i use the Esc key instead of Browser Home key?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source