gmail send button

View: New views
2 Messages — Rating Filter:   Alert me  

gmail send button

by Vinh Nguyen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dear conkeror list,

i'm on a mac os x and am using gmail mode in conkeror to use gmail
shortcuts in conkeror:
// gmail mode -- usual conkeror keys such as 'c' for copy is redefined
to 'C-c c'
require("page-modes/gmail.js");
// Shift keymaps that get seen as capital letters
define_key(gmail_keymap, "I", null, $fallthrough);
define_key(gmail_keymap, "N", null, $fallthrough);
define_key(gmail_keymap, "I", null, $fallthrough);
define_key(gmail_keymap, "U", null, $fallthrough);
define_key(gmail_keymap, "T", null, $fallthrough);

when im done composing an email, i typically hit tab return to send in
other browsers.  in conkeror, hitting tab does go to the send button,
but hitting return doesn't do anything.  do any of u have the same
issue?  i'd like to be able to send without going for the mouse.

also, does anybody have any way to highlight buttons and gmail links
(like expand all in a conversation)?  i'd like to be able to click on
those buttons and links without the mouse.

thanks.

vinh
--
This e-mail/fax message, including any attachments, is for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
please contact the sender by reply e-mail/fax and destroy all copies
of the original message.
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

Re: gmail send button

by Vinh Nguyen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i added the following to .conkerorrc and got tab return to work when
sending (or entering on buttons in gmail).
define_key(gmail_keymap, "return", null, $fallthrough); // make this
to make gmail work when hitting RETURN on buttons, like tab return to
send.

vinh
--
This e-mail/fax message, including any attachments, is for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient,
please contact the sender by reply e-mail/fax and destroy all copies
of the original message.



On Wed, Aug 12, 2009 at 3:10 PM, Vinh Nguyen<vinhdizzo@...> wrote:

> dear conkeror list,
>
> i'm on a mac os x and am using gmail mode in conkeror to use gmail
> shortcuts in conkeror:
> // gmail mode -- usual conkeror keys such as 'c' for copy is redefined
> to 'C-c c'
> require("page-modes/gmail.js");
> // Shift keymaps that get seen as capital letters
> define_key(gmail_keymap, "I", null, $fallthrough);
> define_key(gmail_keymap, "N", null, $fallthrough);
> define_key(gmail_keymap, "I", null, $fallthrough);
> define_key(gmail_keymap, "U", null, $fallthrough);
> define_key(gmail_keymap, "T", null, $fallthrough);
>
> when im done composing an email, i typically hit tab return to send in
> other browsers.  in conkeror, hitting tab does go to the send button,
> but hitting return doesn't do anything.  do any of u have the same
> issue?  i'd like to be able to send without going for the mouse.
>
> also, does anybody have any way to highlight buttons and gmail links
> (like expand all in a conversation)?  i'd like to be able to click on
> those buttons and links without the mouse.
>
> thanks.
>
> vinh
> --
> This e-mail/fax message, including any attachments, is for the sole
> use of the intended recipient(s) and may contain confidential and
> privileged information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the intended recipient,
> please contact the sender by reply e-mail/fax and destroy all copies
> of the original message.
>
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror