hayesmaker / doomsdayconsole

originally code.google.com/p/doomsdayconsole
0 stars 0 forks source link

User-customizable autocomplete hotkey #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we're bouncing back and forth between multiple alternative keystrokes 
for accepting the current autocomplete suggestion. We've had the tab key, but 
that interferes with tab order and IE. We've had ctrl+space, but that's a chord 
for something that gets used often.

Better make it user customizable, and go for a "best of all evils" default.

Original issue reported on code.google.com by AndreasVonSpace@gmail.com on 17 Aug 2011 at 9:39

GoogleCodeExporter commented 8 years ago
Currently it defaults back to the tab key, but can be customized by calling 
setMasterKey(keyCode);

Original comment by AndreasVonSpace@gmail.com on 4 Sep 2011 at 12:17