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...
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...

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"
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"

felixwonderland says:
this is awesome, and I want MORE!