[tabbox] Fix for Window Switcher
The issue: Arrow keys are not working for TabBoxWindowsAlternativeMode,TabBoxCurrentAppWindowsMode and TabBoxCurrentAppWindowsAlternativeMode switch between the windows.
The reason: Due to the logic of checking in what mode we are, a loop thought the list of modes is needed twice. Current implementation loops through the list once PLUS for the first element. That's why it was working only for TabBoxWindowsMode.
The fix: Loop thought the list of modes twice so that every mode is checked correctly.
Edited by Igor Grkavac