| Author |
Message |
fgsimon
Joined: 21 May 2012 Posts: 18
|
Posted: Wed Jun 27, 2012 9:46 am Post subject: Switch to/from Column Picker |
|
|
Hi,
I find it very annoying every time the popup appears when I don't really need it and I just want to move to the next word (which I always do using CTRL+Right).
I would like to move 'Switch to/from Column Picker' away from CTRL+Left and CTRL+Right, is that possible? |
|
| Back to top |
|
 |
peter.peartSite Admin
Joined: 02 Sep 2008 Posts: 362 Location: Top floor, RG towers with the cool kids
|
Posted: Thu Jun 28, 2012 4:11 pm Post subject: |
|
|
Thanks for your post. You can do this, but it's not entirely elegant. If you go into C:\Users\%user%\AppData\Local\Red Gate\SQL Prompt 5 you should find a file called RedGate_SQLPrompt_CommonUI_Options_UIOptions.xml.
In that file, you'll find the following strings:
<EnableCtrlLeftCtrlRight>True</EnableCtrlLeftCtrlRight>
<EnableShiftlLeftShiftRight>False</EnableShiftlLeftShiftRight>
All you need do is change them to the following:
<EnableCtrlLeftCtrlRight>False</EnableCtrlLeftCtrlRight>
<EnableShiftlLeftShiftRight>True</EnableShiftlLeftShiftRight>
The column picker itself still says that to enable it hit CTRL+Left etc, but it's actually Shift that operates the switching to and from.
HTH!
Pete _________________ Peter Peart
Red Gate Software Ltd
+44 (0)870 160 0037 ext. 8569
1 866 RED GATE ext. 8569 |
|
| Back to top |
|
 |
fgsimon
Joined: 21 May 2012 Posts: 18
|
Posted: Fri Jun 29, 2012 7:56 am Post subject: Excellent! |
|
|
| Thank you very much, a perfect solution! |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group