I have setup cygwin in conemu and it seems that the keybinds i have setup for conemu to change tabs (alt-1, alt-2, etc) are not passed through to conemu when cygwin is active. Instead, they are captured by cygwin window and im seeing something like this in the window
(arg: 123)
which is what i would expect from a cygwin terminal, if i would press alt-1, alt-2 and alt-3. Here is a sample gif that demonstrates the issue (just to make my problem clear).
Is there a way to tell conemu to listen to keybinds before forwarding them to cygwin ? Or a way to tell cygwin to ignore certain keybinds and forward them back to conemu ? (im not sure about the architecture of cygwin/conemu).