View Single Post
Old 10-08-2019, 08:31 AM   #82
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,482
Karma: 28000000
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote