Can the developers add a simple -underline 0 to most menu options? It would increase usability for me. I love hotkeys. e.g.:
--- a/trayicon.tcl 2009-10-16 23:17:55.771570778 -0400
+++ b/trayicon.tcl 2009-10-16 23:17:35.047404802 -0400
@@ -134,7 +134,7 @@ proc trayicon_init {} {
#the login/logout one, defined later on (see below)
$iconmenu add command
- $iconmenu add command -label "[trans quit]" -command "exit"
+ $iconmenu add command -underline 0 -label "[trans quit]" -command "exit"
CreateStatesMenu .my_menu
statusicon_proc [::MSN::myStatusIs]