Comments
2 comments
-
Additionally, in VS, <ctrl+page up> and <ctrl+page down> are used to go to the top and bottom of the list, so maybe SQL Prompt can adopt these shortcuts.
-
Whoops don't know how I manged to get this wrong. I have changed Prompt so it no longer eats home and end and <ctrl+page up> and <ctrl+page down> will now do what they are supposed to. Thanks for the feedback.
Lionel
Add comment
Please sign in to leave a comment.
Ordinarily, typing "select * from Foo", followed by Shift+Home, followed by Ctrl+E would cause that query to be executed.
When SQL Prompt is running, those same keystrokes cause the entire Query Analyzer window contents to be executed, which can come as a shock.