Does anyone know how to customize the shortcut keys in Lotus Notes?

Using Lotus Notes 8.

link|improve this question
I would like to know the answer to that... – Daud Ahmad Jan 8 '10 at 11:47
Which version of notes would you like them in? – IrqJD Dec 30 '10 at 5:11
feedback

1 Answer

This 60-second AutoHotkey script will give you CTRL+R to reply to a message. However, it requires that the current pane is the message list. If you've clicked the preview pane, the menu commands don't work.

#IfWinActive ahk_class SWT_Window0 
{
  ^r::Send !ayr
return
}
link|improve this answer
How do you implement this?? – rh0dium Feb 22 '11 at 21:33
install AutoHotKey @rh0dium. – studiohack Jun 13 '11 at 0:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.