Allegro.cc - Online Community

Allegro.cc Forums » Allegro.cc Comments » WTF. A.CC has Keyboard shortcuts?

This thread is locked; no one can reply to it. rss feed Print
WTF. A.CC has Keyboard shortcuts?
Chris Katko
Member #1,881
January 2002
avatar

Alt-C - Control Panel
Alt-B - Flagged Posts
Alt-S - Search

-----sig:
“Programs should be written for people to read, and only incidentally for machines to execute.” - Structure and Interpretation of Computer Programs
"Political Correctness is fascism disguised as manners" --George Carlin

Peter Hull
Member #1,136
March 2001

I did not know that, nice one. But I have to use ALT+SHIFT+... on my PC (win10/firefox).

[edit]
It is using HTML's accesskey feature. Looking at the HTML I can also see 'F' for Forums and 'R' for Recent.

[edit2]
Try this in your Debug Console:

Array.from(document.getElementsByTagName('a')).map(el => el.accessKey).filter(Boolean)

Result:

Array [ "f", "r", "b", "s", "c" ]

Neil Roy
Member #2,229
April 2002
avatar

Nice find!

---
“I love you too.” - last words of Wanda Roy

Go to: