
Ctrl + PageUp/PageDown and Ctrl + Tab are default shortcuts for the TabControl. They help in moving between adjacent tabs. I would like Ctrl + PageX behaviour to work only for the Outer Tabs (tab1, tab2) and Ctrl + Tab behaviour for the Inner Tabs (tab3, tab4) when my focus is in the control (textbox here). For this I need to disable the default behaviour. Is there someway to do this? I looked at ProcessDialogKey and IsInputKey but they seem to work only with single keydata. Modifiers are not handled.
