issue492: GMail "send" keystroke blocked

Priority: bug Status: unread
Messages
msg1261 (view) Author: PhilHudson Date: 2015-04-17.15:26:58
Control-enter, the keystroke for sending an email, is blocked by the GMail page mode. It needs to have
this line added among the other fallthroughs:

  define_key(gmail_keymap, "C-return", null, $fallthrough);
History
Date User Action Args
2015-04-17 15:26:58PhilHudsoncreate