Thank you for reply. Alt + Tab is a built-in keyboard shortcut of Raspberry Pi OS. It's commonly supported by most OS.
But with Alt + Tab, I'll have to go through the running applications list, and find the one I want. While Windows (Super) + N is much faster.
In the terms of computer programming:
- Alt + Tab is like a linked list. The time complexity of finding an element is O(n).
- Windows (Super) + N is like a hash table. The time complexity is O(1).
I found that other Linux dist like Debian, has built-in support for Windows (Super) + N.
But with Alt + Tab, I'll have to go through the running applications list, and find the one I want. While Windows (Super) + N is much faster.
In the terms of computer programming:
- Alt + Tab is like a linked list. The time complexity of finding an element is O(n).
- Windows (Super) + N is like a hash table. The time complexity is O(1).

I found that other Linux dist like Debian, has built-in support for Windows (Super) + N.
Statistics: Posted by Harper — Fri Apr 12, 2024 8:20 am