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 2 years ago |
 | felixwonderland says: this is awesome, and I want MORE! Posted 1 year ago |
This topic has now been closed automatically due to a lack of responses in the past 6 months.