|
|
|
|
|
by rwallace
4403 days ago
|
|
No, it's not. De-maximizing a window can be done in O(1) operations by other methods (click the widget at the top right of the window, or alt-space to get the keyboard menu) whereas if you have a bunch of tabs open, navigating to an arbitrary one with ctrl-tab takes O(N) operations, so clicking on a tab should take precedence. |
|