Switch to/from Column Picker
fgsimon
Posts: 28
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?
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?
Comments
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
Red Gate Software Ltd
+44 (0)870 160 0037 ext. 8569
1 866 RED GATE ext. 8569