Certain key-bindings doesnt work

I defined a key-binding as follows:

        "Mod-Shift-M": insertTheoremBlockCommand(),

and it works, but when I change it to “Mod-Shift-T”, then nothing happens. Similarly it works when I map it to “Mod-m”, but it doesnt when I map it to “Mod-t”. Is there a list of shortcuts which are not allowed?

This is browser-dependent—for some keys they just perform their native behavior and never fire a key event. I’m not aware of a full list of these.

1 Like