| Добро пожаловать! | Русский ![]() |
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
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 at 11:28pm on January 6, 2008
this is awesome, and I want MORE!
Posted at 7:24am on December 4, 2008