jim wrote:
An example of a Seamonkey prefs.js code snippet for a shortcut appears to be something like:user_pref("keyconfig.main.xxx_key__Focus Search Bar", "control][K][][var el = document.getElementById('searchbar'); if (el) el.focus();][chrome://navigator/content/navigator.xul");
That pref alone does nothing. It requires the KeyConfig add-on to be installed (which you can get from <http://mozilla.dorando.at/keyconfig.xpi>).
Can anyone supply the code that will simply disable shortcut action Ctrl+T for the browser and for the mail client in Seamonkey 2.9.1?
Install KeyConfig and disable the shortcuts using its user interface (probably needs to be done for the browser and MailNews windows separately). No code needed for that.
HTH Jens -- Jens Hatlak <http://jens.hatlak.de/> SeaMonkey Trunk Tracker <http://smtt.blogspot.com/> _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

