Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2579

Raspberry Pi OS • Re: Press Windows(Super) + N Keyboard Shortcut to Switch to the N-th Application in Taskbar

$
0
0
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). :D

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



Viewing all articles
Browse latest Browse all 2579

Trending Articles