Welcome!  English (US) Language Switcher

Thinking about going Pro? Votes are doubled for Pro users; each vote adds +2 or -2.

Have a new idea?

Submit a suggestion

RTM for Gmail: keyboard shortcuts to open/collapse the tasks

free.thought says:

What are the Greasemonkey functions called to open/collapse the task panel? Knowing them it would be easy to add appropriate keyboard shortcuts to the existing "Gmail Macros" packages, such as

http://gmail-greasemonkey.googlecode.com/svn/trunk/scripts/gmail-new-macros.user.js

Alternatively, these shortcuts could be included in the "RTM for Gmail" package itself...

Posted at 11:02pm on December 22, 2007

mathzqy says:

I have a solution:

add below code into "const ACTIONS"

73: function() {
simulateClick(getNode("rtm-divider"), "click");
}

This add keyboard "i" to open/collapse the tasks. Replace 73 if you would like to change "i"

Posted 4 years ago

felixwonderland says:

this is awesome, and I want MORE!

Posted 3 years ago

This idea is considered similar to "Support for keyboard shortcuts", and all votes have been transferred to that idea.