Hi I changed the shortcut for Toggle Comment into Ctrl+T. I also added some more shortcuts.
Shortcut for ecToggleComment was defined as: Ctrl+VK_OEM_2. It was displayed in menu caption as garbage. And: VK_OEM_2 = $BF; // Used for miscellaneous characters; it can vary by keyboard. // For the US standard keyboard, the '/?' key I couldn't trigger the Toggle Comment feature whatever keys I pressed. (I don't have US keyboard). The original Ctrl+VK_OEM_2 can still be used as an alternative shortcut, with keyboards that support it. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
