Change how F1 activates the context help from being a case statement in the switch of OnKeyDown to an accelerator. This is not only more compact and readable, but it also fixes a slight bug in that previous code permitted Shift+F1, Ctrl+F1, Ctrl+Shift+F1 all to activate help, when only F1 was intended.