when pressing the Home key: - determine the first non-whitespace position in the line - if the caret is already at this first non-whitespace position, go to the first character in the line - otherwise set the caret to this first-non-whitespace position
when pressing the Home key: