Using "Home" key to highlight a selection doesn't work properly in SQL Comm
a
anonymous
started a topic
over 13 years ago
[This topic is migrated from our old forums. The original author name has been removed]
Should be able to reproduce the condition as follows in SQL Commander:
select *
from dual
If you have these 2 lines and your cursor is positioned at the end of "dual", hold SHIFT down and press UP ARROW. The second line should be selected and back to the "*" on the first line. While still holding down SHIFT, you should be able to press HOME and have the selection extended to the beginning of the "select" line. However, it seems to start a new selection at that point. It has never worked that way in the past and doesn't work that way in all Windows applications that I checked. Pressing CTRL+LEFT ARROW works as it should.
Thanks,
Sammy
anonymous