Page 1 of 1

Missing Ctrl+Right and Ctrl+Left shortcuts

Posted: 07 Jan 2010 23:29
by Minimax
Hi

I would like to assign mentioned shortcuts for back and forth cycling through the tabs. They are neither free nor taken.
So where are they? :shock:

Thanks

Re: Missing Ctrl+Right and Ctrl+Left shortcuts

Posted: 07 Jan 2010 23:57
by TheQwerty
Ctrl+Any Arrow key is used to change the focused item without changing the selection in the list view.

They're standard navigation keys for any list view so XY doesn't allow them to be used.

EDIT: That said you could assign the commands to other keys and then use AutoHotkey to override XY's definitions.

Re: Missing Ctrl+Right and Ctrl+Left shortcuts

Posted: 08 Jan 2010 00:07
by Minimax
TheQwerty wrote:Ctrl+Any Arrow key is used to change the focused item without changing the selection in the list view.

They're standard navigation keys for any list view so XY doesn't allow them to be used.

EDIT: That said you could assign the commands to other keys and then use AutoHotkey to override XY's definitions.
Thanks. XY offers Ctrl+Page Down/Page Up per default for cycling tabs. I will try to override these shortcuts by means of AutoHotkey. :)

Update:

I have managed to override them! 8)