keysnail icon indicating copy to clipboard operation
keysnail copied to clipboard

k2edit plugin not working well with gmail

Open holtzermann17 opened this issue 13 years ago • 1 comments

Here on Github, if I type "foo" and hit the control (C-i) key, I pop up a text area and start editing and all is working pretty much fine!!

However, in another tab in the same browser, I'm in Gmail, and I hit C-i when I'm in a text field, and I get a blank buffer in Emacs, and what I save isn't written back to Gmail either.

// k2edit config is as follows:

key.setEditKey ('C-i', function (ev, arg) { ext.exec ( "edit_text", arg); }, "Edit in external editor", true);

plugins.options [ "K2Emacs.editor" ] = "/usr/bin/emacsclient -c -a emacs23";

holtzermann17 avatar Mar 01 '11 20:03 holtzermann17