I remapped a few combinations of the menu key and other alphanumeric keys with AutoHotKey, but in doing so it disabled the normal use of the menu key. Is there a way that I can remap combinations of the key, but leave its normal use the same with AHK. I'll put the code I'm currently using with it below. Thanks
AppsKey & m::DllCall("SetCursorPos", "int", 2000, "int", 1440) ; The first number is the X-coordinate and the second is the Y (relative to the screen).
AppsKey & =:: Send {U+2248}
AppsKey & x:: Send {U+00D7}