Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Ctrl+Shift+Y and Ctr+Shift+A code handling source?

more options

In Firefox 78 ESR, where is the handling for the Ctrl+Shift+Y and Ctr+Shift+A shortCut key?

I guess these code is in the locaion of widget/, especially in linux it is in widget/qtk. But I cannot find the real code fragment for these handling. (In windows, Ctrl+Shift+Y key is not effective. In Linux, Ctrl+Shift+Y key is shortCut key for the download manager.)

In Firefox 78 ESR, where is the handling for the Ctrl+Shift+Y and Ctr+Shift+A shortCut key? I guess these code is in the locaion of widget/, especially in linux it is in widget/qtk. But I cannot find the real code fragment for these handling. (In windows, Ctrl+Shift+Y key is not effective. In Linux, Ctrl+Shift+Y key is shortCut key for the download manager.)

Όλες οι απαντήσεις (1)

more options

Yes, the shortcut to open the Download history panel in the Library window varies by platform for some reason:

  • Linux: Ctrl+Shift+y
  • Windows: Ctrl+j
  • Mac: Command+j

Is your goal to map Ctrl+Shift+y to Downloads in Firefox for Windows? I recently saw a thread on Reddit about using an Autoconfig file (two files are actually involved) to modify Ctrl+Shift+b. You might take a look at this thread and perhaps there is a similar approach to adding Ctrl+Shift+y that would work and wouldn't need to get redone after every update. I suppose you could reply to the author and see if they'll help.