That's because on windows, chrome stupidly maps ctrl+ascii key to an ascii control code and ctrl-m maps to enter. but instead of reporting the actual ascii control code, it reports the key as "Enter" which means the workaround I added for this is not going to work. And there is no way to distinguish between ctrl+m and ctrl+enter on windows Sigh. Guess I will have to inspect the keycode in this case to try to distinguish, le double sigh.
|