[Lazarus] New Mac OS X Scheme
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Sep 10 16:36:37 CEST 2008
Another problem is the key combo Shift+Home/End. It selects to the
start/end of the file, instead of to the end of the line like I have
set it:
ecSelLineStart: SetResult(VK_HOME, [ssShift],VK_LEFT,[ssMeta,ssShift]);
ecSelLineEnd: SetResult(VK_END, [ssShift],VK_RIGHT,[ssMeta,ssShift]);
ecSelEditorTop: SetResult(VK_HOME, [ssShift,ssCtrl],VK_UNKNOWN,[]);
ecSelEditorBottom: SetResult(VK_END, [ssShift,ssCtrl],VK_UNKNOWN,[]);
Does anyone know why it is ignoring the requisite for Ctrl and
selecting to the end of the file?
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list