| howto: Enable Alt + Space for code input helper 
 
 HiFirst things first:
 - CnWizards is very very good, thanks!
 - Apologies if this has come up before, but I can't seem to figure out how to search the forum (I can't read the language in which the results are returned)
 For some reason, I can't set certain keyboard shortcuts, e.g. Alt + Space for the Code Input Helper Popup doesn't stick, but Shift + F7 is fine. ?However, you can set the value manually in the registry.
 In
 ?
 HKEY_CURRENT_USER\Software\CnPack\CnWizards\ShortCuts
 ?
 Set
 ?
 CnInputHelperPopup = 8020 (Hex)
 ?
 You will need to restart Delphi after this, and then Alt + Space will bring up the input helper, as long as Alt + Space has also been disabled under the Editor Enhancements.
 I assume the problem is simply the edit component used in the options for the Code Input Helper, or the way the instruction is parsed/saved. ?If I find some time, I will look at, but until then the settings can be enabled in the registry as above.
 
 
 Regards
 Caleb
 |